HomeSort by relevance Sort by last modified time
    Searched refs:h_ps_dec (Results 1 - 8 of 8) sorted by null

  /frameworks/av/media/libstagefright/codecs/aacdec/
ps_applied.cpp 150 void ps_applied(STRUCT_PS_DEC *h_ps_dec,
166 h_ps_dec->mHybridRealLeft,
167 h_ps_dec->mHybridImagLeft,
168 h_ps_dec->hHybrid,
177 ps_decorrelate(h_ps_dec,
189 ps_stereo_processing(h_ps_dec,
199 ps_hybrid_synthesis((const Int32*)h_ps_dec->mHybridRealLeft,
200 (const Int32*)h_ps_dec->mHybridImagLeft,
203 h_ps_dec->hHybrid);
205 ps_hybrid_synthesis((const Int32*)h_ps_dec->mHybridRealRight
    [all...]
ps_allocate_decoder.cpp 157 STRUCT_PS_DEC *h_ps_dec = self->hParametricStereoDec; local
160 h_ps_dec->noSubSamples = noSubSamples;
162 h_ps_dec->invNoSubSamples = Q30_fmt(1.0f) / noSubSamples;
190 h_ps_dec->aPeakDecayFast = ptr1;
193 h_ps_dec->aPrevNrg = ptr1;
196 h_ps_dec->aPrevPeakDiff = ptr1;
201 status = ps_hybrid_filter_bank_allocation(&h_ps_dec->hHybrid,
205 h_ps_dec->mHybridRealLeft = ptr1;
208 h_ps_dec->mHybridImagLeft = ptr1;
211 h_ps_dec->mHybridRealRight = ptr1
    [all...]
ps_bstr_decoding.h 89 void ps_bstr_decoding(STRUCT_PS_DEC *h_ps_dec);
ps_pwr_transient_detection.h 84 void ps_pwr_transient_detection(STRUCT_PS_DEC *h_ps_dec,
ps_decorrelate.cpp 164 void ps_decorrelate(STRUCT_PS_DEC *h_ps_dec,
200 ps_pwr_transient_detection(h_ps_dec,
206 aLeftReal = h_ps_dec->mHybridRealLeft;
207 aLeftImag = h_ps_dec->mHybridImagLeft;
208 aRightReal = h_ps_dec->mHybridRealRight;
209 aRightImag = h_ps_dec->mHybridImagRight;
211 pppRealDelayRBufferSer = h_ps_dec->aaaRealDelayRBufferSerSubQmf;
212 pppImagDelayRBufferSer = h_ps_dec->aaaImagDelayRBufferSerSubQmf;
214 ppRealDelayBuffer = h_ps_dec->aaRealDelayBufferSubQmf;
215 ppImagDelayBuffer = h_ps_dec->aaImagDelayBufferSubQmf
    [all...]
ps_applied.h 86 void ps_applied(STRUCT_PS_DEC *h_ps_dec,
ps_decorrelate.h 85 void ps_decorrelate(STRUCT_PS_DEC *h_ps_dec,
ps_pwr_transient_detection.cpp 174 void ps_pwr_transient_detection(STRUCT_PS_DEC *h_ps_dec,
213 maxsb = min(h_ps_dec->usb, groupBorders[ gr+1]);
229 aLeftReal = h_ps_dec->mHybridRealLeft;
230 aLeftImag = h_ps_dec->mHybridImagLeft;
288 ptr_aPrevNrg = h_ps_dec->aPrevNrg;
290 ptr_PrevPeakDiff = h_ps_dec->aPrevPeakDiff;
299 accu = h_ps_dec->aPeakDecayFast[bin];
313 h_ps_dec->aPeakDecayFast[bin] = accu;

Completed in 7208 milliseconds