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

  /external/libxaac/decoder/
ixheaacd_env_extr_part.h 68 WORD16 noise_bands; member in struct:__anon30231
ixheaacd_env_extr.c 421 pstr_sbr_header->noise_bands = pstr_sbr_dflt_header->noise_bands;
453 pstr_sbr_header->noise_bands = (WORD16)((tmp & 0x03));
457 pstr_sbr_header->noise_bands = SBR_NOISE_BND_DEF;
486 (prev_header_info.noise_bands != pstr_sbr_header->noise_bands)) {
    [all...]
ixheaacd_freq_sca.c 612 if (ptr_header_data->noise_bands == 0) {
617 temp = temp * ptr_header_data->noise_bands;
ixheaacd_sbrdec_initfuncs.c 727 ptr_sbr_dflt_header->noise_bands = ptr_usac_dflt_header->noise_bands;
731 ptr_sbr_dflt_header->noise_bands = SBR_NOISE_BANDS_DEFAULT;
    [all...]
ixheaacd_headerdecode.c 433 sbr_header_data->noise_bands = ixheaacd_read_bits_buf(it_bit_buff, 2);
437 sbr_header_data->noise_bands = 2;
    [all...]
ixheaacd_create.c 650 usac_def_header.noise_bands = ptr_usac_sbr_config->dflt_noise_bands;
  /external/aac/libSBRdec/src/
env_extr.h 258 UCHAR noise_bands; /*!< Noise bands per octave, read from bitstream*/ member in struct:__anon15059
env_extr.cpp 300 hHeaderData->bs_data.noise_bands = 2;
437 pBsData->noise_bands = FDKreadBits(hBs, 2);
441 pBsData->noise_bands = 2;
462 lastHeader.noise_bands != pBsData->noise_bands ||
    [all...]
sbrdec_freq_sca.cpp 796 if (hHeaderData->bs_data.noise_bands == 0) {
804 intTemp = intTemp * hHeaderData->bs_data.noise_bands;

Completed in 1156 milliseconds