HomeSort by relevance Sort by last modified time
    Searched refs:NUM_TYPES (Results 1 - 25 of 31) sorted by null

1 2

  /external/webp/src/dec/
common.h 48 NUM_TYPES = 4, // 0: i16-AC, 1: i16-DC, 2:chroma-AC, 3:i4-AC
tree.c 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) {
vp8i.h 107 VP8BandProbas bands_[NUM_TYPES][NUM_BANDS];
108 const VP8BandProbas* bands_ptr_[NUM_TYPES][16 + 1];
  /frameworks/base/libs/hwui/
GpuMemoryTracker.cpp 33 #define NUM_TYPES static_cast<int>(GpuObjectType::TypeCount)
46 static std::array<TypeStats, NUM_TYPES> gObjectStats;
93 for (int type = 0; type < NUM_TYPES; type++) {
113 for (int type = 0; type < NUM_TYPES; type++) {
  /libcore/ojluni/src/main/java/sun/security/provider/certpath/
CertStoreHelper.java 53 private static final int NUM_TYPES = 2;
54 private final static Map<String,String> classMap = new HashMap<>(NUM_TYPES);
64 = Cache.newSoftMemoryCache(NUM_TYPES);
  /external/opencv3/3rdparty/libwebp/enc/
tree.c 25 VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
355 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
492 for (t = 0; t < NUM_TYPES; ++t) {
vp8enci.h 56 NUM_TYPES = 4, // 0: i16-AC, 1: i16-DC, 2:chroma-AC, 3:i4-AC
207 ProbaArray coeffs_[NUM_TYPES][NUM_BANDS]; // 924 bytes
208 StatsArray stats_[NUM_TYPES][NUM_BANDS]; // 4224 bytes
209 CostArray level_cost_[NUM_TYPES][NUM_BANDS]; // 11.4k
456 extern const uint8_t VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
458 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
cost.c 362 for (ctype = 0; ctype < NUM_TYPES; ++ctype) {
  /external/webp/src/enc/
tree.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) {
vp8enci.h 152 ProbaArray coeffs_[NUM_TYPES][NUM_BANDS]; // 1056 bytes
153 StatsArray stats_[NUM_TYPES][NUM_BANDS]; // 4224 bytes
154 CostArray level_cost_[NUM_TYPES][NUM_BANDS]; // 13056 bytes
155 CostArrayMap remapped_costs_[NUM_TYPES]; // 1536 bytes
416 extern const uint8_t VP8CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
418 VP8CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
cost.c 65 for (ctype = 0; ctype < NUM_TYPES; ++ctype) {
  /system/media/camera/include/system/
camera_metadata.h 66 NUM_TYPES
119 extern const size_t camera_metadata_type_size[NUM_TYPES];
125 extern const char* camera_metadata_type_names[NUM_TYPES];
  /external/opencv3/3rdparty/libwebp/dec/
vp8i.h 67 NUM_TYPES = 4,
135 uint8_t coeffs_[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS];
tree.c 89 CoeffsProba0[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
394 CoeffsUpdateProba[NUM_TYPES][NUM_BANDS][NUM_CTX][NUM_PROBAS] = {
544 for (t = 0; t < NUM_TYPES; ++t) {
  /system/media/camera/src/
camera_metadata.c 145 const size_t camera_metadata_type_size[NUM_TYPES] = {
154 const char *camera_metadata_type_names[NUM_TYPES] = {
307 if (type >= NUM_TYPES) return ERROR;
327 if (type >= NUM_TYPES) return 0;
442 if (entry.type >= NUM_TYPES) {
919 if (entry->type >= NUM_TYPES) {
934 if (entry->type >= NUM_TYPES) continue;
    [all...]
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
APIInfo.java 42 public static final int NUM_TYPES = 11;
251 for (int i = 0; i < NUM_TYPES; ++i) {
282 for (; i < NUM_TYPES; ++i) {
620 if (typ < 0 || typ > NUM_TYPES) {
CheckAPI.java 94 private static final int NUM_TYPES = 11;
165 for (int i = 0; i < NUM_TYPES; ++i) {
257 for (; i < NUM_TYPES; ++i) {
499 if (typ < 0 || typ > NUM_TYPES) {
    [all...]
  /hardware/libhardware/modules/camera/
Metadata.cpp 114 if (tag_type < 0 || tag_type >= NUM_TYPES) {
  /hardware/libhardware/modules/usbcamera/
Metadata.cpp 101 if (tag_type < 0 || tag_type >= NUM_TYPES) {
  /external/mesa3d/src/mesa/main/
api_arrayelt.c 83 #define NUM_TYPES 8
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] = {
    [all...]
  /frameworks/av/camera/
VendorTagDescriptor.cpp 137 if (tagType < 0 || tagType >= NUM_TYPES) {
328 const char* typeName = (type >= 0 && type < NUM_TYPES) ?
391 if (tagType < 0 || tagType >= NUM_TYPES) {
  /frameworks/av/services/camera/libcameraservice/utils/
TagMonitor.cpp 189 static int values_per_line[NUM_TYPES] = {
  /frameworks/base/core/jni/
android_hardware_camera2_CameraMetadata.cpp 108 if (type >= NUM_TYPES) {
122 if (type >= NUM_TYPES) {
  /frameworks/rs/api/
Specification.cpp 51 const int NUM_TYPES = sizeof(TYPES) / sizeof(TYPES[0]);
65 for (int i = 0; i < NUM_TYPES; i++) {
    [all...]
  /system/media/camera/tests/
camera_metadata_tests.cpp     [all...]

Completed in 789 milliseconds

1 2