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

1 2 3

  /external/tremolo/Tremolo/
mdct.h 44 #define DATA_TYPE ogg_int32_t
57 extern void mdct_backward(int n, DATA_TYPE *in);
58 extern void mdct_shift_right(int n, DATA_TYPE *in, DATA_TYPE *right);
61 DATA_TYPE *in,DATA_TYPE *right,
mdct.c 64 STIN void presymmetry(DATA_TYPE *in,int n2,int step){
65 DATA_TYPE *aX;
66 DATA_TYPE *bX;
104 STIN void mdct_butterfly_8(DATA_TYPE *x){
127 STIN void mdct_butterfly_16(DATA_TYPE *x){
154 STIN void mdct_butterfly_32(DATA_TYPE *x){
197 STIN void mdct_butterfly_generic(DATA_TYPE *x,int points,int step){
199 DATA_TYPE *x1 = x + points - 4;
200 DATA_TYPE *x2 = x + (points>>1) - 4;
228 STIN void mdct_butterflies(DATA_TYPE *x,int points,int shift)
    [all...]
  /external/aac/libSACenc/src/
sacenc_nlc_enc.h 120 } DATA_TYPE;
128 const DATA_TYPE data_type, const INT setIdx,
136 const DATA_TYPE data_type, const INT setIdx,
sacenc_nlc_enc.cpp 371 static UINT huff_enc_1D(HANDLE_FDK_BITSTREAM strm, const DATA_TYPE data_type,
380 switch (data_type) {
390 switch (data_type) {
425 static void getHuffEntry(const INT lav, const DATA_TYPE data_type, const INT i,
436 switch (data_type) {
451 switch (data_type) {
466 switch (data_type) {
481 switch (data_type) {
    [all...]
sacenc_bitstream.cpp 215 static void fine2coarse(SCHAR *const data, const DATA_TYPE dataType,
229 static void coarse2fine(SCHAR *const data, const DATA_TYPE dataType,
267 LOSSLESSDATA *const losslessData, const DATA_TYPE dataType,
  /external/aac/libFDK/include/
nlc_dec.h 129 } DATA_TYPE;
177 DATA_TYPE data_type, int startBand, int dataBands,
  /external/icu/icu4c/source/tools/gensprep/
gensprep.h 27 #define DATA_TYPE "spp"
gensprep.c 105 "create a binary file [package-name]_[bundle-name]." DATA_TYPE " with the StringPrep profile data\n"
198 "gensprep writes dummy " U_ICUDATA_NAME "_" DATA_NAME "." DATA_TYPE
store.c 578 printf("size of " U_ICUDATA_NAME "_%s." DATA_TYPE " contents: %ld bytes\n", bundleName,(long)size);
589 pData=udata_create(dataDir, DATA_TYPE, fileName, &dataInfo,
  /packages/apps/DocumentsUI/tests/unit/com/android/documentsui/sorting/
SortDimensionTest.java 46 private static final int DATA_TYPE = SortDimension.DATA_TYPE_NUMBER;
58 .withDataType(DATA_TYPE)
69 assertEquals(DATA_TYPE, mDimension.getDataType());
  /external/libmojo/mojo/public/cpp/bindings/tests/
validation_test_input_parser.cc 122 #define DATA_TYPE(name, data_size, parse_data_func) \
127 DATA_TYPE("[u1]", 1, &ValidationTestInputParser::ParseUnsignedInteger),
128 DATA_TYPE("[u2]", 2, &ValidationTestInputParser::ParseUnsignedInteger),
129 DATA_TYPE("[u4]", 4, &ValidationTestInputParser::ParseUnsignedInteger),
130 DATA_TYPE("[u8]", 8, &ValidationTestInputParser::ParseUnsignedInteger),
131 DATA_TYPE("[s1]", 1, &ValidationTestInputParser::ParseSignedInteger),
132 DATA_TYPE("[s2]", 2, &ValidationTestInputParser::ParseSignedInteger),
133 DATA_TYPE("[s4]", 4, &ValidationTestInputParser::ParseSignedInteger),
134 DATA_TYPE("[s8]", 8, &ValidationTestInputParser::ParseSignedInteger),
135 DATA_TYPE("[b]", 1, &ValidationTestInputParser::ParseBinarySequence)
    [all...]
  /external/icu/icu4c/source/samples/udata/
reader.c 41 #define DATA_TYPE "dat"
102 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status);
writer.c 43 #define DATA_TYPE "dat"
80 pData=udata_create(currdir, DATA_TYPE, DATA_NAME, &dataInfo,
  /external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
UConverterConstants.java 154 static final String DATA_TYPE = "cnv";
UConverterSharedData.java 215 static final String DATA_TYPE = "cnv";
283 //agljport:fix data = udata_openChoice(pArgs.pkgArray, DATA_TYPE.getBytes(), pArgs.name, isCnvAcceptable, null, err);
411 static final String DATA_TYPE = "cnv";
  /external/clang/test/Analysis/
PR24184.cpp 10 typedef enum { DT_NONCE_FIXED } DATA_TYPE;
12 typedef int *vcreate_t(int *, DATA_TYPE, int, int);
  /external/icu/icu4c/source/tools/gentest/
gentest.c 35 #define DATA_TYPE "icu"
81 "\tcreate the test file " DATA_NAME "." DATA_TYPE " unless the -r option is given.\n"
112 pData=udata_create(outputDirectory, DATA_TYPE, DATA_NAME, &dataInfo,
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 61 private static final String DATA_TYPE = "vnd.android.cursor.dir/person";
83 final IntentFilter actionTypeFilter = new IntentFilter(ACTION, DATA_TYPE);
84 verifyContent(actionTypeFilter, ACTION, DATA_TYPE);
87 verifyContent(filter, ACTION, DATA_TYPE);
258 IntentFilter filter = IntentFilter.create(ACTION, DATA_TYPE);
260 verifyContent(filter, ACTION, DATA_TYPE);
495 mIntentFilter.addDataType(DATA_TYPE + i);
503 assertEquals(DATA_TYPE + i, actual);
504 assertEquals(DATA_TYPE + i, mIntentFilter.getDataType(i));
505 assertTrue(mIntentFilter.hasDataType(DATA_TYPE + i))
    [all...]
  /external/mesa3d/src/compiler/glsl/tests/
sampler_types_test.cpp 40 #define T(TYPE, DIM, DATA_TYPE, ARR, SHAD, COMPS) \
46 EXPECT_EQ(DATA_TYPE, type->sampled_type); \
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/
SetSockOpt.c 32 } DATA_TYPE;
39 DATA_TYPE DataType;
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
UBiDiProps.java 267 private static final String DATA_TYPE="icu";
268 private static final String DATA_FILE_NAME=DATA_NAME+"."+DATA_TYPE;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
UBiDiProps.java 263 private static final String DATA_TYPE="icu";
264 private static final String DATA_FILE_NAME=DATA_NAME+"."+DATA_TYPE;
  /external/icu/icu4c/source/tools/toolutil/
pkg_gencmn.cpp 26 #define DATA_TYPE "dat"
147 type = DATA_TYPE;
  /external/aac/libFDK/src/
nlc_dec.cpp 308 static ERROR_t huff_dec_1D(HANDLE_FDK_BITSTREAM strm, const DATA_TYPE data_type,
322 switch (data_type) {
366 if (data_type != t_IPD) {
388 static ERROR_t huff_dec_2D(HANDLE_FDK_BITSTREAM strm, const DATA_TYPE data_type,
409 switch (data_type) {
450 switch (data_type) {
541 if (data_type == t_IPD) {
569 SCHAR* out_data_2, DATA_TYPE data_type
    [all...]
  /external/aac/libSACdec/src/
sac_bitdec.cpp 672 static void coarse2fine(SCHAR *data, DATA_TYPE dataType, int startBand,
704 static void fine2coarse(SCHAR *data, DATA_TYPE dataType, int startBand,
824 coarse2fine(lastdata[boxIdx], (DATA_TYPE)datatype, startBand,
827 fine2coarse(lastdata[boxIdx], (DATA_TYPE)datatype, startBand,
853 data[boxIdx][setIdx + 1], lastdata[boxIdx], (DATA_TYPE)datatype,
    [all...]

Completed in 1903 milliseconds

1 2 3