Searched refs:STRIDE (Results 1 – 6 of 6) sorted by relevance
/frameworks/av/media/libaudioprocessing/ |
D | AudioResamplerFirProcessNeon.h | 73 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 …]
|
D | AudioResamplerFirProcess.h | 177 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()
|
D | AudioResamplerDyn.h | 155 template<int CHANNELS, bool LOCKED, int STRIDE>
|
D | AudioResamplerFirProcessSSE.h | 37 template <int CHANNELS, int STRIDE, bool FIXED>
|
D | AudioResamplerDyn.cpp | 622 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/ |
D | Material.java | 31 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()
|