Searched refs:FMAC (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/media/base/ |
D | vector_math.h | 25 MEDIA_EXPORT void FMAC(const float src[], float scale, int len, float dest[]);
|
D | vector_math_unittest.cc | 58 TEST_F(VectorMathTest, FMAC) { in TEST_F() argument 64 vector_math::FMAC( in TEST_F()
|
D | vector_math_perftest.cc | 91 TEST_F(VectorMathPerfTest, FMAC) { in TEST_F() argument
|
D | audio_converter.cc | 225 vector_math::FMAC( in SourceCallback()
|
D | vector_math.cc | 67 void FMAC(const float src[], float scale, int len, float dest[]) { in FMAC() function
|
D | channel_mixer.cc | 363 vector_math::FMAC(input->channel(input_ch), scale, output->frames(), in Transform()
|