Home
last modified time | relevance | path

Searched defs:coefficients (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/oboe/src/flowgraph/resampler/
DPolyphaseResampler.cpp44 float *coefficients = &mCoefficients[mCoefficientCursor]; in readFrame() local
DPolyphaseResamplerMono.cpp47 const float *coefficients = &mCoefficients[mCoefficientCursor]; in readFrame() local
DPolyphaseResamplerStereo.cpp51 const float *coefficients = &mCoefficients[mCoefficientCursor]; in readFrame() local
/third_party/ffmpeg/libavcodec/
Ddctref.c35 static double coefficients[8 * 8]; variable
Dilbcdec.c503 const int16_t *coefficients, in filter_arfq12()
/third_party/skia/src/core/
DSkScalerContext.cpp335 static const unsigned int coefficients[LCD_PER_PIXEL][SAMPLES_PER_PIXEL*3] = { in pack4xHToMask() local