HomeSort by relevance Sort by last modified time
    Searched defs:cplxPredictionData (Results 1 - 2 of 2) sorted by null

  /external/aac/libAACdec/src/
stereo.cpp 120 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->complex_coef)
    [all...]
channelinfo.h 343 CCplxPredictionData *cplxPredictionData;

Completed in 484 milliseconds