Home
last modified time | relevance | path

Searched refs:BASE_RANGE_SETS (Results 1 – 10 of 10) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/common/
H A Dtxb_common.c164 for (int br = 0; br < BASE_RANGE_SETS; ++br) { in av1_init_txb_probs()
269 for (int br = 0; br < BASE_RANGE_SETS; ++br) { in av1_adapt_txb_probs()
H A Dentropymode.h175 aom_prob coeff_br[TX_SIZES][PLANE_TYPES][BASE_RANGE_SETS][LEVEL_CONTEXTS];
195 aom_cdf_prob coeff_br_cdf[TX_SIZES][PLANE_TYPES][BASE_RANGE_SETS]
461 unsigned int coeff_br[TX_SIZES][PLANE_TYPES][BASE_RANGE_SETS][LEVEL_CONTEXTS]
H A Dtxb_common.h188 static const int br_index_to_coeff[BASE_RANGE_SETS] = {
192 static const int br_extra_bits[BASE_RANGE_SETS] = {
H A Dentropy.h91 #define BASE_RANGE_SETS 3 macro
H A Dentropymode.c511 default_coeff_br[TX_SIZES][PLANE_TYPES][BASE_RANGE_SETS][LEVEL_CONTEXTS] = {
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/encoder/
H A Dblock.h79 int br_cost[BASE_RANGE_SETS][LEVEL_CONTEXTS][2];
H A Dencodetxb.c405 br_set_idx = BASE_RANGE_SETS; in av1_write_coeffs_txb()
409 for (idx = 0; idx < BASE_RANGE_SETS; ++idx) { in av1_write_coeffs_txb()
430 if (br_set_idx < BASE_RANGE_SETS) continue; in av1_write_coeffs_txb()
2298 : BASE_RANGE_SETS; in av1_update_and_record_txb_context()
2300 for (idx = 0; idx < BASE_RANGE_SETS; ++idx) { in av1_update_and_record_txb_context()
H A Drd.c564 for (int br = 0; br < BASE_RANGE_SETS; ++br) in av1_fill_coeff_costs()
579 : BASE_RANGE_SETS; in av1_fill_coeff_costs()
583 for (int idx = 0; idx < BASE_RANGE_SETS; ++idx) { in av1_fill_coeff_costs()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/av1/decoder/
H A Ddecodetxb.c436 for (idx = 0; idx < BASE_RANGE_SETS; ++idx) { in av1_read_coeffs_txb()
479 if (idx < BASE_RANGE_SETS) continue; in av1_read_coeffs_txb()
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/aom/tools/
H A Daom_entropy_optimizer.c854 cts_each_dim[2] = BASE_RANGE_SETS; in main()