Home
last modified time | relevance | path

Searched refs:STRIDE (Results 1 – 6 of 6) sorted by relevance

/frameworks/av/media/libaudioprocessing/
DAudioResamplerFirProcessNeon.h73 template <int CHANNELS, int STRIDE, bool FIXED>
88 sP -= CHANNELS*((STRIDE>>1)-1); in ProcessNeonIntrinsic()
181 template <int CHANNELS, int STRIDE, bool FIXED>
196 sP -= CHANNELS*((STRIDE>>1)-1); in ProcessNeonIntrinsic()
356 template <int CHANNELS, int STRIDE, bool FIXED>
371 sP -= CHANNELS*((STRIDE>>1)-1); in ProcessNeonIntrinsic()
539 const int STRIDE = 16;
540 sP -= CHANNELS*((STRIDE>>1)-1);
596 const int STRIDE = 16;
597 sP -= CHANNELS*((STRIDE>>1)-1);
[all …]
DAudioResamplerFirProcess.h177 template <int CHANNELS, int STRIDE, typename TFUNC, typename TC, typename TI, typename TO,
249 template <int CHANNELS, int STRIDE, typename TC, typename TI, typename TO>
259 ProcessBase<CHANNELS, STRIDE, InterpNull>(out, count, coefsP, coefsN, sP, sN, 0, volumeLR); in ProcessL()
295 template <int CHANNELS, int STRIDE, typename TC, typename TI, typename TO, typename TINTERP>
308 ProcessBase<CHANNELS, STRIDE, InterpCompute>(out, count, coefsP, coefsN, sP, sN, lerpP, in Process()
374 template<int CHANNELS, bool LOCKED, int STRIDE, typename TC, typename TI, typename TO>
397 ProcessL<CHANNELS, STRIDE>(out, in fir()
425 Process<CHANNELS, STRIDE>(out, in fir()
431 Process<CHANNELS, STRIDE>(out, in fir()
DAudioResamplerDyn.h155 template<int CHANNELS, bool LOCKED, int STRIDE>
DAudioResamplerFirProcessSSE.h37 template <int CHANNELS, int STRIDE, bool FIXED>
DAudioResamplerDyn.cpp622 template<int CHANNELS, bool LOCKED, int STRIDE>
711 fir<CHANNELS, LOCKED, STRIDE>( in resample()
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/engine/
DMaterial.java31 public static final int STRIDE = 8; field in Material
38 public byte[] mColor = new byte[SIZE * STRIDE]; // table contain r, g, b, A, S, D
88 int p = STRIDE * (off); in simpleSetup()
248 int p = STRIDE * (i & 0xFFFF); in buildMaterialProp()
260 int p = STRIDE * (i & 0xFFFF); in buildMaterialProp()
291 int p = STRIDE * (i & 0xFFFF); in buildMaterialProp()