Searched refs:quaSpectrum (Results 1 – 2 of 2) sorted by relevance
/external/aac/libAACenc/src/ |
D | quantize.cpp | 107 SHORT *quaSpectrum, in FDKaacEnc_quantizeLines() argument 137 quaSpectrum[line] = (SHORT)(-((LONG)(k + accu) >> (DFRACT_BITS-1-16))); in FDKaacEnc_quantizeLines() 150 quaSpectrum[line] = (SHORT)((LONG)(k + accu) >> (DFRACT_BITS-1-16)); in FDKaacEnc_quantizeLines() 153 quaSpectrum[line]=0; in FDKaacEnc_quantizeLines()
|
/external/llvm/test/Transforms/IndVarSimplify/ |
D | ashr-tripcount.ll | 13 define void @foo(i32 %gain, i32 %noOfLines, i32* %quaSpectrum, float* %iquaSpectrum, float* %pow4_3… 49 %t7 = getelementptr i32, i32* %quaSpectrum, i64 %t6 ; <i32*> [#uses=1] 56 %t14 = getelementptr i32, i32* %quaSpectrum, i64 %t13 ; <i32*> [#uses=1] 63 %t21 = getelementptr i32, i32* %quaSpectrum, i64 %t20 ; <i32*> [#uses=1] 70 %t28 = getelementptr i32, i32* %quaSpectrum, i64 %t27 ; <i32*> [#uses=1]
|