Searched refs:get_plane_block_size (Results 1 – 8 of 8) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.h | 251 static INLINE BLOCK_SIZE get_plane_block_size(BLOCK_SIZE bsize, in get_plane_block_size() function 260 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in reset_skip_context()
|
D | vp9_blockd.c | 49 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_foreach_transformed_block_in_plane()
|
D | vp9_reconinter.c | 240 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, in build_inter_predictors_for_planes()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_rd.c | 419 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_get_entropy_contexts()
|
D | vp9_pickmode.c | 384 const BLOCK_SIZE uv_bsize = get_plane_block_size(bsize, pd); in model_rd_for_sb_y_large() 783 const BLOCK_SIZE uv_size = get_plane_block_size(bsize, &xd->plane[1]); in encode_breakout_test() 1454 const BLOCK_SIZE uv_bsize = get_plane_block_size(bsize, &xd->plane[1]); in vp9_pick_inter_mode()
|
D | vp9_encodemb.c | 37 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_subtract_plane()
|
D | vp9_encodeframe.c | 451 get_plane_block_size(subsize, &xd->plane[1]) < BLOCK_INVALID) { in set_vt_partitioning() 464 get_plane_block_size(subsize, &xd->plane[1]) < BLOCK_INVALID) { in set_vt_partitioning() 757 const BLOCK_SIZE bs = get_plane_block_size(bsize, pd); in choose_partitioning()
|
D | vp9_rdopt.c | 189 const BLOCK_SIZE bs = get_plane_block_size(bsize, pd); in model_rd_for_sb() 1333 const BLOCK_SIZE plane_bsize = get_plane_block_size(mi->mbmi.sb_type, pd); in encode_inter_mb_segment()
|