Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dstereo.cpp120 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()
[all …]
Dstereo.h207 CCplxPredictionData *cplxPredictionData,
Dchannelinfo.h343 CCplxPredictionData *cplxPredictionData; member
Daacdecoder.cpp1404 ->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()
Dchannel.cpp568 ->pComStaticData->cplxPredictionData, in CChannelElement_Read()