Home
last modified time | relevance | path

Searched refs:get_subsize (Results 1 – 4 of 4) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h202 static INLINE BLOCK_SIZE get_subsize(BLOCK_SIZE bsize, in get_subsize() function
Dvp9_mfqe.c219 const BLOCK_SIZE subsize = get_subsize(bs, partition); in mfqe_partition()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c462 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_VERT); in set_vt_partitioning()
475 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_HORZ); in set_vt_partitioning()
859 subsize = get_subsize(bsize, partition); in copy_partitioning_helper()
935 subsize = get_subsize(bsize, partition); in update_prev_partition()
1923 subsize = get_subsize(bsize, pc_tree->partitioning); in encode_sb()
2296 subsize = get_subsize(bsize, PARTITION_SPLIT); in encode_sb_rt()
2348 subsize = get_subsize(bsize, partition); in rd_use_partition()
2363 sub_subsize = get_subsize(subsize, PARTITION_SPLIT); in rd_use_partition()
2492 BLOCK_SIZE split_subsize = get_subsize(bsize, PARTITION_SPLIT); in rd_use_partition()
3144 subsize = get_subsize(bsize, PARTITION_SPLIT); in rd_pick_partition()
[all …]
Dvp9_bitstream.c438 subsize = get_subsize(bsize, partition); in write_modes_sb()