Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/libwebp/src/enc/
Dvp8i_enc.h151 ProbaArray coeffs_[NUM_TYPES][NUM_BANDS]; // 1056 bytes
152 StatsArray stats_[NUM_TYPES][NUM_BANDS]; // 4224 bytes
153 CostArray level_cost_[NUM_TYPES][NUM_BANDS]; // 13056 bytes
154 CostArrayMap remapped_costs_[NUM_TYPES]; // 1536 bytes
419 extern const uint8_t VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
421 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
Dtree_enc.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_enc.c65 for (ctype = 0; ctype < NUM_TYPES; ++ctype) { in VP8CalculateLevelCosts()
Dframe_enc.c150 for (t = 0; t < NUM_TYPES; ++t) { in FinalizeTokenProbas()
/third_party/skia/third_party/externals/libwebp/src/dec/
Dtree_dec.c45 CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
372 CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
517 for (t = 0; t < NUM_TYPES; ++t) { in VP8ParseProba()
Dvp8i_dec.h106 VP8BandProbas bands_[NUM_TYPES][NUM_BANDS];
107 const VP8BandProbas* bands_ptr_[NUM_TYPES][16 + 1];
Dcommon_dec.h48 NUM_TYPES = 4, // 0: i16-AC, 1: i16-DC, 2:chroma-AC, 3:i4-AC enumerator
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
DAPIInfo.java44 public static final int NUM_TYPES = 11; field in APIInfo
255 for (int i = 0; i < NUM_TYPES; ++i) { in writeln()
286 for (; i < NUM_TYPES; ++i) { in read()
631 if (typ < 0 || typ > NUM_TYPES) { in validateType()
DCheckAPI.java96 private static final int NUM_TYPES = 11; field in CheckAPI
167 for (int i = 0; i < NUM_TYPES; ++i) { in write()
259 for (; i < NUM_TYPES; ++i) { in read()
501 if (typ < 0 || typ > NUM_TYPES) { in validateType()
DReportAPI.java252 for (int i = 0; i < APIInfo.NUM_TYPES; ++i) { in statusChange()
/third_party/gn/src/gn/
Dtoken.h57 NUM_TYPES enumerator
Dparser.h119 static ParserHelper expressions_[Token::NUM_TYPES];
/third_party/mesa3d/src/mesa/main/
Dapi_arrayelt.c80 #define NUM_TYPES 8 macro
497 static const attrib_func AttribFuncsNV[2][4][NUM_TYPES] = {
1198 static const attrib_func AttribFuncsARB[4][4][NUM_TYPES] = {
/third_party/skia/third_party/externals/icu/source/i18n/
Ddtfmtsym.cpp1289 static const int32_t NUM_TYPES = 4; in initZoneStringsArray() local
1329 tzNames->getDisplayNames(*tzid, TYPES, NUM_TYPES, now, zarray[i]+1, status); in initZoneStringsArray()
1356 fZoneStringsColCount = 1 + NUM_TYPES; in initZoneStringsArray()
/third_party/icu/icu4c/source/i18n/
Ddtfmtsym.cpp1293 static const int32_t NUM_TYPES = 4; in initZoneStringsArray() local
1333 tzNames->getDisplayNames(*tzid, TYPES, NUM_TYPES, now, zarray[i]+1, status); in initZoneStringsArray()
1360 fZoneStringsColCount = 1 + NUM_TYPES; in initZoneStringsArray()
/third_party/node/deps/icu-small/source/i18n/
Ddtfmtsym.cpp1301 static const int32_t NUM_TYPES = 4; in initZoneStringsArray() local
1341 tzNames->getDisplayNames(*tzid, TYPES, NUM_TYPES, now, zarray[i]+1, status); in initZoneStringsArray()
1368 fZoneStringsColCount = 1 + NUM_TYPES; in initZoneStringsArray()