HomeSort by relevance Sort by last modified time
    Searched refs:vpx_tree_index (Results 1 - 19 of 19) sorted by null

  /external/libvpx/libvpx/vp9/encoder/
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,
33 vpx_tree_index i) {
41 static INLINE void vp9_write_token(vpx_writer *w, const vpx_tree_index *tree,
vp9_treewriter.c 13 static void tree2tok(struct vp9_token *tokens, const vpx_tree_index *tree,
19 const vpx_tree_index j = tree[i++];
30 const vpx_tree_index *tree) {
vp9_cost.c 47 const vpx_tree_index ii = tree[i + b];
vp9_cost.h 40 vpx_tree_index i = 0;
vp9_tokenize.h 42 extern const vpx_tree_index vp9_coef_tree[];
43 extern const vpx_tree_index vp9_coef_con_tree[];
vp9_tokenize.c 75 const vpx_tree_index vp9_coef_tree[TREE_SIZE(ENTROPY_TOKENS)] = {
vp9_encodemv.c 157 static void write_mv_update(const vpx_tree_index *tree,
vp9_bitstream.c 68 static void prob_diff_update(const vpx_tree_index *tree,
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
prob.c 27 const vpx_tree_index *tree,
44 void vpx_tree_merge_probs(const vpx_tree_index *tree, const vpx_prob *pre_probs,
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,
bitreader.h 121 static INLINE int vpx_read_tree(vpx_reader *r, const vpx_tree_index *tree,
123 vpx_tree_index i = 0;
  /external/libvpx/libvpx/vp9/common/
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
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[];
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)] = {
29 const vpx_tree_index vp9_mv_fp_tree[TREE_SIZE(MV_FP_SIZE)] = { -0, 2, -1,
vp9_seg_common.c 58 const vpx_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)] = {
vp9_seg_common.h 75 extern const vpx_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)];
vp9_entropymode.c 242 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)] =
vp9_entropy.h 148 extern const vpx_tree_index vp9_coef_con_tree[TREE_SIZE(ENTROPY_TOKENS)];
vp9_entropy.c 20 const vpx_tree_index vp9_coef_con_tree[TREE_SIZE(ENTROPY_TOKENS)] = {
    [all...]

Completed in 795 milliseconds