Searched defs:dim1 (Results 1 - 6 of 6) sorted by path

/external/aac/libFDK/src/
H A Dfft.cpp1086 #define fftN2(pInput, length, dim1, dim2, fft_func1, fft_func2, RotVectorReal, RotVectorImag) \
1093 FDK_ASSERT(length == dim1*dim2); \
1095 /* Perform dim2 times the fft of length dim1. The input samples are at the address of pSrc and the \
1096 output samples are at the address of pDst. The input vector for the fft of length dim1 is built \
1105 for(j=0; j<dim1; j++) \
1113 pDst = pDst + 2*dim1; \
1117 /* Perform the modulation of the output of the fft of length dim1 */ \
1118 fft_apply_rot_vector(aDst, dim1, length, RotVectorReal, RotVectorImag); \
1120 /* Perform dim1 times the fft of length dim2. The input samples are at the address of aDst and the \
1130 for(i=0; i<dim1;
1159 fftN2( FIXP_DBL *pInput, const int length, const int dim1, const int dim2, void (* const fft1)(FIXP_DBL *), void (* const fft2)(FIXP_DBL *), const FIXP_STB *RotVectorReal, const FIXP_STB *RotVectorImag ) argument
[all...]
/external/chromium_org/cc/animation/
H A Dtransform_operations_unittest.cc946 float dim1 = 0.292893f; local
955 { 1.f, 1.f, 0.f, gfx::BoxF(dim1, dim1, -1.f, dim2, dim2, 2.f) },
956 { 0.f, 1.f, 1.f, gfx::BoxF(-1.f, dim1, dim1, 2.f, dim2, dim2) },
957 { 1.f, 0.f, 1.f, gfx::BoxF(dim1, -1.f, dim1, dim2, 2.f, dim2) }
/external/chromium_org/third_party/WebKit/Source/platform/transforms/
H A DTransformOperationsTest.cpp281 float dim1 = 0.292893f; local
290 { 1, 1, 0, FloatBox(dim1, dim1, -1, dim2, dim2, 2) },
291 { 0, 1, 1, FloatBox(-1, dim1, dim1, 2, dim2, dim2) },
292 { 1, 0, 1, FloatBox(dim1, -1, dim1, dim2, 2, dim2) }
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/ilbc/
H A Dmy_corr.c28 int16_t dim1, /* (i) dimension first seq1 */
37 max=WebRtcSpl_MaxAbsValueW16(seq1, dim1);
45 loops=dim1-dim2+1;
25 WebRtcIlbcfix_MyCorr( int32_t *corr, int16_t *seq1, int16_t dim1, const int16_t *seq2, int16_t dim2 ) argument
/external/javassist/src/main/javassist/compiler/
H A DCodeGen.java921 int dim1 = arrayDim;
927 if (dim1 != arrayDim)
969 int dim1 = arrayDim;
972 if (dim1 != arrayDim)
975 if (token == '+' && dim1 == 0
977 atStringConcatExpr(expr, type1, dim1, cname1);
1028 private void atStringConcatExpr(Expr expr, int type1, int dim1, argument
1040 if (is2word(type1, dim1)) {
1048 convToString(type1, dim1);
1168 int dim1
[all...]
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...

Completed in 370 milliseconds