Home
last modified time | relevance | path

Searched refs:DATA_TYPE (Results 1 – 25 of 38) sorted by relevance

12

/external/tremolo/Tremolo/
Dmdct.c64 STIN void presymmetry(DATA_TYPE *in,int n2,int step){ in presymmetry()
65 DATA_TYPE *aX; in presymmetry()
66 DATA_TYPE *bX; in presymmetry()
104 STIN void mdct_butterfly_8(DATA_TYPE *x){ in mdct_butterfly_8()
127 STIN void mdct_butterfly_16(DATA_TYPE *x){ in mdct_butterfly_16()
154 STIN void mdct_butterfly_32(DATA_TYPE *x){ in mdct_butterfly_32()
197 STIN void mdct_butterfly_generic(DATA_TYPE *x,int points,int step){ in mdct_butterfly_generic()
199 DATA_TYPE *x1 = x + points - 4; in mdct_butterfly_generic()
200 DATA_TYPE *x2 = x + (points>>1) - 4; in mdct_butterfly_generic()
228 STIN void mdct_butterflies(DATA_TYPE *x,int points,int shift){ in mdct_butterflies()
[all …]
Dmdct.h44 #define DATA_TYPE ogg_int32_t macro
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,
/external/libchrome/mojo/public/cpp/bindings/tests/
Dvalidation_test_input_parser.cc122 #define DATA_TYPE(name, data_size, parse_data_func) \ macro
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/deqp/external/openglcts/modules/common/
DglcLayoutLocationTests.cpp65 template <typename DATA_TYPE>
66 std::vector<DATA_TYPE> generateData(std::size_t width, std::size_t height, std::size_t components) in generateData()
70 std::vector<DATA_TYPE> data(size, 0); in generateData()
72 data[i] = static_cast<DATA_TYPE>(255); in generateData()
92 template <typename DATA_TYPE>
96 std::vector<DATA_TYPE> data = generateData<DATA_TYPE>(WIDTH, 1, components); in createTexture1D()
106 template <typename DATA_TYPE>
110 std::vector<DATA_TYPE> data = generateData<DATA_TYPE>(WIDTH, HEIGHT, components); in createTexture2D()
121 template <typename DATA_TYPE>
125 std::vector<DATA_TYPE> data = generateData<DATA_TYPE>(WIDTH, HEIGHT, components); in createTexture3D()
[all …]
/external/aac/libSACenc/src/
Dsacenc_nlc_enc.h120 } DATA_TYPE; typedef
128 const DATA_TYPE data_type, const INT setIdx,
136 const DATA_TYPE data_type, const INT setIdx,
Dsacenc_nlc_enc.cpp371 static UINT huff_enc_1D(HANDLE_FDK_BITSTREAM strm, const DATA_TYPE data_type, in huff_enc_1D()
425 static void getHuffEntry(const INT lav, const DATA_TYPE data_type, const INT i, in getHuffEntry()
512 static UINT huff_enc_2D(HANDLE_FDK_BITSTREAM strm, const DATA_TYPE data_type, in huff_enc_2D()
575 static SCHAR get_next_lav_step(const INT lav, const DATA_TYPE data_type) { in get_next_lav_step()
604 const DATA_TYPE data_type, in calc_huff_bits()
781 SHORT *const in_data_2, const DATA_TYPE data_type, in apply_huff_coding()
947 const DATA_TYPE data_type, const INT setIdx, in fdk_sacenc_ecDataPairEnc()
1242 const DATA_TYPE data_type, const INT setIdx, in fdk_sacenc_ecDataSingleEnc()
Dsacenc_bitstream.cpp215 static void fine2coarse(SCHAR *const data, const DATA_TYPE dataType, in fine2coarse()
229 static void coarse2fine(SCHAR *const data, const DATA_TYPE dataType, in coarse2fine()
267 LOSSLESSDATA *const losslessData, const DATA_TYPE dataType, in ecData()
/external/aac/libFDK/include/
Dnlc_dec.h129 } DATA_TYPE; typedef
177 DATA_TYPE data_type, int startBand, int dataBands,
/external/icu/icu4c/source/samples/udata/
Dwriter.c43 #define DATA_TYPE "dat" macro
80 pData=udata_create(currdir, DATA_TYPE, DATA_NAME, &dataInfo, in main()
Dreader.c41 #define DATA_TYPE "dat" macro
102 result=udata_openChoice(curPathBuffer, DATA_TYPE, DATA_NAME, isAcceptable, NULL, &status); in main()
/external/icu/icu4c/source/tools/gentest/
Dgentest.c35 #define DATA_TYPE "icu" macro
81 "\tcreate the test file " DATA_NAME "." DATA_TYPE " unless the -r option is given.\n" in main()
112 pData=udata_create(outputDirectory, DATA_TYPE, DATA_NAME, &dataInfo, in createData()
/external/clang/test/Analysis/
DPR24184.cpp10 typedef enum { DT_NONCE_FIXED } DATA_TYPE; typedef
12 typedef int *vcreate_t(int *, DATA_TYPE, int, int);
/external/mesa3d/src/compiler/glsl/tests/
Dsampler_types_test.cpp40 #define T(TYPE, DIM, DATA_TYPE, ARR, SHAD, COMPS) \ argument
46 EXPECT_EQ(DATA_TYPE, type->sampled_type); \
/external/icu/icu4c/source/tools/gensprep/
Dgensprep.h27 #define DATA_TYPE "spp" macro
Dgensprep.c105 …"create a binary file [package-name]_[bundle-name]." DATA_TYPE " with the StringPrep profile data\… in printHelp()
198 "gensprep writes dummy " U_ICUDATA_NAME "_" DATA_NAME "." DATA_TYPE in main()
Dstore.c578 …printf("size of " U_ICUDATA_NAME "_%s." DATA_TYPE " contents: %ld bytes\n", bundleName,(long)size); in generateData()
589 pData=udata_create(dataDir, DATA_TYPE, fileName, &dataInfo, in generateData()
/external/icu/icu4j/main/classes/charset/src/com/ibm/icu/charset/
DUConverterConstants.java154 static final String DATA_TYPE = "cnv"; field
DUConverterSharedData.java411 static final String DATA_TYPE = "cnv"; field in UConverterSharedData
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUBiDiProps.java263 private static final String DATA_TYPE="icu"; field in UBiDiProps
264 private static final String DATA_FILE_NAME=DATA_NAME+"."+DATA_TYPE;
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUBiDiProps.java267 private static final String DATA_TYPE="icu"; field in UBiDiProps
268 private static final String DATA_FILE_NAME=DATA_NAME+"."+DATA_TYPE;
/external/aac/libFDK/src/
Dnlc_dec.cpp308 static ERROR_t huff_dec_1D(HANDLE_FDK_BITSTREAM strm, const DATA_TYPE data_type, in huff_dec_1D()
388 static ERROR_t huff_dec_2D(HANDLE_FDK_BITSTREAM strm, const DATA_TYPE data_type, in huff_dec_2D()
569 SCHAR* out_data_2, DATA_TYPE data_type, in huff_decode()
823 DATA_TYPE data_type, int startBand, int dataBands, in EcDataPairDec()
/external/icu/icu4c/source/tools/toolutil/
Dpkg_gencmn.cpp26 #define DATA_TYPE "dat" macro
147 type = DATA_TYPE; in createCommonDataFile()
/external/aac/libSACdec/src/
Dsac_bitdec.cpp682 static void coarse2fine(SCHAR *data, DATA_TYPE dataType, int startBand, in coarse2fine()
714 static void fine2coarse(SCHAR *data, DATA_TYPE dataType, int startBand, in fine2coarse()
834 coarse2fine(lastdata[boxIdx], (DATA_TYPE)datatype, startBand, in ecDataDec()
837 fine2coarse(lastdata[boxIdx], (DATA_TYPE)datatype, startBand, in ecDataDec()
863 data[boxIdx][setIdx + 1], lastdata[boxIdx], (DATA_TYPE)datatype, in ecDataDec()
1548 coarse2fine(outputIdxData[xttIdx][i], (DATA_TYPE)paramType, startBand, in mapIndexData()
/external/icu/icu4c/source/tools/gencnval/
Dgencnval.c72 #define DATA_TYPE "icu" /* ICU alias table */ macro
246 "\tread convrtrs.txt and create " U_ICUDATA_NAME "_" DATA_NAME "." DATA_TYPE "\n" in main()
302 out=udata_create(options[DESTDIR].value, DATA_TYPE, DATA_NAME, &dataInfo, in main()
/external/u-boot/cmd/
Dload.c399 #define DATA_TYPE 'D' macro
908 if (k_state == DATA_TYPE) { in k_recv()

12