Home
last modified time | relevance | path

Searched refs:partition_prob (Results 1 – 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.c327 vp9_copy(fc->partition_prob, default_partition_probs); in init_mode_probs()
373 vpx_tree_merge_probs(vp9_partition_tree, pre_fc->partition_prob[i], in vp9_adapt_mode_probs()
374 counts->partition[i], fc->partition_prob[i]); in vp9_adapt_mode_probs()
Dvp9_entropymode.h47 vpx_prob partition_prob[PARTITION_CONTEXTS][PARTITION_TYPES - 1]; member
Dvp9_onyxc_int.h323 : (const vpx_prob(*)[PARTITION_TYPES - 1]) cm->fc->partition_prob; in set_partition_probs()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c1335 prob_diff_update(vp9_partition_tree, fc->partition_prob[i], in write_compressed_header()
Dvp9_encoder.c180 (pre_fc->partition_prob[i][j] - cur_fc->partition_prob[i][j]); in compute_context_model_diff()
182 pre_last_prob = MAX_PROB - pre_fc->partition_prob[i][PARTITION_TYPES - 2]; in compute_context_model_diff()
183 cur_last_prob = MAX_PROB - cur_fc->partition_prob[i][PARTITION_TYPES - 2]; in compute_context_model_diff()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c2440 vp9_diff_update_prob(&r, &fc->partition_prob[j][i]); in read_compressed_header()