Searched refs:NUM_TYPES (Results 1 – 11 of 11) sorted by relevance
152 ProbaArray coeffs_[NUM_TYPES][NUM_BANDS]; // 1056 bytes153 StatsArray stats_[NUM_TYPES][NUM_BANDS]; // 4224 bytes154 CostArray level_cost_[NUM_TYPES][NUM_BANDS]; // 13056 bytes155 CostArrayMap remapped_costs_[NUM_TYPES]; // 1536 bytes416 extern const uint8_t VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];418 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] = {487 for (t = 0; t < NUM_TYPES; ++t) { in VP8WriteProbas()
65 for (ctype = 0; ctype < NUM_TYPES; ++ctype) { in VP8CalculateLevelCosts()
147 for (t = 0; t < NUM_TYPES; ++t) { in FinalizeTokenProbas()
38 CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {361 CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {506 for (t = 0; t < NUM_TYPES; ++t) { in VP8ParseProba()
107 VP8BandProbas bands_[NUM_TYPES][NUM_BANDS];108 const VP8BandProbas* bands_ptr_[NUM_TYPES][16 + 1];
48 NUM_TYPES = 4, // 0: i16-AC, 1: i16-DC, 2:chroma-AC, 3:i4-AC enumerator
83 #define NUM_TYPES 8 macro89 static const int ColorFuncs[2][NUM_TYPES] = {112 static const int VertexFuncs[3][NUM_TYPES] = {145 static const int IndexFuncs[NUM_TYPES] = {156 static const int NormalFuncs[NUM_TYPES] = {168 static int SecondaryColorFuncs[NUM_TYPES];169 static int FogCoordFuncs[NUM_TYPES];579 static attrib_func AttribFuncsNV[2][4][NUM_TYPES] = {1257 static attrib_func AttribFuncsARB[3][4][NUM_TYPES] = {
42 public static final int NUM_TYPES = 11; field in APIInfo251 for (int i = 0; i < NUM_TYPES; ++i) { in writeln()282 for (; i < NUM_TYPES; ++i) { in read()620 if (typ < 0 || typ > NUM_TYPES) { in validateType()
94 private static final int NUM_TYPES = 11; field in CheckAPI165 for (int i = 0; i < NUM_TYPES; ++i) { in write()257 for (; i < NUM_TYPES; ++i) { in read()499 if (typ < 0 || typ > NUM_TYPES) { in validateType()
247 for (int i = 0; i < APIInfo.NUM_TYPES; ++i) { in statusChange()