Searched refs:COEFF_BASE_RANGE (Results 1 – 5 of 5) sorted by relevance
49 #define COEFF_BASE_RANGE (4 * (BR_CDF_SIZE - 1)) macro53 #define MAX_BASE_BR_RANGE (COEFF_BASE_RANGE + NUM_BASE_LEVELS + 1)
76 for (int idx = 0; idx < COEFF_BASE_RANGE; idx += BR_CDF_SIZE - 1) { in read_coeffs_reverse_2d()100 for (int idx = 0; idx < COEFF_BASE_RANGE; idx += BR_CDF_SIZE - 1) { in read_coeffs_reverse()260 for (int idx = 0; idx < COEFF_BASE_RANGE; idx += BR_CDF_SIZE - 1) { in av1_read_coeffs_txb()
290 if (abs_qc >= 1 + NUM_BASE_LEVELS + COEFF_BASE_RANGE) {291 const int r = abs_qc - COEFF_BASE_RANGE - NUM_BASE_LEVELS;300 const int base_range = AOMMIN(level - 1 - NUM_BASE_LEVELS, COEFF_BASE_RANGE);302 if (level <= COEFF_BASE_RANGE + 1 + NUM_BASE_LEVELS)303 *diff += coeff_lps[base_range + COEFF_BASE_RANGE + 1];305 if (level >= COEFF_BASE_RANGE + 1 + NUM_BASE_LEVELS) {306 int r = level - COEFF_BASE_RANGE - NUM_BASE_LEVELS;320 const int base_range = AOMMIN(level - 1 - NUM_BASE_LEVELS, COEFF_BASE_RANGE);604 for (int idx = 0; idx < COEFF_BASE_RANGE; idx += BR_CDF_SIZE - 1) {625 if (level > COEFF_BASE_RANGE + NUM_BASE_LEVELS)[all …]
60 int lps_cost[LEVEL_CONTEXTS][COEFF_BASE_RANGE + 1 + COEFF_BASE_RANGE + 1];
534 for (i = 0; i < COEFF_BASE_RANGE; i += BR_CDF_SIZE - 1) { in av1_fill_coeff_costs()547 pcost->lps_cost[ctx][0 + COEFF_BASE_RANGE + 1] = in av1_fill_coeff_costs()549 for (int i = 1; i <= COEFF_BASE_RANGE; ++i) { in av1_fill_coeff_costs()550 pcost->lps_cost[ctx][i + COEFF_BASE_RANGE + 1] = in av1_fill_coeff_costs()