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

  /external/libvpx/libvpx/vp9/common/
vp9_enums.h 48 PARTITION_TYPES,
49 PARTITION_INVALID = PARTITION_TYPES
vp9_common_data.h 27 extern const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES];
vp9_entropymode.h 42 [PARTITION_TYPES - 1];
50 extern const vp9_tree_index vp9_partition_tree[TREE_SIZE(PARTITION_TYPES)];
51 extern struct vp9_token vp9_partition_encodings[PARTITION_TYPES];
vp9_entropymode.c 165 [PARTITION_TYPES - 1] = {
189 [PARTITION_TYPES - 1] = {
244 const vp9_tree_index vp9_partition_tree[TREE_SIZE(PARTITION_TYPES)] = {
249 struct vp9_token vp9_partition_encodings[PARTITION_TYPES];
vp9_common_data.c 77 const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES] = {
vp9_onyxc_int.h 44 vp9_prob partition_prob[PARTITION_CONTEXTS][PARTITION_TYPES - 1];
61 unsigned int partition[PARTITION_CONTEXTS][PARTITION_TYPES];
  /external/libvpx/libvpx/vp9/encoder/
vp9_block.h 189 int partition_cost[PARTITION_CONTEXTS][PARTITION_TYPES];
vp9_onyx_int.h 472 unsigned int partition_count[PARTITION_CONTEXTS][PARTITION_TYPES];
vp9_bitstream.c     [all...]
  /build/tools/releasetools/
common.py 948 PARTITION_TYPES = { "yaffs2": "MTD", "mtd": "MTD",
954 return PARTITION_TYPES[fstab[mount_point].fs_type], fstab[mount_point].device
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodframe.c     [all...]

Completed in 42 milliseconds