Searched refs:NUM_CTX (Results 1 – 11 of 11) sorted by relevance
130 typedef uint8_t ProbaArray[NUM_CTX][NUM_PROBAS];131 typedef proba_t StatsArray[NUM_CTX][NUM_PROBAS];132 typedef uint16_t CostArray[NUM_CTX][MAX_VARIABLE_LEVEL + 1];133 typedef const uint16_t* (*CostArrayPtr)[NUM_CTX]; // for easy casting134 typedef const uint16_t* CostArrayMap[16][NUM_CTX];420 extern const uint8_t VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];422 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] = {489 for (c = 0; c < NUM_CTX; ++c) { in VP8WriteProbas()
68 for (ctx = 0; ctx < NUM_CTX; ++ctx) { in VP8CalculateLevelCosts()83 for (ctx = 0; ctx < NUM_CTX; ++ctx) { in VP8CalculateLevelCosts()
88 (NUM_PROBAS * ((ctx) + NUM_CTX * ((b) + NUM_BANDS * (t))))
149 for (c = 0; c < NUM_CTX; ++c) { in FinalizeTokenProbas()
45 CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {368 CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {515 for (c = 0; c < NUM_CTX; ++c) { in VP8ParseProba()
50 NUM_CTX = 3, enumerator
99 VP8ProbaArray probas_[NUM_CTX];
50 #define NUM_CTX 3 macro53 typedef const uint8_t (*ProbaArray)[NUM_CTX][NUM_PROBAS];
35 const size_t inc_p_costs = NUM_CTX * sizeof(*p_costs); in GetResidualCost_MIPSdspR2()
35 const size_t inc_p_costs = NUM_CTX * sizeof(*p_costs); in GetResidualCost_MIPS32()