Searched refs:get_subsize (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/libvpx/vp9/common/ |
D | vp9_blockd.h | 208 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/encoder/ |
D | vp9_encodeframe.c | 549 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_VERT); in set_vt_partitioning() 562 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_HORZ); in set_vt_partitioning() 947 subsize = get_subsize(bsize, partition); in copy_partitioning_helper() 1062 subsize_high = get_subsize(bsize, partition_high); in scale_partitioning_svc() 1124 subsize = get_subsize(bsize, partition); in update_partition_svc() 1174 subsize = get_subsize(bsize, partition); in update_prev_partition_helper() 2272 subsize = get_subsize(bsize, pc_tree->partitioning); in encode_sb() 2645 subsize = get_subsize(bsize, PARTITION_SPLIT); in encode_sb_rt() 2697 subsize = get_subsize(bsize, partition); in rd_use_partition() 2712 sub_subsize = get_subsize(subsize, PARTITION_SPLIT); in rd_use_partition() [all …]
|
D | vp9_bitstream.c | 444 subsize = get_subsize(bsize, partition); in write_modes_sb()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1251 subsize = get_subsize(bsize, partition); in process_partition()
|