HomeSort by relevance Sort by last modified time
    Searched full:yscale_half (Results 1 - 1 of 1) sorted by null

  /external/webp/src/dsp/
rescaler_neon.c 125 const int32x4_t yscale_half = MAKE_HALF_CST(yscale); local
134 const uint32x4_t A0 = MULT_FIX(in0, yscale_half);
135 const uint32x4_t A1 = MULT_FIX(in1, yscale_half);

Completed in 3173 milliseconds