Searched refs:sfbWidth (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Desc_iquant_scaling.h88 const Int sfbWidth,
H A Dq_normalize.cpp146 sfbWidth = *(pWinSfbTop++) - stop_idx;
148 stop_idx += sfbWidth;
154 FOR (; sfbWidth > 0; sfbWidth--)
158 FOR (; sfbWidth > 0; sfbWidth--)
247 Int sfbWidth; local
314 sfbWidth = tmp1 - stop_idx;
316 if (sfbWidth < 2)
321 stop_idx += sfbWidth;
[all...]
H A Dapply_tns.cpp188 Int sfbWidth; local
345 sfbWidth = *(pWinSfbTop++) - sfb_offset;
347 sfb_offset += sfbWidth;
370 for (sfbWidth >>= 2; sfbWidth > 0; sfbWidth--)
H A Dhuffspec_fxp.cpp337 Int sfbWidth; local
631 sfbWidth = pFrameInfo->win_sfb_top[0][sfb] - stop_idx;
633 if ((sfbWidth < 0) || (sfbWidth > 1024))
638 stop_idx += sfbWidth;
651 sfbWidth,
656 pQuantSpec += sfbWidth;
658 pCoef += sfbWidth;
H A Desc_iquant_scaling.cpp38 data type Int and length sfbWidth.
40 sfbWidth = number of array elements in quantSpec and the output array
125 FOR (i = sfbWidth - 1; i >= 0; i--)
166 FOR (i = sfbWidth - 1; i >= 0; i--)
185 FOR (i = sfbWidth; i >= 0 ; i--)
438 const Int sfbWidth,
462 deltaOneThird = sizeof(Int32) * sfbWidth;
486 pv_memset(coef, 0, sizeof(Int32) * sfbWidth);
499 for (i = sfbWidth - 1; i >= 0; i -= 4)
532 } /* end for (i = sfbWidth
435 esc_iquant_scaling( const Int16 quantSpec[], Int32 coef[], const Int sfbWidth, Int const QFormat, UInt16 scale, Int maxInput) argument
[all...]
/frameworks/base/media/libstagefright/codecs/aacenc/inc/
H A Dquantize.h39 Word16 sfbWidth,
/frameworks/base/media/libstagefright/codecs/aacenc/src/
H A Dquantize.c328 Word16 sfbWidth,
347 for(line=0; line<sfbWidth; line++) {
397 for(line=0; line<sfbWidth; line++) {
327 calcSfbDist(const Word32 *spec, Word16 sfbWidth, Word16 gain) argument
H A Ddyn_bits.c46 Word16 sfbWidth, maxVal; local
52 sfbWidth = sfbOffset[i + 1] - sfbOffset[i];
54 bitCount(quantSpectrum + sfbOffset[i], sfbWidth, maxVal, bitLookUp[i]);
H A Dsf_estim.c145 Word16 sfbWidth,
160 sfbDist = calcSfbDist(spec, sfbWidth, scf);
175 sfbDist = calcSfbDist(spec, sfbWidth, scf);
189 sfbDist = calcSfbDist(spec, sfbWidth, scf);
212 sfbDist = calcSfbDist(spec, sfbWidth, scf);
144 improveScf(Word32 *spec, Word16 sfbWidth, Word32 thresh, Word16 scf, Word16 minScf, Word32 *dist, Word16 *minScfCalculated) argument

Completed in 256 milliseconds