Searched refs:w_h (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvsrc_testsrc.c908 int r_w, r_h, w_h, p_w, p_h, i, tmp, x = 0; local
915 w_h = FFALIGN(test->h * 3 / 4 - r_h, 1 << pixdesc->log2_chroma_h);
917 p_h = test->h - w_h - r_h;
921 draw_bar(test, wobnair[i], x, r_h, r_w, w_h, picref);
925 draw_bar(test, i_pixel, x, r_h + w_h, p_w, p_h, picref);
927 draw_bar(test, white, x, r_h + w_h, p_w, p_h, picref);
929 draw_bar(test, q_pixel, x, r_h + w_h, p_w, p_h, picref);
932 draw_bar(test, black, x, r_h + w_h, tmp, p_h, picref);
935 draw_bar(test, neg4ire, x, r_h + w_h, tmp, p_h, picref);
937 draw_bar(test, black, x, r_h + w_h, tm
[all...]

Completed in 106 milliseconds