Home
last modified time | relevance | path

Searched refs:CONCEAL_MAX_INIT (Results 1 – 4 of 4) sorted by relevance

/external/aac/libAACdec/src/
Drvlc.cpp151 pRvlc->conceal_max = CONCEAL_MAX_INIT; in rvlcInit()
154 pRvlc->conceal_max_esc = CONCEAL_MAX_INIT; in rvlcInit()
498 if (pRvlc->conceal_max_esc == CONCEAL_MAX_INIT) { in rvlcDecodeForward()
533 if (pRvlc->conceal_max_esc == CONCEAL_MAX_INIT) { in rvlcDecodeForward()
564 if (pRvlc->conceal_max_esc == CONCEAL_MAX_INIT) { in rvlcDecodeForward()
596 if (pRvlc->conceal_max_esc == CONCEAL_MAX_INIT) { in rvlcDecodeForward()
884 (pRvlc->conceal_max == CONCEAL_MAX_INIT)) { in rvlcFinalErrorDetection()
895 (((pRvlc->conceal_max == CONCEAL_MAX_INIT) && in rvlcFinalErrorDetection()
904 ((pRvlc->conceal_max == CONCEAL_MAX_INIT) && in rvlcFinalErrorDetection()
909 if ((pRvlc->conceal_max == CONCEAL_MAX_INIT) || in rvlcFinalErrorDetection()
[all …]
Drvlc_info.h129 #define CONCEAL_MAX_INIT 1311 /* arbitrary value */ macro
Drvlcconceal.cpp308 if (pRvlc->conceal_max == CONCEAL_MAX_INIT) in BidirectionalEstimation_UseLowerScfOfCurrentFrame()
456 if (pRvlc->conceal_max == CONCEAL_MAX_INIT) in BidirectionalEstimation_UseScfOfPrevFrameAsReference()
/external/libxaac/decoder/
Dixheaacd_rev_vlc.c90 #define CONCEAL_MAX_INIT 1311 macro
977 ptr_rvlc->conceal_max = CONCEAL_MAX_INIT; in ixheaacd_rvlc_init()
980 ptr_rvlc->conceal_max_esc = CONCEAL_MAX_INIT; in ixheaacd_rvlc_init()
1034 if (ptr_rvlc->conceal_max == CONCEAL_MAX_INIT) in ixheaacd_bi_dir_est_scf_prev_frame_reference()
1278 if (ptr_rvlc->conceal_max == CONCEAL_MAX_INIT) in ixheaacd_bi_dir_est_lower_scf_cur_frame()
1601 (ptr_rvlc->conceal_max == CONCEAL_MAX_INIT)) { in ixheaacd_rvlc_final_error_detection()
1612 (((ptr_rvlc->conceal_max == CONCEAL_MAX_INIT) && in ixheaacd_rvlc_final_error_detection()
1624 ((ptr_rvlc->conceal_max == CONCEAL_MAX_INIT) && in ixheaacd_rvlc_final_error_detection()
1629 if ((ptr_rvlc->conceal_max == CONCEAL_MAX_INIT) || in ixheaacd_rvlc_final_error_detection()
1690 (ptr_rvlc->conceal_max != CONCEAL_MAX_INIT)) && in ixheaacd_rvlc_final_error_detection()
[all …]