OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lerpP
(Results
1 - 3
of
3
) sorted by null
/frameworks/av/services/audioflinger/
AudioResamplerFirProcess.h
186
TINTERP
lerpP
,
198
TC c = TFUNC::interpolatep(coefsP[0], coefsP[count],
lerpP
);
206
c = TFUNC::interpolaten(coefsN[count], coefsN[0],
lerpP
);
222
mac(l, r, TFUNC::interpolatep(coefsP[0], coefsP[count],
lerpP
), sP);
225
mac(l, r, TFUNC::interpolaten(coefsN[count], coefsN[0],
lerpP
), sN);
234
mac(l, TFUNC::interpolatep(coefsP[0], coefsP[count],
lerpP
), sP);
237
mac(l, TFUNC::interpolaten(coefsN[count], coefsN[0],
lerpP
), sN);
287
* @param
lerpP
The fractional siting between the polyphase indices is given by the bits
305
TINTERP
lerpP
,
308
ProcessBase<CHANNELS, STRIDE, InterpCompute>(out, count, coefsP, coefsN, sP, sN,
lerpP
,
[
all
...]
AudioResamplerFirProcessNeon.h
81
uint32_t
lerpP
,
94
interp = vdup_n_s16(
lerpP
);
95
//interp = (int16x4_t)vset_lane_s32 ((int32x2_t)
lerpP
, interp, 0);
189
uint32_t
lerpP
,
202
interp = vdup_n_s32(
lerpP
);
364
float
lerpP
,
377
interp = vdup_n_f32(
lerpP
);
536
0 /*
lerpP
*/, NULL /*coefsP1*/, NULL /*coefsN1*/);
593
0 /*
lerpP
*/, NULL /*coefsP1*/, NULL /*coefsN1*/);
654
uint32_t
lerpP
,
[
all
...]
AudioResamplerSinc.cpp
413
uint32_t
lerpP
= ( phase & c.pMask) >> c.pShift;
432
interpolate<CHANNELS>(l, r, coefsP++, offset,
lerpP
, sP);
449
lerpPN = vld1_lane_s32((int32_t *)&
lerpP
, lerpPN, 0);
518
lerpPN = vld1_lane_s32((int32_t *)&
lerpP
, lerpPN, 0);
Completed in 2636 milliseconds