Searched refs:conceal_min (Results 1 – 5 of 5) sorted by relevance
134 int conceal_min, conceal_group_min; in calcRefValFwd() local142 conceal_min = pRvlc->conceal_min % MaximumScaleFactorBands; in calcRefValFwd()143 conceal_group_min = pRvlc->conceal_min / MaximumScaleFactorBands; in calcRefValFwd()155 startBand = conceal_min - 1; in calcRefValFwd()291 int conceal_min, conceal_max; in BidirectionalEstimation_UseLowerScfOfCurrentFrame() local306 if (pRvlc->conceal_min == CONCEAL_MIN_INIT) pRvlc->conceal_min = 0; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()312 conceal_min = pRvlc->conceal_min % MaximumScaleFactorBands; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()313 conceal_group_min = pRvlc->conceal_min / MaximumScaleFactorBands; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()317 if (pRvlc->conceal_min == pRvlc->conceal_max) { in BidirectionalEstimation_UseLowerScfOfCurrentFrame()321 bnds = pRvlc->conceal_min; in BidirectionalEstimation_UseLowerScfOfCurrentFrame()[all …]
152 pRvlc->conceal_min = CONCEAL_MIN_INIT; in rvlcInit()649 pRvlc->conceal_min = bnds; in rvlcDecodeBackward()655 pRvlc->conceal_min = bnds; in rvlcDecodeBackward()692 pRvlc->conceal_min = fMax(0, bnds - offset); in rvlcDecodeBackward()699 pRvlc->conceal_min = fMax(0, bnds - offset); in rvlcDecodeBackward()729 pRvlc->conceal_min = fMax(0, bnds - offset); in rvlcDecodeBackward()736 pRvlc->conceal_min = fMax(0, bnds - offset); in rvlcDecodeBackward()760 pRvlc->conceal_min = fMax(0, bnds - offset); in rvlcDecodeBackward()767 pRvlc->conceal_min = fMax(0, bnds - offset); in rvlcDecodeBackward()890 (pRvlc->conceal_min == CONCEAL_MIN_INIT)) { in rvlcFinalErrorDetection()[all …]
196 SHORT conceal_min; /* is set at backward decoding */ member
729 ptr_rvlc->conceal_min = bnds; in ixheaacd_rvlc_decode_backward()735 ptr_rvlc->conceal_min = bnds; in ixheaacd_rvlc_decode_backward()978 ptr_rvlc->conceal_min = CONCEAL_MIN_INIT; in ixheaacd_rvlc_init()1020 WORD32 conceal_min, conceal_max; in ixheaacd_bi_dir_est_scf_prev_frame_reference() local1032 if (ptr_rvlc->conceal_min == CONCEAL_MIN_INIT) ptr_rvlc->conceal_min = 0; in ixheaacd_bi_dir_est_scf_prev_frame_reference()1038 conceal_min = ptr_rvlc->conceal_min % max_scf_bands; in ixheaacd_bi_dir_est_scf_prev_frame_reference()1039 conceal_group_min = ptr_rvlc->conceal_min / max_scf_bands; in ixheaacd_bi_dir_est_scf_prev_frame_reference()1045 ptr_aac_dec_channel_info->rvlc_scf_bwd_arr[ptr_rvlc->conceal_min] = in ixheaacd_bi_dir_est_scf_prev_frame_reference()1046 ptr_aac_dec_channel_info->rvlc_scf_fwd_arr[ptr_rvlc->conceal_min]; in ixheaacd_bi_dir_est_scf_prev_frame_reference()1048 start_band = conceal_min; in ixheaacd_bi_dir_est_scf_prev_frame_reference()[all …]
147 WORD16 conceal_min; member