Searched defs:probs (Results 1 – 15 of 15) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | vp9_cost.c | 37 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()
|
D | vp9_treewriter.h | 32 const vp9_prob *probs, int bits, int len, in vp9_write_tree() 42 const vp9_prob *probs, in vp9_write_token()
|
D | vp9_cost.h | 34 static INLINE int treed_cost(vp9_tree tree, const vp9_prob *probs, in treed_cost()
|
D | vp9_bitstream.c | 51 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
|
D | vp9_segmentation.c | 83 static int cost_segmap(int *segcounts, vp9_prob *probs) { in cost_segmap()
|
D | vp9_encodemv.c | 149 static void write_mv_update(const vp9_tree_index *tree, in write_mv_update()
|
D | vp9_rdopt.c | 184 vp9_prob probs[ENTROPY_NODES]; in fill_token_costs() local
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_prob.c | 39 vp9_prob *probs) { in tree_merge_probs_impl() 58 unsigned int max_update_factor, vp9_prob *probs) { in vp9_tree_merge_probs()
|
D | vp9_entropy.c | 711 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
|
D | vp9_entropymv.c | 191 const unsigned int *counts, vp9_prob *probs) { in adapt_probs()
|
D | vp9_entropymode.c | 346 vp9_prob *probs) { in adapt_probs()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
D | vp9_reader.h | 98 const vp9_prob *probs) { in vp9_read_tree()
|
D | vp9_decodeframe.c | 385 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/ |
D | treecoder.c | 109 void vp8_tree_probs_from_distribution( in vp8_tree_probs_from_distribution()
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/ |
D | bitstream.c | 865 const unsigned int (*probs)[MAX_ENTROPY_TOKENS]; in independent_coef_context_savings() local
|