Home
last modified time | relevance | path

Searched refs:PARTITION_TYPES (Results 1 – 10 of 10) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.h42 [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];
Dvp9_enums.h48 PARTITION_TYPES, enumerator
49 PARTITION_INVALID = PARTITION_TYPES
Dvp9_entropymode.c165 [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];
Dvp9_common_data.h27 extern const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES];
Dvp9_onyxc_int.h44 vp9_prob partition_prob[PARTITION_CONTEXTS][PARTITION_TYPES - 1];
61 unsigned int partition[PARTITION_CONTEXTS][PARTITION_TYPES];
Dvp9_common_data.c77 const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES] = {
/external/libvpx/libvpx/vp9/encoder/
Dvp9_block.h189 int partition_cost[PARTITION_CONTEXTS][PARTITION_TYPES];
Dvp9_onyx_int.h472 unsigned int partition_count[PARTITION_CONTEXTS][PARTITION_TYPES];
Dvp9_bitstream.c1427 unsigned int bct[PARTITION_TYPES - 1][2];
1428 update_mode(&header_bc, PARTITION_TYPES, vp9_partition_tree,
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodframe.c1232 for (i = 0; i < PARTITION_TYPES - 1; ++i) in read_compressed_header()