Home
last modified time | relevance | path

Searched refs:PARTITION_TYPES (Results 1 – 12 of 12) 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.c182 const vpx_prob vp9_kf_partition_probs[PARTITION_CONTEXTS][PARTITION_TYPES - 1] =
207 default_partition_probs[PARTITION_CONTEXTS][PARTITION_TYPES - 1] = {
259 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_blockd.h165 const vpx_prob (*partition_probs)[PARTITION_TYPES - 1];
Dvp9_common_data.c71 const BLOCK_SIZE subsize_lookup[PARTITION_TYPES][BLOCK_SIZES] = {
Dvp9_onyxc_int.h313 : (const vpx_prob(*)[PARTITION_TYPES - 1]) cm->fc->partition_prob; in set_partition_probs()
Dvp9_thread_common.c326 for (j = 0; j < PARTITION_TYPES; j++) in vp9_accumulate_frame_counts()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.h647 int partition_cost[PARTITION_CONTEXTS][PARTITION_TYPES];
Dvp9_bitstream.c44 static const struct vp9_token partition_encodings[PARTITION_TYPES] = {
1325 counts->partition[i], PARTITION_TYPES, &header_bc); in write_compressed_header()
Dvp9_encoder.c167 for (j = 0; j < PARTITION_TYPES - 1; ++j) { in compute_context_model_diff()
171 pre_last_prob = MAX_PROB - pre_fc->partition_prob[i][PARTITION_TYPES - 2]; in compute_context_model_diff()
172 cur_last_prob = MAX_PROB - cur_fc->partition_prob[i][PARTITION_TYPES - 2]; in compute_context_model_diff()
174 diff += (int)counts->partition[i][PARTITION_TYPES - 1] * in compute_context_model_diff()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1964 for (i = 0; i < PARTITION_TYPES - 1; ++i) in read_compressed_header()