Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_firstpass.c488 int uv_mb_height = 16 >> (lst_yv12->y_height > lst_yv12->uv_height); in vp9_first_pass() local
531 uv_mb_height = 16 >> (first_ref_buf->y_height > first_ref_buf->uv_height); in vp9_first_pass()
572 recon_uvoffset = (mb_row * recon_uv_stride * uv_mb_height); in vp9_first_pass()
771 x->plane[1].src.buf += uv_mb_height; in vp9_first_pass()
772 x->plane[2].src.buf += uv_mb_height; in vp9_first_pass()
775 recon_uvoffset += uv_mb_height; in vp9_first_pass()
780 x->plane[1].src.buf += uv_mb_height * x->plane[1].src.stride - in vp9_first_pass()
781 uv_mb_height * cm->mb_cols; in vp9_first_pass()
782 x->plane[2].src.buf += uv_mb_height * x->plane[1].src.stride - in vp9_first_pass()
783 uv_mb_height * cm->mb_cols; in vp9_first_pass()