HomeSort by relevance Sort by last modified time
    Searched refs:subsize_lookup (Results 1 - 5 of 5) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_common_data.h 31 extern const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES];
vp9_blockd.h 204 return subsize_lookup[partition][bsize];
vp9_common_data.c 71 const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES] = { variable
  /external/libvpx/libvpx/vp9/encoder/
vp9_segmentation.c 172 const BLOCK_SIZE subsize = subsize_lookup[PARTITION_SPLIT][bsize];
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c     [all...]

Completed in 125 milliseconds