Home
last modified time | relevance | path

Searched refs:aom_cdf_prob (Results 51 – 75 of 266) sorted by relevance

1234567891011

/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/aom_dsp/
H A Dbitwriter.h72 aom_cdf_prob cdf[2] = { (aom_cdf_prob)p, 32767 }; in aom_write()
90 const aom_cdf_prob *cdf, int nsymbs) { in aom_write_cdf()
98 static INLINE void aom_write_symbol(aom_writer *w, int symb, aom_cdf_prob *cdf, in aom_write_symbol()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dcost.h32 static INLINE int av1_cost_symbol(aom_cdf_prob p15) { in av1_cost_symbol()
36 p15 = (aom_cdf_prob)clamp(p15, 1, CDF_PROB_TOP - 1); in av1_cost_symbol()
44 void av1_cost_tokens_from_cdf(int *costs, const aom_cdf_prob *cdf,
H A Dmv_prec.c48 static AOM_INLINE int get_symbol_cost(const aom_cdf_prob *cdf, int symbol) { in get_symbol_cost()
49 const aom_cdf_prob cur_cdf = AOM_ICDF(cdf[symbol]); in get_symbol_cost()
50 const aom_cdf_prob prev_cdf = symbol ? AOM_ICDF(cdf[symbol - 1]) : 0; in get_symbol_cost()
51 const aom_cdf_prob p15 = AOMMAX(cur_cdf - prev_cdf, EC_MIN_PROB); in get_symbol_cost()
77 aom_cdf_prob *sign_cdf = cur_mvcomp_ctx->sign_cdf; in keep_one_comp_stat()
78 aom_cdf_prob *class_cdf = cur_mvcomp_ctx->classes_cdf; in keep_one_comp_stat()
79 aom_cdf_prob *class0_cdf = cur_mvcomp_ctx->class0_cdf; in keep_one_comp_stat()
80 aom_cdf_prob(*bits_cdf)[3] = cur_mvcomp_ctx->bits_cdf; in keep_one_comp_stat()
81 aom_cdf_prob *frac_part_cdf = mv_class in keep_one_comp_stat()
84 aom_cdf_prob *high_part_cdf = in keep_one_comp_stat()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dcost.h32 static INLINE int av1_cost_symbol(aom_cdf_prob p15) { in av1_cost_symbol()
36 p15 = (aom_cdf_prob)clamp(p15, 1, CDF_PROB_TOP - 1); in av1_cost_symbol()
44 void av1_cost_tokens_from_cdf(int *costs, const aom_cdf_prob *cdf,
H A Dmv_prec.c48 static AOM_INLINE int get_symbol_cost(const aom_cdf_prob *cdf, int symbol) { in get_symbol_cost()
49 const aom_cdf_prob cur_cdf = AOM_ICDF(cdf[symbol]); in get_symbol_cost()
50 const aom_cdf_prob prev_cdf = symbol ? AOM_ICDF(cdf[symbol - 1]) : 0; in get_symbol_cost()
51 const aom_cdf_prob p15 = AOMMAX(cur_cdf - prev_cdf, EC_MIN_PROB); in get_symbol_cost()
77 aom_cdf_prob *sign_cdf = cur_mvcomp_ctx->sign_cdf; in keep_one_comp_stat()
78 aom_cdf_prob *class_cdf = cur_mvcomp_ctx->classes_cdf; in keep_one_comp_stat()
79 aom_cdf_prob *class0_cdf = cur_mvcomp_ctx->class0_cdf; in keep_one_comp_stat()
80 aom_cdf_prob(*bits_cdf)[3] = cur_mvcomp_ctx->bits_cdf; in keep_one_comp_stat()
81 aom_cdf_prob *frac_part_cdf = mv_class in keep_one_comp_stat()
84 aom_cdf_prob *high_part_cdf = in keep_one_comp_stat()
[all …]
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dcost.h32 static INLINE int av1_cost_symbol(aom_cdf_prob p15) { in av1_cost_symbol()
36 p15 = (aom_cdf_prob)clamp(p15, 1, CDF_PROB_TOP - 1); in av1_cost_symbol()
44 void av1_cost_tokens_from_cdf(int *costs, const aom_cdf_prob *cdf,
H A Dmv_prec.c46 static AOM_INLINE int get_symbol_cost(const aom_cdf_prob *cdf, int symbol) { in get_symbol_cost()
47 const aom_cdf_prob cur_cdf = AOM_ICDF(cdf[symbol]); in get_symbol_cost()
48 const aom_cdf_prob prev_cdf = symbol ? AOM_ICDF(cdf[symbol - 1]) : 0; in get_symbol_cost()
49 const aom_cdf_prob p15 = AOMMAX(cur_cdf - prev_cdf, EC_MIN_PROB); in get_symbol_cost()
75 aom_cdf_prob *sign_cdf = cur_mvcomp_ctx->sign_cdf; in keep_one_comp_stat()
76 aom_cdf_prob *class_cdf = cur_mvcomp_ctx->classes_cdf; in keep_one_comp_stat()
77 aom_cdf_prob *class0_cdf = cur_mvcomp_ctx->class0_cdf; in keep_one_comp_stat()
78 aom_cdf_prob(*bits_cdf)[3] = cur_mvcomp_ctx->bits_cdf; in keep_one_comp_stat()
79 aom_cdf_prob *frac_part_cdf = mv_class in keep_one_comp_stat()
82 aom_cdf_prob *high_part_cdf = in keep_one_comp_stat()
[all …]
/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dcost.h32 static INLINE int av1_cost_symbol(aom_cdf_prob p15) { in av1_cost_symbol()
36 p15 = (aom_cdf_prob)clamp(p15, 1, CDF_PROB_TOP - 1); in av1_cost_symbol()
44 void av1_cost_tokens_from_cdf(int *costs, const aom_cdf_prob *cdf,
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/aom_dsp/
H A Ddaalaboolwriter.h42 aom_cdf_prob cdf[2] = { (aom_cdf_prob)p, 32767 }; in aom_daala_write()
58 const aom_cdf_prob *cdf, int nsymbs) { in daala_write_symbol()
H A Ddaalaboolreader.h71 aom_cdf_prob ref_cdf[16]; in aom_daala_read()
82 if ((ref_nsymbs != 2) || (ref_cdf[0] != (aom_cdf_prob)p) || in aom_daala_read()
104 static INLINE int daala_read_symbol(daala_reader *r, const aom_cdf_prob *cdf, in daala_read_symbol()
115 aom_cdf_prob ref_cdf[16]; in daala_read_symbol()
/dports/www/firefox/firefox-99.0/third_party/aom/aom_dsp/
H A Ddaalaboolwriter.h42 aom_cdf_prob cdf[2] = { (aom_cdf_prob)p, 32767 }; in aom_daala_write()
58 const aom_cdf_prob *cdf, int nsymbs) { in daala_write_symbol()
H A Ddaalaboolreader.h71 aom_cdf_prob ref_cdf[16]; in aom_daala_read()
82 if ((ref_nsymbs != 2) || (ref_cdf[0] != (aom_cdf_prob)p) || in aom_daala_read()
108 static INLINE int daala_read_symbol(daala_reader *r, const aom_cdf_prob *cdf, in daala_read_symbol()
119 aom_cdf_prob ref_cdf[16]; in daala_read_symbol()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/aom_dsp/
H A Ddaalaboolwriter.h42 aom_cdf_prob cdf[2] = { (aom_cdf_prob)p, 32767 }; in aom_daala_write()
58 const aom_cdf_prob *cdf, int nsymbs) { in daala_write_symbol()
H A Ddaalaboolreader.h71 aom_cdf_prob ref_cdf[16]; in aom_daala_read()
82 if ((ref_nsymbs != 2) || (ref_cdf[0] != (aom_cdf_prob)p) || in aom_daala_read()
108 static INLINE int daala_read_symbol(daala_reader *r, const aom_cdf_prob *cdf, in daala_read_symbol()
119 aom_cdf_prob ref_cdf[16]; in daala_read_symbol()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/aom_dsp/
H A Ddaalaboolwriter.h42 aom_cdf_prob cdf[2] = { (aom_cdf_prob)p, 32767 }; in aom_daala_write()
58 const aom_cdf_prob *cdf, int nsymbs) { in daala_write_symbol()
H A Ddaalaboolreader.h71 aom_cdf_prob ref_cdf[16]; in aom_daala_read()
82 if ((ref_nsymbs != 2) || (ref_cdf[0] != (aom_cdf_prob)p) || in aom_daala_read()
108 static INLINE int daala_read_symbol(daala_reader *r, const aom_cdf_prob *cdf, in daala_read_symbol()
119 aom_cdf_prob ref_cdf[16]; in daala_read_symbol()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/aom_dsp/
H A Ddaalaboolwriter.h42 aom_cdf_prob cdf[2] = { (aom_cdf_prob)p, 32767 }; in aom_daala_write()
58 const aom_cdf_prob *cdf, int nsymbs) { in daala_write_symbol()
H A Ddaalaboolreader.h71 aom_cdf_prob ref_cdf[16]; in aom_daala_read()
82 if ((ref_nsymbs != 2) || (ref_cdf[0] != (aom_cdf_prob)p) || in aom_daala_read()
108 static INLINE int daala_read_symbol(daala_reader *r, const aom_cdf_prob *cdf, in daala_read_symbol()
119 aom_cdf_prob ref_cdf[16]; in daala_read_symbol()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/aom_dsp/
H A Ddaalaboolwriter.h41 aom_cdf_prob cdf[2] = { (aom_cdf_prob)p, 32767 }; in aom_daala_write()
63 const aom_cdf_prob *cdf, int nsymbs) { in daala_write_symbol()
H A Ddaalaboolreader.h66 aom_cdf_prob ref_cdf[16]; in aom_daala_read()
77 if ((ref_nsymbs != 2) || (ref_cdf[0] != (aom_cdf_prob)p) || in aom_daala_read()
109 static INLINE int daala_read_symbol(daala_reader *r, const aom_cdf_prob *cdf, in daala_read_symbol()
120 aom_cdf_prob ref_cdf[16]; in daala_read_symbol()
H A Dprob.h34 typedef uint16_t aom_cdf_prob; typedef
127 aom_tree_index root, aom_cdf_prob *cdf, aom_tree_index *ind,
131 const aom_prob *probs, aom_cdf_prob *cdf) { in av1_tree_to_cdf()
159 static INLINE void update_cdf(aom_cdf_prob *cdf, int val, int nsymbs) { in update_cdf()
199 static INLINE void update_bin(aom_cdf_prob *cdf, int val, int nsymbs) { in update_bin()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dentropy.c47 const aom_cdf_prob av1_cat2_cdf0[CDF_SIZE(4)] = {
51 const aom_cdf_prob av1_cat3_cdf0[CDF_SIZE(8)] = {
122 const aom_cdf_prob av1_cat6_cdf4[CDF_SIZE(4)] = {
125 const aom_cdf_prob *av1_cat6_cdf[] = {
2098 aom_cdf_prob prev_cdf; in build_tail_cdfs()
2186 static void av1_average_cdf(aom_cdf_prob *cdf_ptr[], aom_cdf_prob *fc_cdf_ptr, in av1_average_cdf()
2217 aom_cdf_prob *fc_cdf_ptr; in av1_average_tile_coef_cdfs()
2244 aom_cdf_prob *fc_cdf_ptr; in av1_average_tile_mv_cdfs()
2268 aom_cdf_prob *fc_cdf_ptr; in av1_average_tile_intra_cdfs()
2328 aom_cdf_prob *fc_cdf_ptr; in av1_average_tile_inter_cdfs()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/aom_util/
H A Ddebug_util.c20 static aom_cdf_prob cdf_queue[QUEUE_MAX_SIZE][16];
52 void bitstream_queue_pop(int *result, aom_cdf_prob *cdf, int *nsymbs) { in bitstream_queue_pop()
65 void bitstream_queue_push(int result, const aom_cdf_prob *cdf, int nsymbs) { in bitstream_queue_push()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dcost.c69 void av1_cost_tokens_from_cdf(int *costs, const aom_cdf_prob *cdf, in av1_cost_tokens_from_cdf()
72 aom_cdf_prob prev_cdf = 0; in av1_cost_tokens_from_cdf()
74 const aom_cdf_prob p15 = AOM_ICDF(cdf[i]) - prev_cdf; in av1_cost_tokens_from_cdf()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/test/
H A Dans_test.cc85 const aom_cdf_prob spareto65[] = { 8320, 6018, 4402, 3254, 4259,
92 aom_cdf_prob prob;
93 aom_cdf_prob cum_prob; // not-inclusive
97 aom_cdf_prob sum = 0; in ans_encode_build_vals()
119 aom_cdf_prob *dec_tab) { in rans_build_dec_tab()
132 aom_cdf_prob dec_tab[kRansSymbols]; in check_rans()

1234567891011