Home
last modified time | relevance | path

Searched refs:av1_cost_literal (Results 1 – 25 of 63) sorted by relevance

123

/dports/graphics/dssim/dssim-3.1.2/cargo-crates/libaom-sys-0.9.1/vendor/av1/encoder/
H A Dtxb_rdopt_utils.h66 if (offset_bits > 1) eob_cost += av1_cost_literal(offset_bits - 1); in get_eob_cost()
75 return av1_cost_literal(2 * length - 1); in get_golomb_cost()
117 cost += av1_cost_literal(1); in get_two_coeff_cost_simple()
141 cost += av1_cost_literal(1); in get_coeff_cost_eob()
168 cost += av1_cost_literal(1); in get_coeff_cost_general()
H A Dcost.h29 #define av1_cost_literal(n) ((n) * (1 << AV1_PROB_COST_SHIFT)) macro
41 return av1_prob_cost[prob - 128] + av1_cost_literal(shift); in av1_cost_symbol()
H A Dintra_mode_search_utils.h264 return av1_cost_literal(l - 1); in write_uniform_cost()
266 return av1_cost_literal(l); in write_uniform_cost()
/dports/multimedia/aom/aom-3.2.0/av1/encoder/
H A Dtxb_rdopt_utils.h69 if (offset_bits > 1) eob_cost += av1_cost_literal(offset_bits - 1); in get_eob_cost()
78 return av1_cost_literal(2 * length - 1); in get_golomb_cost()
120 cost += av1_cost_literal(1); in get_two_coeff_cost_simple()
144 cost += av1_cost_literal(1); in get_coeff_cost_eob()
171 cost += av1_cost_literal(1); in get_coeff_cost_general()
H A Dcost.h29 #define av1_cost_literal(n) ((n) * (1 << AV1_PROB_COST_SHIFT)) macro
41 return av1_prob_cost[prob - 128] + av1_cost_literal(shift); in av1_cost_symbol()
H A Dintra_mode_search_utils.h445 return av1_cost_literal(l - 1); in write_uniform_cost()
447 return av1_cost_literal(l); in write_uniform_cost()
/dports/www/firefox-esr/firefox-91.8.0/third_party/aom/av1/encoder/
H A Dcost.h29 #define av1_cost_literal(n) ((n) * (1 << AV1_PROB_COST_SHIFT)) macro
37 return av1_prob_cost[prob - 128] + av1_cost_literal(shift); in av1_cost_symbol()
H A Dpalette.c128 return av1_cost_literal(total_bits); in av1_palette_color_cost_y()
153 return av1_cost_literal(total_bits); in av1_palette_color_cost_uv()
H A Dencodetxb.c272 if (offset_bits > 1) eob_cost += av1_cost_literal(offset_bits - 1);
284 return av1_cost_literal(1);
306 return av1_cost_literal(2 * length - 1);
768 cost += av1_cost_literal(1);
786 cost += av1_cost_literal(1);
1300 cost += av1_cost_literal(1);
1326 cost += av1_cost_literal(1);
/dports/www/firefox/firefox-99.0/third_party/aom/av1/encoder/
H A Dcost.h29 #define av1_cost_literal(n) ((n) * (1 << AV1_PROB_COST_SHIFT)) macro
37 return av1_prob_cost[prob - 128] + av1_cost_literal(shift); in av1_cost_symbol()
H A Dpalette.c128 return av1_cost_literal(total_bits); in av1_palette_color_cost_y()
153 return av1_cost_literal(total_bits); in av1_palette_color_cost_uv()
H A Dencodetxb.c272 if (offset_bits > 1) eob_cost += av1_cost_literal(offset_bits - 1);
284 return av1_cost_literal(1);
306 return av1_cost_literal(2 * length - 1);
768 cost += av1_cost_literal(1);
786 cost += av1_cost_literal(1);
1300 cost += av1_cost_literal(1);
1326 cost += av1_cost_literal(1);
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/aom/av1/encoder/
H A Dcost.h29 #define av1_cost_literal(n) ((n) * (1 << AV1_PROB_COST_SHIFT)) macro
37 return av1_prob_cost[prob - 128] + av1_cost_literal(shift); in av1_cost_symbol()
H A Dpalette.c128 return av1_cost_literal(total_bits); in av1_palette_color_cost_y()
153 return av1_cost_literal(total_bits); in av1_palette_color_cost_uv()
H A Dencodetxb.c272 if (offset_bits > 1) eob_cost += av1_cost_literal(offset_bits - 1);
284 return av1_cost_literal(1);
306 return av1_cost_literal(2 * length - 1);
768 cost += av1_cost_literal(1);
786 cost += av1_cost_literal(1);
1300 cost += av1_cost_literal(1);
1326 cost += av1_cost_literal(1);
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/aom/av1/encoder/
H A Dcost.h29 #define av1_cost_literal(n) ((n) * (1 << AV1_PROB_COST_SHIFT)) macro
37 return av1_prob_cost[prob - 128] + av1_cost_literal(shift); in av1_cost_symbol()
H A Dpalette.c128 return av1_cost_literal(total_bits); in av1_palette_color_cost_y()
153 return av1_cost_literal(total_bits); in av1_palette_color_cost_uv()
H A Dencodetxb.c272 if (offset_bits > 1) eob_cost += av1_cost_literal(offset_bits - 1);
284 return av1_cost_literal(1);
306 return av1_cost_literal(2 * length - 1);
768 cost += av1_cost_literal(1);
786 cost += av1_cost_literal(1);
1300 cost += av1_cost_literal(1);
1326 cost += av1_cost_literal(1);
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libaom/source/libaom/av1/encoder/
H A Dcost.h29 #define av1_cost_literal(n) ((n) * (1 << AV1_PROB_COST_SHIFT)) macro
41 return av1_prob_cost[prob - 128] + av1_cost_literal(shift); in av1_cost_symbol()
H A Dpalette.c128 return av1_cost_literal(total_bits); in av1_palette_color_cost_y()
153 return av1_cost_literal(total_bits); in av1_palette_color_cost_uv()
H A Dencodetxb.c263 if (offset_bits > 1) eob_cost += av1_cost_literal(offset_bits - 1);
275 return av1_cost_literal(1);
293 return av1_cost_literal(2 * length - 1);
803 cost += av1_cost_literal(1);
821 cost += av1_cost_literal(1);
1423 cost += av1_cost_literal(1);
1447 cost += av1_cost_literal(1);
1474 cost += av1_cost_literal(1);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libaom/source/libaom/av1/encoder/
H A Dcost.h29 #define av1_cost_literal(n) ((n) * (1 << AV1_PROB_COST_SHIFT)) macro
41 return av1_prob_cost[prob - 128] + av1_cost_literal(shift); in av1_cost_symbol()
H A Dintra_mode_search_utils.h232 return av1_cost_literal(l - 1); in write_uniform_cost()
234 return av1_cost_literal(l); in write_uniform_cost()
H A Dencodetxb.c262 if (offset_bits > 1) eob_cost += av1_cost_literal(offset_bits - 1);
282 return av1_cost_literal(2 * length - 1);
660 cost += av1_cost_literal(1);
678 cost += av1_cost_literal(1);
841 cost += av1_cost_literal(1);
865 cost += av1_cost_literal(1);
892 cost += av1_cost_literal(1);
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dcost.h35 #define av1_cost_literal(n) ((n) * (1 << AV1_PROB_COST_SHIFT)) macro
42 av1_cost_literal(shift); in av1_cost_symbol()

123