Searched refs:get_plane_block_size (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.h | 241 get_plane_block_size(BLOCK_SIZE bsize, const struct macroblockd_plane *pd) { in get_plane_block_size() function 249 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in reset_skip_context()
|
D | vp9_blockd.c | 46 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_foreach_transformed_block_in_plane()
|
D | vp9_reconinter.c | 216 get_plane_block_size(bsize, &xd->plane[plane]); in build_inter_predictors_for_planes()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.c | 450 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_get_entropy_contexts()
|
D | vp9_pickmode.c | 481 const BLOCK_SIZE uv_bsize = get_plane_block_size(bsize, pd); in model_rd_for_sb_y_large() 872 const BLOCK_SIZE uv_size = get_plane_block_size(bsize, &xd->plane[1]); in encode_breakout_test() 2107 const BLOCK_SIZE uv_bsize = get_plane_block_size(bsize, &xd->plane[1]); in vp9_pick_inter_mode()
|
D | vp9_encodemb.c | 36 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_subtract_plane()
|
D | vp9_encodeframe.c | 485 get_plane_block_size(subsize, &xd->plane[1]) < BLOCK_INVALID) { in set_vt_partitioning() 498 get_plane_block_size(subsize, &xd->plane[1]) < BLOCK_INVALID) { in set_vt_partitioning() 1151 const BLOCK_SIZE bs = get_plane_block_size(bsize, pd); in chroma_check()
|
D | vp9_rdopt.c | 186 const BLOCK_SIZE bs = get_plane_block_size(bsize, pd); in model_rd_for_sb() 1499 const BLOCK_SIZE plane_bsize = get_plane_block_size(mi->sb_type, pd); in encode_inter_mb_segment()
|