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 Dvp9_treewriter.h29 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 Dvp9_tokenize.h39 extern const vp9_tree_index vp9_coef_tree[];
40 extern const vp9_tree_index vp9_coef_con_tree[];
H A Dvp9_treewriter.c13 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 Dvp9_cost.c44 const vp9_tree_index ii = tree[i + b];
H A Dvp9_cost.h37 vp9_tree_index i = 0;
H A Dvp9_tokenize.c32 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 Dvp9_encodemv.c149 static void write_mv_update(const vp9_tree_index *tree,
H A Dvp9_bitstream.c67 static void prob_diff_update(const vp9_tree_index *tree,
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
H A Dvp9_prob.c34 const vp9_tree_index *tree,
56 void vp9_tree_merge_probs(const vp9_tree_index *tree, const vp9_prob *pre_probs,
H A Dvp9_entropymv.h77 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 Dvp9_prob.h31 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 Dvp9_entropymode.h81 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 Dvp9_seg_common.h75 extern const vp9_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)];
H A Dvp9_entropymv.c20 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 Dvp9_entropy.h47 extern const vp9_tree_index vp9_coefmodel_tree[];
50 const vp9_tree_index *tree;
H A Dvp9_seg_common.c69 const vp9_tree_index vp9_segment_tree[TREE_SIZE(MAX_SEGMENTS)] = {
H A Dvp9_entropymode.c223 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 Dvp9_entropy.c96 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 Dvp9_reader.h97 static int vp9_read_tree(vp9_reader *r, const vp9_tree_index *tree,
99 vp9_tree_index i = 0;

Completed in 809 milliseconds