Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c526 int recon_y_stride, recon_uv_stride, uv_mb_height; in vp9_first_pass() local
633 uv_mb_height = 16 >> (new_yv12->y_height > new_yv12->uv_height); in vp9_first_pass()
641 recon_uvoffset = (mb_row * recon_uv_stride * uv_mb_height); in vp9_first_pass()
1002 x->plane[1].src.buf += uv_mb_height; in vp9_first_pass()
1003 x->plane[2].src.buf += uv_mb_height; in vp9_first_pass()
1006 recon_uvoffset += uv_mb_height; in vp9_first_pass()
1011 x->plane[1].src.buf += uv_mb_height * x->plane[1].src.stride - in vp9_first_pass()
1012 uv_mb_height * cm->mb_cols; in vp9_first_pass()
1013 x->plane[2].src.buf += uv_mb_height * x->plane[1].src.stride - in vp9_first_pass()
1014 uv_mb_height * cm->mb_cols; in vp9_first_pass()