Searched refs:get_plane_block_size (Results 1 – 6 of 6) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_entropy.h | 105 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_blockd.h | 289 static INLINE BLOCK_SIZE get_plane_block_size(BLOCK_SIZE bsize, in get_plane_block_size() function
|
D | vp9_reconinter.c | 208 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, in build_inter_predictors_for_planes() 391 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, in vp9_dec_build_inter_predictors_sb()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_encodemb.c | 57 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_subtract_plane()
|
D | vp9_rdopt.c | 441 const BLOCK_SIZE bs = get_plane_block_size(bsize, pd); in model_rd_for_sb() 703 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_get_entropy_contexts() 1549 const BLOCK_SIZE plane_bsize = get_plane_block_size(mi->mbmi.sb_type, pd); in encode_inter_mb_segment() 2927 const BLOCK_SIZE y_size = get_plane_block_size(bsize, &xd->plane[0]); in handle_inter_mode() 2928 const BLOCK_SIZE uv_size = get_plane_block_size(bsize, &xd->plane[1]); in handle_inter_mode()
|