Home
last modified time | relevance | path

Searched defs:probs (Results 1 – 15 of 15) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_cost.c37 static void cost(int *costs, vp9_tree tree, const vp9_prob *probs, in cost()
53 void vp9_cost_tokens(int *costs, const vp9_prob *probs, vp9_tree tree) { in vp9_cost_tokens()
57 void vp9_cost_tokens_skip(int *costs, const vp9_prob *probs, vp9_tree tree) { in vp9_cost_tokens_skip()
Dvp9_treewriter.h32 const vp9_prob *probs, int bits, int len, in vp9_write_tree()
42 const vp9_prob *probs, in vp9_write_token()
Dvp9_cost.h34 static INLINE int treed_cost(vp9_tree tree, const vp9_prob *probs, in treed_cost()
Dvp9_bitstream.c51 const vp9_prob *probs) { in write_intra_mode()
56 const vp9_prob *probs) { in write_inter_mode()
67 static void prob_diff_update(const vp9_tree_index *tree, in prob_diff_update()
399 const vp9_prob *const probs = get_partition_probs(cm, ctx); in write_partition() local
Dvp9_segmentation.c83 static int cost_segmap(int *segcounts, vp9_prob *probs) { in cost_segmap()
Dvp9_encodemv.c149 static void write_mv_update(const vp9_tree_index *tree, in write_mv_update()
Dvp9_rdopt.c184 vp9_prob probs[ENTROPY_NODES]; in fill_token_costs() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_prob.c39 vp9_prob *probs) { in tree_merge_probs_impl()
58 unsigned int max_update_factor, vp9_prob *probs) { in vp9_tree_merge_probs()
Dvp9_entropy.c711 static void extend_to_full_distribution(vp9_prob *probs, vp9_prob p) { in extend_to_full_distribution()
740 vp9_coeff_probs_model *const probs = cm->fc.coef_probs[tx_size]; in adapt_coef_probs() local
Dvp9_entropymv.c191 const unsigned int *counts, vp9_prob *probs) { in adapt_probs()
Dvp9_entropymode.c346 vp9_prob *probs) { in adapt_probs()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/
Dvp9_reader.h98 const vp9_prob *probs) { in vp9_read_tree()
Dvp9_decodeframe.c385 const vp9_prob *const probs = get_partition_probs(cm, ctx); in read_partition() local
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dtreecoder.c109 void vp8_tree_probs_from_distribution( in vp8_tree_probs_from_distribution()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
Dbitstream.c865 const unsigned int (*probs)[MAX_ENTROPY_TOKENS]; in independent_coef_context_savings() local