Home
last modified time | relevance | path

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

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/aom_dsp/
H A Dprob.h59 typedef int8_t aom_tree_index; typedef
72 typedef const aom_tree_index aom_tree[];
123 void aom_tree_merge_probs(const aom_tree_index *tree, const aom_prob *pre_probs,
126 int tree_to_cdf(const aom_tree_index *tree, const aom_prob *probs,
127 aom_tree_index root, aom_cdf_prob *cdf, aom_tree_index *ind,
130 static INLINE void av1_tree_to_cdf(const aom_tree_index *tree, in av1_tree_to_cdf()
132 aom_tree_index index[16]; in av1_tree_to_cdf()
157 void av1_indices_from_tree(int *ind, int *inv, const aom_tree_index *tree);
H A Dprob.c19 const aom_tree_index *tree, in tree_merge_probs_impl()
36 void aom_tree_merge_probs(const aom_tree_index *tree, const aom_prob *pre_probs, in aom_tree_merge_probs()
44 aom_tree_index index;
108 aom_cdf_prob *pdf, aom_tree_index *index, in tree_node_extract()
122 int tree_to_cdf(const aom_tree_index *tree, const aom_prob *probs, in tree_to_cdf()
123 aom_tree_index root, aom_cdf_prob *cdf, aom_tree_index *index, in tree_to_cdf()
143 aom_tree_index j; in tree_to_cdf()
198 const aom_tree_index *tree, int value, int index) { in tree_to_index()
202 const aom_tree_index content = tree[index]; in tree_to_index()
214 void av1_indices_from_tree(int *ind, int *inv, const aom_tree_index *tree) { in av1_indices_from_tree()
H A Dbitwriter.h154 const aom_tree_index *tree, in aom_write_tree_as_cdf()
156 int len, aom_tree_index i) { in aom_write_tree_as_cdf()
157 aom_tree_index root; in aom_write_tree_as_cdf()
161 aom_tree_index index[16]; in aom_write_tree_as_cdf()
192 static INLINE void aom_write_tree(aom_writer *w, const aom_tree_index *tree, in aom_write_tree()
194 aom_tree_index i) { in aom_write_tree()
199 const aom_tree_index *tree, in aom_write_tree_record()
201 int len, aom_tree_index i, in aom_write_tree_record()
H A Dbitreader.h217 const aom_tree_index *tree, in aom_read_tree_as_cdf()
219 aom_tree_index i = 0; in aom_read_tree_as_cdf()
222 aom_tree_index index[16]; in aom_read_tree_as_cdf()
235 static INLINE int aom_read_tree_(aom_reader *r, const aom_tree_index *tree, in aom_read_tree_()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dentropymode.h670 extern const aom_tree_index
673 extern const aom_tree_index
676 extern const aom_tree_index
680 extern const aom_tree_index av1_partition_tree[TREE_SIZE(PARTITION_TYPES)];
682 extern const aom_tree_index
685 extern const aom_tree_index
691 extern const aom_tree_index av1_ext_tx_tree[EXT_TX_SET_TYPES]
694 extern const aom_tree_index av1_ext_tx_tree[TREE_SIZE(TX_TYPES)];
697 extern const aom_tree_index av1_motion_mode_tree[TREE_SIZE(MOTION_MODES)];
702 extern const aom_tree_index av1_ncobmc_tree[TREE_SIZE(OBMC_FAMILY_MODES)];
[all …]
H A Dentropymv.h82 extern const aom_tree_index av1_mv_joint_tree[];
83 extern const aom_tree_index av1_mv_class_tree[];
84 extern const aom_tree_index av1_mv_class0_tree[];
85 extern const aom_tree_index av1_mv_fp_tree[];
H A Dentropymv.c18 const aom_tree_index av1_mv_joint_tree[TREE_SIZE(MV_JOINTS)] = {
23 const aom_tree_index av1_mv_class_tree[TREE_SIZE(MV_CLASSES)] = {
37 const aom_tree_index av1_mv_class0_tree[TREE_SIZE(CLASS0_SIZE)] = {
41 const aom_tree_index av1_mv_fp_tree[TREE_SIZE(MV_FP_SIZE)] = { -0, 2, -1,
H A Dseg_common.c67 const aom_tree_index av1_segment_tree[TREE_SIZE(MAX_SEGMENTS)] = {
H A Dseg_common.h104 extern const aom_tree_index av1_segment_tree[TREE_SIZE(MAX_SEGMENTS)];
H A Dentropymode.c1266 const aom_tree_index av1_motion_mode_tree[TREE_SIZE(MOTION_MODES)] = {
1345 const aom_tree_index av1_motion_mode_tree[TREE_SIZE(MOTION_MODES)] = {
1404 const aom_tree_index av1_motion_mode_tree[TREE_SIZE(MOTION_MODES)] = {
1463 const aom_tree_index av1_motion_mode_tree[TREE_SIZE(MOTION_MODES)] = {
1516 const aom_tree_index av1_ncobmc_tree[TREE_SIZE(OBMC_FAMILY_MODES)] = {
1569 const aom_tree_index av1_motion_mode_tree[TREE_SIZE(MOTION_MODES)] = {
1715 const aom_tree_index av1_inter_compound_mode_tree
1738 const aom_tree_index av1_inter_singleref_comp_mode_tree
1764 const aom_tree_index av1_partition_tree[TREE_SIZE(PARTITION_TYPES)] = {
2495 const aom_tree_index
[all …]
H A Dentropy.h251 extern const aom_tree_index av1_coef_con_tree[TREE_SIZE(ENTROPY_TOKENS)];
H A Dentropy.c29 const aom_tree_index av1_coef_con_tree[TREE_SIZE(ENTROPY_TOKENS)] = {
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dtreewriter.c14 static void tree2tok(struct av1_token *tokens, const aom_tree_index *tree, in tree2tok()
20 const aom_tree_index j = tree[i++]; in tree2tok()
31 const aom_tree_index *tree) { in av1_tokens_from_tree()
H A Dtreewriter.h30 void av1_tokens_from_tree(struct av1_token *, const aom_tree_index *);
32 static INLINE void av1_write_token(aom_writer *w, const aom_tree_index *tree, in av1_write_token()
H A Dtokenize.h48 extern const aom_tree_index av1_coef_tree[];
49 extern const aom_tree_index av1_coef_con_tree[];
H A Dcost.h53 aom_tree_index i = 0; in treed_cost()
H A Dcost.c49 const aom_tree_index ii = tree[i + b]; in cost()
H A Dtokenize.c81 const aom_tree_index av1_coef_tree[TREE_SIZE(ENTROPY_TOKENS)] = {
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/tools/
H A Daom_entropy_optimizer.c32 const aom_tree_index av1_intra_mode_tree[TREE_SIZE(INTRA_MODES)] = {
59 const aom_tree_index av1_intra_mode_tree[TREE_SIZE(INTRA_MODES)] = {
87 static unsigned int optimize_tree_probs(const aom_tree_index *tree, in optimize_tree_probs()
103 const aom_tree_index *tree, int flatten_last_dim) { in parse_stats()
196 const aom_tree_index *tree, in optimize_entropy_table()