Home
last modified time | relevance | path

Searched refs:subsize_lookup (Results 1 – 7 of 7) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_common_data.h31 extern const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES];
Dvp9_blockd.h209 return subsize_lookup[partition][bsize]; in get_subsize()
Dvp9_common_data.c71 const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES] = { variable
/external/libaom/libaom/av1/common/
Dcommon_data.h71 static const BLOCK_SIZE subsize_lookup[EXT_PARTITION_TYPES][SQR_BLOCK_SIZES] = { variable
Dblockd.h633 : subsize_lookup[partition][sqr_bsize_idx]; in get_partition_subsize()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c185 const BLOCK_SIZE subsize = subsize_lookup[PARTITION_SPLIT][bsize]; in count_segs_sb()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1135 subsize = subsize_lookup[partition][bsize]; // get_subsize(bsize, partition); in decode_partition()