Home
last modified time | relevance | path

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

/external/libvpx/vp9/encoder/
Dvp9_skin_detection.c50 const int uv_bsize = y_bsize >> 1; in vp9_compute_skin_sb() local
84 src_u += uv_bsize; in vp9_compute_skin_sb()
85 src_v += uv_bsize; in vp9_compute_skin_sb()
Dvp9_pickmode.c573 const BLOCK_SIZE uv_bsize = get_plane_block_size(bsize, pd); in model_rd_for_sb_y_large() local
574 const int uv_bw = b_width_log2_lookup[uv_bsize]; in model_rd_for_sb_y_large()
575 const int uv_bh = b_height_log2_lookup[uv_bsize]; in model_rd_for_sb_y_large()
584 var_uv[j] = cpi->fn_ptr[uv_bsize].vf( in model_rd_for_sb_y_large()
2380 const BLOCK_SIZE uv_bsize = get_plane_block_size(bsize, &xd->plane[1]); in vp9_pick_inter_mode() local
2389 model_rd_for_sb_uv(cpi, uv_bsize, x, xd, &rdc_uv, &var_y, &sse_y, 1, 2); in vp9_pick_inter_mode()
/external/libaom/av1/encoder/
Dnonrd_pickmode.c865 const BLOCK_SIZE uv_bsize = get_plane_block_size( in set_early_term_based_on_uv_plane() local
874 var_uv[j] = cpi->ppi->fn_ptr[uv_bsize].vf(puv->src.buf, puv->src.stride, in set_early_term_based_on_uv_plane()
2854 const BLOCK_SIZE uv_bsize = get_plane_block_size( local
2871 av1_foreach_transformed_block_in_plane(xd, uv_bsize, 1,
2875 av1_foreach_transformed_block_in_plane(xd, uv_bsize, 2,
3985 const BLOCK_SIZE uv_bsize = get_plane_block_size( local
3996 model_rd_for_sb_uv(cpi, uv_bsize, x, xd, &rdc_uv, 1, 2);