Searched refs:get_subsize (Results 1 – 5 of 5) sorted by relevance
/external/libvpx/vp9/common/ |
D | vp9_blockd.h | 214 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/vp9/encoder/ |
D | vp9_encodeframe.c | 518 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_VERT); in set_vt_partitioning() 531 BLOCK_SIZE subsize = get_subsize(bsize, PARTITION_HORZ); in set_vt_partitioning() 909 subsize = get_subsize(bsize, partition); in copy_partitioning_helper() 1024 subsize_high = get_subsize(bsize, partition_high); in scale_partitioning_svc() 1086 subsize = get_subsize(bsize, partition); in update_partition_svc() 1136 subsize = get_subsize(bsize, partition); in update_prev_partition_helper() 2245 subsize = get_subsize(bsize, pc_tree->partitioning); in encode_sb() 2620 subsize = get_subsize(bsize, PARTITION_SPLIT); in encode_sb_rt() 2672 subsize = get_subsize(bsize, partition); in rd_use_partition() 2687 sub_subsize = get_subsize(subsize, PARTITION_SPLIT); in rd_use_partition() [all …]
|
D | vp9_bitstream.c | 445 subsize = get_subsize(bsize, partition); in write_modes_sb()
|
/external/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1251 subsize = get_subsize(bsize, partition); in process_partition()
|