Searched refs:vpx_tree_index (Results 1 – 19 of 19) sorted by relevance
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_treewriter.h | 29 void vp9_tokens_from_tree(struct vp9_token *, const vpx_tree_index *); 31 static INLINE void vp9_write_tree(vpx_writer *w, const vpx_tree_index *tree, in vp9_write_tree() 33 vpx_tree_index i) { in vp9_write_tree() 41 static INLINE void vp9_write_token(vpx_writer *w, const vpx_tree_index *tree, in vp9_write_token()
|
D | vp9_treewriter.c | 13 static void tree2tok(struct vp9_token *tokens, const vpx_tree_index *tree, in tree2tok() 19 const vpx_tree_index j = tree[i++]; in tree2tok() 30 const vpx_tree_index *tree) { in vp9_tokens_from_tree()
|
D | vp9_tokenize.h | 42 extern const vpx_tree_index vp9_coef_tree[]; 43 extern const vpx_tree_index vp9_coef_con_tree[];
|
D | vp9_cost.c | 47 const vpx_tree_index ii = tree[i + b]; in cost()
|
D | vp9_cost.h | 40 vpx_tree_index i = 0; in treed_cost()
|
D | vp9_tokenize.c | 75 const vpx_tree_index vp9_coef_tree[TREE_SIZE(ENTROPY_TOKENS)] = {
|
D | vp9_encodemv.c | 157 static void write_mv_update(const vpx_tree_index *tree, in write_mv_update()
|
D | vp9_bitstream.c | 68 static void prob_diff_update(const vpx_tree_index *tree, in prob_diff_update()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_entropymode.h | 86 extern const vpx_tree_index vp9_intra_mode_tree[TREE_SIZE(INTRA_MODES)]; 87 extern const vpx_tree_index vp9_inter_mode_tree[TREE_SIZE(INTER_MODES)]; 88 extern const vpx_tree_index vp9_partition_tree[TREE_SIZE(PARTITION_TYPES)]; 89 extern const vpx_tree_index
|
D | vp9_entropymv.h | 83 extern const vpx_tree_index vp9_mv_joint_tree[]; 84 extern const vpx_tree_index vp9_mv_class_tree[]; 85 extern const vpx_tree_index vp9_mv_class0_tree[]; 86 extern const vpx_tree_index vp9_mv_fp_tree[];
|
D | vp9_entropymv.c | 14 const vpx_tree_index vp9_mv_joint_tree[TREE_SIZE(MV_JOINTS)] = { 18 const vpx_tree_index vp9_mv_class_tree[TREE_SIZE(MV_CLASSES)] = { 25 const vpx_tree_index vp9_mv_class0_tree[TREE_SIZE(CLASS0_SIZE)] = { -0, -1 }; 27 const vpx_tree_index vp9_mv_fp_tree[TREE_SIZE(MV_FP_SIZE)] = { -0, 2, -1,
|
D | vp9_entropymode.c | 245 const vpx_tree_index vp9_intra_mode_tree[TREE_SIZE(INTRA_MODES)] = { 257 const vpx_tree_index vp9_inter_mode_tree[TREE_SIZE(INTER_MODES)] = { 262 const vpx_tree_index vp9_partition_tree[TREE_SIZE(PARTITION_TYPES)] = { 337 const vpx_tree_index vp9_switchable_interp_tree[TREE_SIZE(SWITCHABLE_FILTERS)] =
|
D | vp9_seg_common.c | 58 const vpx_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)] = {
|
D | vp9_seg_common.h | 75 extern const vpx_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)];
|
D | vp9_entropy.h | 147 extern const vpx_tree_index vp9_coef_con_tree[TREE_SIZE(ENTROPY_TOKENS)];
|
D | vp9_entropy.c | 20 const vpx_tree_index vp9_coef_con_tree[TREE_SIZE(ENTROPY_TOKENS)] = {
|
/external/libvpx/libvpx/vpx_dsp/ |
D | prob.h | 31 typedef int8_t vpx_tree_index; typedef 46 typedef const vpx_tree_index vpx_tree[]; 97 void vpx_tree_merge_probs(const vpx_tree_index *tree, const vpx_prob *pre_probs,
|
D | prob.c | 27 const vpx_tree_index *tree, in tree_merge_probs_impl() 44 void vpx_tree_merge_probs(const vpx_tree_index *tree, const vpx_prob *pre_probs, in vpx_tree_merge_probs()
|
D | bitreader.h | 121 static INLINE int vpx_read_tree(vpx_reader *r, const vpx_tree_index *tree, in vpx_read_tree() 123 vpx_tree_index i = 0; in vpx_read_tree()
|