Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_common_data.h30 extern const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES];
Dvp9_common_data.c75 const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES] = { variable
Dvp9_blockd.h247 const BLOCK_SIZE subsize = subsize_lookup[partition][bsize]; in get_subsize()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_segmentation.c198 const BLOCK_SIZE subsize = subsize_lookup[PARTITION_SPLIT][bsize]; in count_segs_sb()