Home
last modified time | relevance | path

Searched refs:NOISE_HCB (Results 1 – 11 of 11) sorted by relevance

/external/aac/libAACdec/src/
Drvlcconceal.cpp170 case NOISE_HCB: in calcRefValFwd()
247 case NOISE_HCB: in calcRefValBwd()
337 case NOISE_HCB: in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
511 case NOISE_HCB: in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
513 .aRvlcPreviousCodebook[bnds] == NOISE_HCB) { in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
533 .aRvlcPreviousCodebook[bnds] != NOISE_HCB) && in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
634 case NOISE_HCB: in StatisticalEstimation()
676 case NOISE_HCB: in StatisticalEstimation()
749 case NOISE_HCB: in PredictiveInterpolation()
751 .aRvlcPreviousCodebook[bnds] == NOISE_HCB) { in PredictiveInterpolation()
[all …]
Drvlc.cpp508 case NOISE_HCB: in rvlcDecodeForward()
718 case NOISE_HCB: in rvlcDecodeBackward()
1092 NOISE_HCB) { in CRvlc_Read()
Dchannelinfo.h187 NOISE_HCB = 13, enumerator
Dblock.cpp199 case NOISE_HCB: /* PNS */ in CBlock_ReadScaleFactorData()
526 if (pCodeBook[bnds] == NOISE_HCB) { in CBlock_InverseQuantizeSpectralData()
666 if (((currentCB != ZERO_HCB) && (currentCB != NOISE_HCB) && in CBlock_ReadSpectralData()
Daacdec_hcr.cpp414 if ((*pCodeBk == NOISE_HCB) || (*pCodeBk == INTENSITY_HCB2) || in HcrInit()
/external/libxaac/decoder/
Dixheaacd_longblock.c206 if (sfb_cb == NOISE_HCB && (ptr_pns_info->pns_active != 1)) { in ixheaacd_read_scale_factor_data()
249 if (sfb_cb > NOISE_HCB) { in ixheaacd_read_scale_factor_data()
252 } else if (sfb_cb < NOISE_HCB) { in ixheaacd_read_scale_factor_data()
272 } else if (sfb_cb == NOISE_HCB) { in ixheaacd_read_scale_factor_data()
Dixheaacd_rev_vlc.c598 case NOISE_HCB: in ixheaacd_rvlc_decode_forward()
796 case NOISE_HCB: in ixheaacd_rvlc_decode_backward()
893 NOISE_HCB) { in ixheaacd_rvlc_read()
1081 case NOISE_HCB: in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1083 NOISE_HCB) { in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1101 NOISE_HCB) && in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1185 case NOISE_HCB: in ixheaacd_calc_ref_val_fwd()
1243 case NOISE_HCB: in ixheaacd_calc_ref_val_bwd()
1307 case NOISE_HCB: in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1404 case NOISE_HCB: in ixheaacd_statistical_estimation()
[all …]
Dixheaacd_defines.h38 #define NOISE_HCB 13 macro
Dixheaacd_spectrum_dec.c283 if (cb_num > NOISE_HCB) { in ixheaacd_section_data()
287 } else if (cb_num < NOISE_HCB) { in ixheaacd_section_data()
Dixheaacd_channel.c786 if (sect_cb > ZERO_HCB && (sect_cb < NOISE_HCB)) { in ixheaacd_read_spectral_data()
838 if (sect_cb > ZERO_HCB && (sect_cb < NOISE_HCB)) { in ixheaacd_read_spectral_data()
1096 if (ptr_code_book[bnds] == NOISE_HCB) { in ixheaacd_cblock_inv_quant_spect_data()
Dixheaacd_huff_code_reorder.c399 if ((*ptr_cb == NOISE_HCB) || (*ptr_cb == INTENSITY_HCB2) || in ixheaacd_huff_code_reorder_init()