Searched refs:cplxPredictionData (Results 1 - 5 of 5) sorted by relevance

/external/aac/libAACdec/src/
H A Dstereo.cpp120 CCplxPredictionData *cplxPredictionData,
132 cplxPredictionData->pred_dir = 0;
133 cplxPredictionData->complex_coef = 0;
134 cplxPredictionData->use_prev_frame = 0;
135 cplxPredictionData->igf_pred_dir = 0;
216 FDKmemclear(cplxPredictionData->alpha_q_re,
219 FDKmemclear(cplxPredictionData->alpha_q_im,
225 cplxPredictionData->pred_dir = FDKreadBits(bs, 1);
226 cplxPredictionData->complex_coef = FDKreadBits(bs, 1);
228 if (cplxPredictionData
114 CJointStereo_Read(HANDLE_FDK_BITSTREAM bs, CJointStereoData *pJointStereoData, const int windowGroups, const int scaleFactorBandsTransmitted, const int max_sfb_ste_clear, CJointStereoPersistentData *pJointStereoPersistentData, CCplxPredictionData *cplxPredictionData, int cplxPredictionActiv, int scaleFactorBandsTotal, int windowSequence, const UINT flags) argument
557 CCplxPredictionData *cplxPredictionData = local
[all...]
H A Dstereo.h207 CCplxPredictionData *cplxPredictionData,
H A Dchannelinfo.h343 CCplxPredictionData *cplxPredictionData; member in struct:__anon225
H A Daacdecoder.cpp1325 ->pComStaticData->cplxPredictionData != NULL) {
1327 ->pComStaticData->cplxPredictionData);
2248 ->pComStaticData->cplxPredictionData == NULL) {
2250 ->pComStaticData->cplxPredictionData =
2254 ->pComStaticData->cplxPredictionData == NULL) {
H A Dchannel.cpp557 /* jointStereoPersistentData and cplxPredictionData are only
566 ->pComStaticData->cplxPredictionData,

Completed in 219 milliseconds