Home
last modified time | relevance | path

Searched refs:partition_prob (Results 1 – 8 of 8) 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.h343 : (const vpx_prob(*)[PARTITION_TYPES - 1]) cm->fc->partition_prob; in set_partition_probs()
/external/mesa3d/src/gallium/drivers/radeon/
Dradeon_vcn_dec.h773 unsigned char partition_prob[16][3]; member
Dradeon_vcn_dec.c362 memcpy(probs->partition_prob, default_partition_probs, sizeof(default_partition_probs)); in fill_probs_table()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_bitstream.c1340 prob_diff_update(vp9_partition_tree, fc->partition_prob[i], in write_compressed_header()
Dvp9_encoder.c200 (pre_fc->partition_prob[i][j] - cur_fc->partition_prob[i][j]); in compute_context_model_diff()
202 pre_last_prob = MAX_PROB - pre_fc->partition_prob[i][PARTITION_TYPES - 2]; in compute_context_model_diff()
203 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.c2901 vp9_diff_update_prob(&r, &fc->partition_prob[j][i]); in read_compressed_header()