HomeSort by relevance Sort by last modified time
    Searched refs:FMAC (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/media/base/
vector_math.h 19 // calling FMAC() or FMUL(). Called during media library initialization; most
25 MEDIA_EXPORT void FMAC(const float src[], float scale, int len, float dest[]);
vector_math_perftest.cc 83 // Define platform independent function name for FMAC* perf tests.
90 // Benchmark for each optimized vector_math::FMAC() method.
91 TEST_F(VectorMathPerfTest, FMAC) {
vector_math_unittest.cc 57 // Ensure each optimized vector_math::FMAC() method returns the same value.
58 TEST_F(VectorMathTest, FMAC) {
62 SCOPED_TRACE("FMAC");
64 vector_math::FMAC(
audio_converter.cc 225 vector_math::FMAC(
vector_math.cc 67 void FMAC(const float src[], float scale, int len, float dest[]) {
channel_mixer.cc 363 vector_math::FMAC(input->channel(input_ch), scale, output->frames(),

Completed in 63 milliseconds