Searched refs:NUM_TYPES (Results 1 – 16 of 16) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/ |
D | vp8i_enc.h | 151 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];
|
D | tree_enc.c | 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()
|
D | cost_enc.c | 65 for (ctype = 0; ctype < NUM_TYPES; ++ctype) { in VP8CalculateLevelCosts()
|
D | frame_enc.c | 150 for (t = 0; t < NUM_TYPES; ++t) { in FinalizeTokenProbas()
|
/third_party/skia/third_party/externals/libwebp/src/dec/ |
D | tree_dec.c | 45 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()
|
D | vp8i_dec.h | 106 VP8BandProbas bands_[NUM_TYPES][NUM_BANDS]; 107 const VP8BandProbas* bands_ptr_[NUM_TYPES][16 + 1];
|
D | common_dec.h | 48 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/ |
D | APIInfo.java | 44 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()
|
D | CheckAPI.java | 96 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()
|
D | ReportAPI.java | 252 for (int i = 0; i < APIInfo.NUM_TYPES; ++i) { in statusChange()
|
/third_party/gn/src/gn/ |
D | token.h | 57 NUM_TYPES enumerator
|
D | parser.h | 119 static ParserHelper expressions_[Token::NUM_TYPES];
|
/third_party/mesa3d/src/mesa/main/ |
D | api_arrayelt.c | 80 #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/ |
D | dtfmtsym.cpp | 1289 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/ |
D | dtfmtsym.cpp | 1293 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/ |
D | dtfmtsym.cpp | 1301 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()
|