Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dfirstpass.c356 int recon_y_stride, src_y_stride, recon_uv_stride, uv_mb_height; in av1_first_pass() local
428 uv_mb_height = 16 >> (new_yv12->y_height > new_yv12->uv_height); in av1_first_pass()
437 recon_uvoffset = (mb_row * recon_uv_stride * uv_mb_height); in av1_first_pass()
714 x->plane[1].src.buf += uv_mb_height; in av1_first_pass()
715 x->plane[2].src.buf += uv_mb_height; in av1_first_pass()
719 recon_uvoffset += uv_mb_height; in av1_first_pass()
724 uv_mb_height * x->plane[1].src.stride - uv_mb_height * cm->mb_cols; in av1_first_pass()
726 uv_mb_height * x->plane[1].src.stride - uv_mb_height * cm->mb_cols; in av1_first_pass()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c834 int recon_y_stride, recon_uv_stride, uv_mb_height; in vp9_first_pass_encode_tile_mb_row() local
863 uv_mb_height = 16 >> (new_yv12->y_height > new_yv12->uv_height); in vp9_first_pass_encode_tile_mb_row()
868 (mb_row * recon_uv_stride * uv_mb_height) + mb_col_start * uv_mb_height; in vp9_first_pass_encode_tile_mb_row()
895 mb_row * uv_mb_height * x->plane[1].src.stride + in vp9_first_pass_encode_tile_mb_row()
896 mb_col * uv_mb_height; in vp9_first_pass_encode_tile_mb_row()
898 mb_row * uv_mb_height * x->plane[1].src.stride + in vp9_first_pass_encode_tile_mb_row()
899 mb_col * uv_mb_height; in vp9_first_pass_encode_tile_mb_row()
1309 recon_uvoffset += uv_mb_height; in vp9_first_pass_encode_tile_mb_row()