Searched refs:NUM_BANDS (Results 1 – 9 of 9) sorted by relevance
44 NUM_BANDS enumerator47 static const uint8_t aic_num_band_coeffs[NUM_BANDS] = { 64, 32, 192, 96 };49 static const uint16_t aic_band_off[NUM_BANDS] = { 0, 64, 96, 288 };138 static const uint8_t * const aic_scan[NUM_BANDS] = {155 int16_t *data_ptr[NUM_BANDS];342 for (i = 0; i < NUM_BANDS; i++) in aic_decode_slice()483 for (i = 0; i < NUM_BANDS; i++) in aic_decode_init()
151 ProbaArray coeffs_[NUM_TYPES][NUM_BANDS]; // 1056 bytes152 StatsArray stats_[NUM_TYPES][NUM_BANDS]; // 4224 bytes153 CostArray level_cost_[NUM_TYPES][NUM_BANDS]; // 13056 bytes419 extern const uint8_t VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];421 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
21 VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {350 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {488 for (b = 0; b < NUM_BANDS; ++b) { in VP8WriteProbas()
67 for (band = 0; band < NUM_BANDS; ++band) { in VP8CalculateLevelCosts()
88 (NUM_PROBAS * ((ctx) + NUM_CTX * ((b) + NUM_BANDS * (t))))
151 for (b = 0; b < NUM_BANDS; ++b) { in FinalizeTokenProbas()
45 CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {372 CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {518 for (b = 0; b < NUM_BANDS; ++b) { in VP8ParseProba()
49 NUM_BANDS = 8, enumerator
106 VP8BandProbas bands_[NUM_TYPES][NUM_BANDS];