Home
last modified time | relevance | path

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

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