HomeSort by relevance Sort by last modified time
    Searched refs:noise_bands (Results 1 - 6 of 6) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
s_sbr_header_data.h 87 Int32 noise_bands; /* noise bands per octave, read from bitstream */ member in struct:__anon16376
sbr_get_header_data.cpp 170 h_sbr_header->noise_bands = buf_getbits(hBitBuf, SI_SBR_NOISE_BANDS_BITS);
176 h_sbr_header->noise_bands = SBR_NOISE_BANDS_DEFAULT;
205 lastHeader.noise_bands != h_sbr_header->noise_bands)
sbr_reset_dec.cpp 221 if (headerData->noise_bands == 0)
235 tmp_q1 = fxp_mul32_Q15(headerData->noise_bands, tmp_q1);
  /external/aac/libSBRdec/src/
sbrdec_freq_sca.cpp 759 if (hHeaderData->bs_data.noise_bands == 0)
769 intTemp = intTemp * hHeaderData->bs_data.noise_bands;
778 FDK_ASSERT( intTemp == (int)((hHeaderData->bs_data.noise_bands * FDKlog( (float)k2/kx) / (float)(FDKlog(2.0)))+0.5) );
env_extr.h 198 UCHAR noise_bands; /*!< Noise bands per octave, read from bitstream*/ member in struct:__anon1767
env_extr.cpp 208 hHeaderData->bs_data.noise_bands = 2;
308 pBsData->noise_bands = FDKreadBits (hBs, 2);
313 pBsData->noise_bands = 2;
335 lastHeader.noise_bands != pBsData->noise_bands ||
    [all...]

Completed in 4811 milliseconds