Home
last modified time | relevance | path

Searched refs:NUM_TYPES (Results 1 – 7 of 7) sorted by relevance

/external/webp/src/enc/
Dvp8enci.h56 NUM_TYPES = 4, // 0: i16-AC, 1: i16-DC, 2:chroma-AC, 3:i4-AC enumerator
209 ProbaArray coeffs_[NUM_TYPES][NUM_BANDS]; // 1056 bytes
210 StatsArray stats_[NUM_TYPES][NUM_BANDS]; // 4224 bytes
211 CostArray level_cost_[NUM_TYPES][NUM_BANDS]; // 13056 bytes
470 extern const uint8_t VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
472 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
Dtree.c21 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()
Dcost.c358 for (ctype = 0; ctype < NUM_TYPES; ++ctype) { in VP8CalculateLevelCosts()
Dframe.c151 for (t = 0; t < NUM_TYPES; ++t) { in FinalizeTokenProbas()
/external/webp/src/dec/
Dtree.c38 CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
361 CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
500 for (t = 0; t < NUM_TYPES; ++t) { in VP8ParseProba()
Dvp8i.h66 NUM_TYPES = 4, enumerator
145 VP8BandProbas bands_[NUM_TYPES][NUM_BANDS];
/external/mesa3d/src/mesa/main/
Dapi_arrayelt.c83 #define NUM_TYPES 8 macro
89 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] = {