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

/external/libvpx/libvpx/vp8/encoder/
H A Dpicklpf.c31 int yheight; local
36 yheight = src_ybc->y_height;
40 linestocopy = (yheight >> 4) / PARTIAL_FRAME_FRACTION;
49 yoffset = ystride * (((yheight >> 5) * 16) - 4);

Completed in 273 milliseconds