Home
last modified time | relevance | path

Searched refs:vpx_tree_index (Results 1 – 19 of 19) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_treewriter.h29 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()
Dvp9_treewriter.c13 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()
Dvp9_tokenize.h42 extern const vpx_tree_index vp9_coef_tree[];
43 extern const vpx_tree_index vp9_coef_con_tree[];
Dvp9_cost.c47 const vpx_tree_index ii = tree[i + b]; in cost()
Dvp9_cost.h40 vpx_tree_index i = 0; in treed_cost()
Dvp9_tokenize.c75 const vpx_tree_index vp9_coef_tree[TREE_SIZE(ENTROPY_TOKENS)] = {
Dvp9_encodemv.c157 static void write_mv_update(const vpx_tree_index *tree, in write_mv_update()
Dvp9_bitstream.c68 static void prob_diff_update(const vpx_tree_index *tree, in prob_diff_update()
/external/libvpx/libvpx/vp9/common/
Dvp9_entropymode.h86 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
Dvp9_entropymv.h83 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[];
Dvp9_entropymv.c14 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)] = {
29 const vpx_tree_index vp9_mv_fp_tree[TREE_SIZE(MV_FP_SIZE)] = { -0, 2, -1,
Dvp9_entropymode.c242 const vpx_tree_index vp9_intra_mode_tree[TREE_SIZE(INTRA_MODES)] = {
254 const vpx_tree_index vp9_inter_mode_tree[TREE_SIZE(INTER_MODES)] = {
259 const vpx_tree_index vp9_partition_tree[TREE_SIZE(PARTITION_TYPES)] = {
334 const vpx_tree_index vp9_switchable_interp_tree[TREE_SIZE(SWITCHABLE_FILTERS)] =
Dvp9_seg_common.c58 const vpx_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)] = {
Dvp9_seg_common.h75 extern const vpx_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)];
Dvp9_entropy.h148 extern const vpx_tree_index vp9_coef_con_tree[TREE_SIZE(ENTROPY_TOKENS)];
Dvp9_entropy.c20 const vpx_tree_index vp9_coef_con_tree[TREE_SIZE(ENTROPY_TOKENS)] = {
/external/libvpx/libvpx/vpx_dsp/
Dprob.h31 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,
Dprob.c27 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()
Dbitreader.h121 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()