Lines Matching refs:cplxPredictionData
120 CCplxPredictionData *cplxPredictionData, in CJointStereo_Read() argument
132 cplxPredictionData->pred_dir = 0; in CJointStereo_Read()
133 cplxPredictionData->complex_coef = 0; in CJointStereo_Read()
134 cplxPredictionData->use_prev_frame = 0; in CJointStereo_Read()
135 cplxPredictionData->igf_pred_dir = 0; in CJointStereo_Read()
216 FDKmemclear(cplxPredictionData->alpha_q_re, in CJointStereo_Read()
219 FDKmemclear(cplxPredictionData->alpha_q_im, in CJointStereo_Read()
225 cplxPredictionData->pred_dir = FDKreadBits(bs, 1); in CJointStereo_Read()
226 cplxPredictionData->complex_coef = FDKreadBits(bs, 1); in CJointStereo_Read()
228 if (cplxPredictionData->complex_coef) { in CJointStereo_Read()
230 cplxPredictionData->use_prev_frame = 0; in CJointStereo_Read()
232 cplxPredictionData->use_prev_frame = FDKreadBits(bs, 1); in CJointStereo_Read()
251 cplxPredictionData->alpha_q_re[group - 1][band]; in CJointStereo_Read()
253 cplxPredictionData->alpha_q_im[group - 1][band]; in CJointStereo_Read()
276 cplxPredictionData->alpha_q_re[group][band - 1]; in CJointStereo_Read()
278 cplxPredictionData->alpha_q_im[group][band - 1]; in CJointStereo_Read()
293 cplxPredictionData->alpha_q_re[group][band] = in CJointStereo_Read()
296 if (cplxPredictionData->complex_coef) { in CJointStereo_Read()
301 cplxPredictionData->alpha_q_im[group][band] = in CJointStereo_Read()
304 cplxPredictionData->alpha_q_im[group][band] = 0; in CJointStereo_Read()
308 cplxPredictionData->alpha_q_re[group][band] = 0; in CJointStereo_Read()
309 cplxPredictionData->alpha_q_im[group][band] = 0; in CJointStereo_Read()
317 cplxPredictionData->alpha_q_re[group][band + 1] = in CJointStereo_Read()
318 cplxPredictionData->alpha_q_re[group][band]; in CJointStereo_Read()
319 cplxPredictionData->alpha_q_im[group][band + 1] = in CJointStereo_Read()
320 cplxPredictionData->alpha_q_im[group][band]; in CJointStereo_Read()
324 cplxPredictionData->alpha_q_re[group][band]; in CJointStereo_Read()
326 cplxPredictionData->alpha_q_im[group][band]; in CJointStereo_Read()
331 cplxPredictionData->alpha_q_re[group][band] = 0; in CJointStereo_Read()
332 cplxPredictionData->alpha_q_im[group][band] = 0; in CJointStereo_Read()
557 CCplxPredictionData *cplxPredictionData = in CJointStereo_ApplyMS() local
558 pAacDecoderChannelInfo[L]->pComStaticData->cplxPredictionData; in CJointStereo_ApplyMS()
629 if (cplxPredictionData->complex_coef == 1) { in CJointStereo_ApplyMS()
762 if (cplxPredictionData->complex_coef == 1) { in CJointStereo_ApplyMS()
763 if ((cplxPredictionData->use_prev_frame == 1) && (mainband_flag)) { in CJointStereo_ApplyMS()
806 if (cplxPredictionData->pred_dir == 0) { in CJointStereo_ApplyMS()
853 if (cplxPredictionData->use_prev_frame == 1) { in CJointStereo_ApplyMS()
923 if (cplxPredictionData->pred_dir == 0) { in CJointStereo_ApplyMS()
950 if (cplxPredictionData->complex_coef == 1) { in CJointStereo_ApplyMS()
983 if (cplxPredictionData->use_prev_frame == 1) { in CJointStereo_ApplyMS()
994 INT pred_dir = cplxPredictionData->pred_dir ? -1 : 1; in CJointStereo_ApplyMS()
1003 (FIXP_SGL)cplxPredictionData->alpha_q_re[group][band]; in CJointStereo_ApplyMS()
1005 (FIXP_SGL)cplxPredictionData->alpha_q_im[group][band]; in CJointStereo_ApplyMS()