Searched refs:get_subsize (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_encodeframe.c | 491 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 …]
|
D | vp9_bitstream.c | 439 subsize = get_subsize(bsize, partition); in write_modes_sb()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.h | 207 static INLINE BLOCK_SIZE get_subsize(BLOCK_SIZE bsize, in get_subsize() function
|
D | vp9_mfqe.c | 219 const BLOCK_SIZE subsize = get_subsize(bs, partition); in mfqe_partition()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1193 subsize = get_subsize(bsize, partition); in recon_partition() 1248 subsize = get_subsize(bsize, partition); in parse_partition()
|