Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_common_data.h31 extern const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES];
Dvp9_blockd.h204 return subsize_lookup[partition][bsize]; in get_subsize()
Dvp9_common_data.c71 const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES] = { variable
/external/libvpx/libvpx/vp9/encoder/
Dvp9_segmentation.c172 const BLOCK_SIZE subsize = subsize_lookup[PARTITION_SPLIT][bsize]; in count_segs_sb()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c913 subsize = subsize_lookup[partition][bsize]; // get_subsize(bsize, partition); in decode_partition()