Home
last modified time | relevance | path

Searched refs:pJointStereoPersistentData (Results 1 – 3 of 3) sorted by relevance

/external/aac/libAACdec/src/
Dstereo.cpp119 CJointStereoPersistentData *pJointStereoPersistentData, in CJointStereo_Read() argument
205 (pJointStereoPersistentData->winSeqPrev != BLOCK_SHORT)) || in CJointStereo_Read()
206 ((pJointStereoPersistentData->winSeqPrev == BLOCK_SHORT) && in CJointStereo_Read()
208 FDKmemclear(pJointStereoPersistentData->alpha_q_re_prev, in CJointStereo_Read()
211 FDKmemclear(pJointStereoPersistentData->alpha_q_im_prev, in CJointStereo_Read()
255 (pJointStereoPersistentData->winSeqPrev == in CJointStereo_Read()
258 if (pJointStereoPersistentData->winGroupsPrev == 0) return -1; in CJointStereo_Read()
261 pJointStereoPersistentData->alpha_q_re_prev in CJointStereo_Read()
262 [pJointStereoPersistentData->winGroupsPrev - 1][band]; in CJointStereo_Read()
264 pJointStereoPersistentData->alpha_q_im_prev in CJointStereo_Read()
[all …]
Dstereo.h206 CJointStereoPersistentData *pJointStereoPersistentData,
Dchannel.cpp145 CJointStereoPersistentData *pJointStereoPersistentData, int windowGroups, in Clean_Complex_Prediction_coefficients() argument
149 pJointStereoPersistentData->alpha_q_re_prev[group][sfb] = 0; in Clean_Complex_Prediction_coefficients()
150 pJointStereoPersistentData->alpha_q_im_prev[group][sfb] = 0; in Clean_Complex_Prediction_coefficients()