Searched refs:domain_vec_noise (Results 1 – 9 of 9) sorted by relevance
| /external/aac/libSBRenc/src/ |
| D | env_est.cpp | 1425 h_envChan[0]->encEnvData.domain_vec_noise, 0, in FDKsbrEnc_extractSbrEnvelope2() 1436 h_envChan[0]->encEnvData.domain_vec_noise, 0, in FDKsbrEnc_extractSbrEnvelope2() 1445 h_envChan[1]->encEnvData.domain_vec_noise, 0, in FDKsbrEnc_extractSbrEnvelope2() 1459 h_envChan[0]->encEnvData.domain_vec_noise, 1, in FDKsbrEnc_extractSbrEnvelope2() 1468 h_envChan[1]->encEnvData.domain_vec_noise, 1, in FDKsbrEnc_extractSbrEnvelope2() 1598 h_envChan[0]->encEnvData.domain_vec_noise, 0, in FDKsbrEnc_extractSbrEnvelope2() 1607 h_envChan[1]->encEnvData.domain_vec_noise, 0, in FDKsbrEnc_extractSbrEnvelope2() 1661 h_envChan[ch]->encEnvData.domain_vec_noise, in FDKsbrEnc_extractSbrEnvelope2() 1704 h_envChan[0]->encEnvData.domain_vec_noise, 1, in FDKsbrEnc_extractSbrEnvelope2() 1714 h_envChan[1]->encEnvData.domain_vec_noise, 1, in FDKsbrEnc_extractSbrEnvelope2() [all …]
|
| D | bit_sbr.h | 217 INT domain_vec_noise[MAX_ENVELOPES]; member
|
| D | bit_sbr.cpp | 736 FDKwriteBits(hBitStream, sbrEnvData->domain_vec_noise[i], SBR_DIR_BITS); in encodeSbrDtdf() 757 switch (sbrEnvData->domain_vec_noise[i]) { in writeNoiseLevelData()
|
| /external/aac/libSBRdec/src/ |
| D | env_dec.cpp | 437 h_sbr_data->domain_vec_noise[0] = 1; in leanSbrConcealment() 823 if (h_sbr_data->domain_vec_noise[0] == 0) { in decodeNoiseFloorlevels() 839 if (h_sbr_data->domain_vec_noise[1] == 0) { in decodeNoiseFloorlevels()
|
| D | env_extr.h | 340 UCHAR domain_vec_noise member
|
| D | env_extr.cpp | 850 h_frame_data->domain_vec_noise[i++] = 0; in sbrGetDirectionControlData() 853 h_frame_data->domain_vec_noise[i] = FDKreadBits(hBs, 1); in sbrGetDirectionControlData() 897 if (h_frame_data->domain_vec_noise[i] == 0) { in sbrGetNoiseFloorData()
|
| /external/libxaac/encoder/ |
| D | ixheaace_sbr.h | 101 WORD32 domain_vec_noise[IXHEAACE_MAX_ENV]; member
|
| D | ixheaace_sbr_env_est.c | 2414 pstr_env_0->domain_vec_noise, 0, (pstr_const_frame_info[0]->n_envelopes > 1 ? 2 : 1), 0, in ixheaace_extract_sbr_envelope() 2430 pstr_env_0->domain_vec_noise, 0, (pstr_const_frame_info[0]->n_envelopes > 1 ? 2 : 1), 0, in ixheaace_extract_sbr_envelope() 2440 pstr_env_1->domain_vec_noise, 0, (pstr_const_frame_info[1]->n_envelopes > 1 ? 2 : 1), 0, in ixheaace_extract_sbr_envelope() 2455 pstr_env_0->domain_vec_noise, 1, (pstr_const_frame_info[0]->n_envelopes > 1 ? 2 : 1), 0, in ixheaace_extract_sbr_envelope() 2465 pstr_env_1->domain_vec_noise, 1, (pstr_const_frame_info[1]->n_envelopes > 1 ? 2 : 1), 1, in ixheaace_extract_sbr_envelope() 2621 pstr_env_0->domain_vec_noise, 0, (pstr_const_frame_info[0]->n_envelopes > 1 ? 2 : 1), 0, in ixheaace_extract_sbr_envelope() 2635 pstr_env_1->domain_vec_noise, 0, (pstr_const_frame_info[1]->n_envelopes > 1 ? 2 : 1), 0, in ixheaace_extract_sbr_envelope() 2686 memcpy(domain_vec_noise_temp[ch], pstr_env_ch[ch]->enc_env_data.domain_vec_noise, in ixheaace_extract_sbr_envelope() 2726 pstr_env_0->domain_vec_noise, 1, (pstr_const_frame_info[0]->n_envelopes > 1 ? 2 : 1), 0, in ixheaace_extract_sbr_envelope() 2738 pstr_env_1->domain_vec_noise, 1, ((pstr_const_frame_info[1]->n_envelopes > 1) ? 2 : 1), in ixheaace_extract_sbr_envelope() [all …]
|
| D | ixheaace_sbr_write_bitstream.c | 329 pstr_bs_handle, pstr_sbr_env_info->domain_vec_noise[i], SBR_DIR_BITS); in ixheaace_encode_sbr_dtdf() 339 pstr_bs_handle, pstr_sbr_env_info->domain_vec_noise[i], SBR_DIR_BITS); in ixheaace_encode_sbr_dtdf() 352 switch (pstr_sbr_env_info->domain_vec_noise[i]) { in ixheaace_write_noise_lvl_data()
|