Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.h47 vpx_prob partition_prob[PARTITION_CONTEXTS][PARTITION_TYPES - 1];
65 unsigned int partition[PARTITION_CONTEXTS][PARTITION_TYPES];
85 [PARTITION_TYPES - 1];
88 extern const vpx_tree_index vp9_partition_tree[TREE_SIZE(PARTITION_TYPES)];
Dvp9_enums.h66 PARTITION_TYPES, enumerator
67 PARTITION_INVALID = PARTITION_TYPES
Dvp9_entropymode.c164 [PARTITION_TYPES - 1] = {
188 [PARTITION_TYPES - 1] = {
241 const vpx_tree_index vp9_partition_tree[TREE_SIZE(PARTITION_TYPES)] = {
Dvp9_common_data.h31 extern const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES];
Dvp9_common_data.c73 const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES] = {
Dvp9_blockd.h169 const vpx_prob (*partition_probs)[PARTITION_TYPES - 1];
Dvp9_onyxc_int.h349 (const vpx_prob (*)[PARTITION_TYPES - 1])cm->fc->partition_prob; in set_partition_probs()
Dvp9_thread_common.c332 for (j = 0; j < PARTITION_TYPES; j++) in vp9_accumulate_frame_counts()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h475 int partition_cost[PARTITION_CONTEXTS][PARTITION_TYPES];
Dvp9_bitstream.c43 static const struct vp9_token partition_encodings[PARTITION_TYPES] =
1218 counts->partition[i], PARTITION_TYPES, &header_bc); in write_compressed_header()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c2076 for (i = 0; i < PARTITION_TYPES - 1; ++i) in read_compressed_header()