Home
last modified time | relevance | path

Searched refs:ZERO_HCB (Results 1 – 12 of 12) sorted by relevance

/external/aac/libAACdec/src/
Drvlcconceal.cpp160 case ZERO_HCB: in calcRefValFwd()
237 case ZERO_HCB: in calcRefValBwd()
328 case ZERO_HCB: in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
486 case ZERO_HCB: in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
531 .aRvlcPreviousCodebook[bnds] != ZERO_HCB) && in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
623 case ZERO_HCB: in StatisticalEstimation()
663 case ZERO_HCB: in StatisticalEstimation()
727 case ZERO_HCB: in PredictiveInterpolation()
766 .aRvlcPreviousCodebook[bnds] != ZERO_HCB) && in PredictiveInterpolation()
Drvlc.cpp474 case ZERO_HCB: in rvlcDecodeForward()
682 case ZERO_HCB: in rvlcDecodeBackward()
962 .aRvlcPreviousCodebook[bnds] = ZERO_HCB; in rvlcFinalErrorDetection()
Dchannelinfo.h183 ZERO_HCB = 0, enumerator
Dblock.cpp179 case ZERO_HCB: /* zero book */ in CBlock_ReadScaleFactorData()
521 if ((pCodeBook[bnds] == ZERO_HCB) || in CBlock_InverseQuantizeSpectralData()
666 if (((currentCB != ZERO_HCB) && (currentCB != NOISE_HCB) && in CBlock_ReadSpectralData()
Dchannel.cpp405 pCodeBook[b] = ZERO_HCB; in CChannel_CodebookTableInit()
824 if (pCodeBook[sfb] != ZERO_HCB) { in CChannelElement_Read()
Daacdec_hcr.cpp175 if (cb < ZERO_HCB || cb >= MAX_CB_CHECK || cb == BOOKSCL) { in errDetectorInHcrSideinfoShrt()
396 if (cb < ZERO_HCB || cb >= MAX_CB_CHECK || cb == BOOKSCL) { in HcrInit()
/external/libxaac/decoder/
Dixheaacd_rev_vlc.c562 case ZERO_HCB: in ixheaacd_rvlc_decode_forward()
761 case ZERO_HCB: in ixheaacd_rvlc_decode_backward()
1058 case ZERO_HCB: in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1099 ZERO_HCB) && in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1176 case ZERO_HCB: in ixheaacd_calc_ref_val_fwd()
1234 case ZERO_HCB: in ixheaacd_calc_ref_val_bwd()
1298 case ZERO_HCB: in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1395 case ZERO_HCB: in ixheaacd_statistical_estimation()
1427 case ZERO_HCB: in ixheaacd_statistical_estimation()
1480 case ZERO_HCB: in ixheaacd_predictive_interpolation()
[all …]
Dixheaacd_defines.h33 #define ZERO_HCB 0 macro
Dixheaacd_longblock.c196 if (sfb_cb == ZERO_HCB) in ixheaacd_read_scale_factor_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()
1091 if ((ptr_code_book[bnds] == ZERO_HCB) || in ixheaacd_cblock_inv_quant_spect_data()
Dixheaacd_spectrum_dec.c266 if (cb_num == ZERO_HCB) in ixheaacd_section_data()
Dixheaacd_huff_code_reorder.c240 if (cb < ZERO_HCB || cb >= MAX_CB_CHECK || cb == (ESC_HCB + 1)) { in ixheaacd_validate_hcr_sideinfo()
382 if (cb < ZERO_HCB || cb >= MAX_CB_CHECK || cb == (ESC_HCB + 1)) { in ixheaacd_huff_code_reorder_init()