Home
last modified time | relevance | path

Searched refs:get_plane_block_size (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h251 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()
Dvp9_blockd.c49 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_foreach_transformed_block_in_plane()
Dvp9_reconinter.c240 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, in build_inter_predictors_for_planes()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_rd.c419 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_get_entropy_contexts()
Dvp9_pickmode.c384 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()
Dvp9_encodemb.c37 const BLOCK_SIZE plane_bsize = get_plane_block_size(bsize, pd); in vp9_subtract_plane()
Dvp9_encodeframe.c451 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()
Dvp9_rdopt.c189 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()