Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/encoder/
Dvp9_encodeframe.c491 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_VERT); in set_vt_partitioning()
504 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_HORZ); in set_vt_partitioning()
888 subsize = get_subsize(bsize, partition); in copy_partitioning_helper()
1003 subsize_high = get_subsize(bsize, partition_high); in scale_partitioning_svc()
1065 subsize = get_subsize(bsize, partition); in update_partition_svc()
1115 subsize = get_subsize(bsize, partition); in update_prev_partition_helper()
2187 subsize = get_subsize(bsize, pc_tree->partitioning); in encode_sb()
2561 subsize = get_subsize(bsize, PARTITION_SPLIT); in encode_sb_rt()
2612 subsize = get_subsize(bsize, partition); in rd_use_partition()
2627 sub_subsize = get_subsize(subsize, PARTITION_SPLIT); in rd_use_partition()
[all …]
Dvp9_bitstream.c439 subsize = get_subsize(bsize, partition); in write_modes_sb()
/external/libvpx/libvpx/vp9/common/
Dvp9_blockd.h207 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/decoder/
Dvp9_decodeframe.c1193 subsize = get_subsize(bsize, partition); in recon_partition()
1248 subsize = get_subsize(bsize, partition); in parse_partition()