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

  /frameworks/base/media/libstagefright/codecs/aacdec/
s_sbr_header_data.h 87 Int32 noise_bands; /* noise bands per octave, read from bitstream */ member in struct:__anon14844
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);

Completed in 70 milliseconds