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

  /external/chromium_org/media/base/
vector_math.h 17 // calling FMAC() or FMUL(). Called during media library initialization; most
23 MEDIA_EXPORT void FMAC(const float src[], float scale, int len, float dest[]);
vector_math.cc 57 void FMAC(const float src[], float scale, int len, float dest[]) {
vector_math_unittest.cc 75 // Ensure each optimized vector_math::FMAC() method returns the same value.
76 TEST_F(VectorMathTest, FMAC) {
80 SCOPED_TRACE("FMAC");
82 vector_math::FMAC(
166 // Benchmark for each optimized vector_math::FMAC() method. Original benchmarks
167 // were run with --vector-fmac-iterations=200000.
audio_converter.cc 227 vector_math::FMAC(
channel_mixer.cc 363 vector_math::FMAC(input->channel(input_ch), scale, output->frames(),

Completed in 31 milliseconds