Searched refs:cplxPredictionData (Results 1 – 5 of 5) sorted by relevance
120 CCplxPredictionData *cplxPredictionData, in CJointStereo_Read() argument132 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()[all …]
207 CCplxPredictionData *cplxPredictionData,
343 CCplxPredictionData *cplxPredictionData; member
1404 ->pComStaticData->cplxPredictionData != NULL) { in CAacDecoder_DeInit()1406 ->pComStaticData->cplxPredictionData); in CAacDecoder_DeInit()2372 ->pComStaticData->cplxPredictionData == NULL) { in CAacDecoder_Init()2374 ->pComStaticData->cplxPredictionData = in CAacDecoder_Init()2378 ->pComStaticData->cplxPredictionData == NULL) { in CAacDecoder_Init()
568 ->pComStaticData->cplxPredictionData, in CChannelElement_Read()