Home
last modified time | relevance | path

Searched refs:domain_vec_noise (Results 1 – 9 of 9) sorted by relevance

/external/aac/libSBRenc/src/
Denv_est.cpp1425 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 …]
Dbit_sbr.h217 INT domain_vec_noise[MAX_ENVELOPES]; member
Dbit_sbr.cpp736 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/
Denv_dec.cpp437 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()
Denv_extr.h340 UCHAR domain_vec_noise member
Denv_extr.cpp850 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/
Dixheaace_sbr.h101 WORD32 domain_vec_noise[IXHEAACE_MAX_ENV]; member
Dixheaace_sbr_env_est.c2414 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 …]
Dixheaace_sbr_write_bitstream.c329 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()