Searched refs:vp9_tree_index (Results 1 - 19 of 19) sorted by relevance
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
H A D | vp9_treewriter.h | 29 void vp9_tokens_from_tree(struct vp9_token*, const vp9_tree_index *); 31 static INLINE void vp9_write_tree(vp9_writer *w, const vp9_tree_index *tree, 33 vp9_tree_index i) { 41 static INLINE void vp9_write_token(vp9_writer *w, const vp9_tree_index *tree,
|
H A D | vp9_tokenize.h | 39 extern const vp9_tree_index vp9_coef_tree[]; 40 extern const vp9_tree_index vp9_coef_con_tree[];
|
H A D | vp9_treewriter.c | 13 static void tree2tok(struct vp9_token *tokens, const vp9_tree_index *tree, 19 const vp9_tree_index j = tree[i++]; 30 const vp9_tree_index *tree) {
|
H A D | vp9_cost.c | 44 const vp9_tree_index ii = tree[i + b];
|
H A D | vp9_cost.h | 37 vp9_tree_index i = 0;
|
H A D | vp9_tokenize.c | 32 const vp9_tree_index vp9_coef_tree[TREE_SIZE(ENTROPY_TOKENS)] = { 47 const vp9_tree_index vp9_coef_con_tree[TREE_SIZE(ENTROPY_TOKENS)] = { 67 static vp9_tree_index cat1[2], cat2[4], cat3[6], cat4[8], cat5[10], cat6[28]; 69 static void init_bit_tree(vp9_tree_index *p, int n) {
|
H A D | vp9_encodemv.c | 149 static void write_mv_update(const vp9_tree_index *tree,
|
H A D | vp9_bitstream.c | 67 static void prob_diff_update(const vp9_tree_index *tree,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
H A D | vp9_prob.c | 34 const vp9_tree_index *tree, 56 void vp9_tree_merge_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs,
|
H A D | vp9_entropymv.h | 77 extern const vp9_tree_index vp9_mv_joint_tree[]; 78 extern const vp9_tree_index vp9_mv_class_tree[]; 79 extern const vp9_tree_index vp9_mv_class0_tree[]; 80 extern const vp9_tree_index vp9_mv_fp_tree[];
|
H A D | vp9_prob.h | 31 typedef int8_t vp9_tree_index; typedef 44 typedef const vp9_tree_index vp9_tree[]; 82 void vp9_tree_merge_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs,
|
H A D | vp9_entropymode.h | 81 extern const vp9_tree_index vp9_intra_mode_tree[TREE_SIZE(INTRA_MODES)]; 82 extern const vp9_tree_index vp9_inter_mode_tree[TREE_SIZE(INTER_MODES)]; 83 extern const vp9_tree_index vp9_partition_tree[TREE_SIZE(PARTITION_TYPES)]; 84 extern const vp9_tree_index vp9_switchable_interp_tree
|
H A D | vp9_seg_common.h | 75 extern const vp9_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)];
|
H A D | vp9_entropymv.c | 20 const vp9_tree_index vp9_mv_joint_tree[TREE_SIZE(MV_JOINTS)] = { 26 const vp9_tree_index vp9_mv_class_tree[TREE_SIZE(MV_CLASSES)] = { 39 const vp9_tree_index vp9_mv_class0_tree[TREE_SIZE(CLASS0_SIZE)] = { 43 const vp9_tree_index vp9_mv_fp_tree[TREE_SIZE(MV_FP_SIZE)] = { 190 static void adapt_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs,
|
H A D | vp9_entropy.h | 47 extern const vp9_tree_index vp9_coefmodel_tree[]; 50 const vp9_tree_index *tree;
|
H A D | vp9_seg_common.c | 69 const vp9_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)] = {
|
H A D | vp9_entropymode.c | 223 const vp9_tree_index vp9_intra_mode_tree[TREE_SIZE(INTRA_MODES)] = { 235 const vp9_tree_index vp9_inter_mode_tree[TREE_SIZE(INTER_MODES)] = { 241 const vp9_tree_index vp9_partition_tree[TREE_SIZE(PARTITION_TYPES)] = { 331 const vp9_tree_index vp9_switchable_interp_tree 344 static void adapt_probs(const vp9_tree_index *tree,
|
H A D | vp9_entropy.c | 96 const vp9_tree_index vp9_coefmodel_tree[TREE_SIZE(UNCONSTRAINED_NODES + 1)] = {
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/decoder/ |
H A D | vp9_reader.h | 97 static int vp9_read_tree(vp9_reader *r, const vp9_tree_index *tree, 99 vp9_tree_index i = 0;
|
Completed in 809 milliseconds