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

  /external/skia/legacy/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 189 inline __m128i ProcessPixelPair(uint32_t pixel0,
236 __m128i sum0 = ProcessPixelPair(
239 __m128i sum1 = ProcessPixelPair(
256 // Same as ProcessPixelPair, except that performing the math one output pixel
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 240 inline __m128i ProcessPixelPair(uint32_t pixel0,
287 __m128i sum0 = ProcessPixelPair(
290 __m128i sum1 = ProcessPixelPair(
319 __m128i sum0 = ProcessPixelPair(
323 __m128i sum1 = ProcessPixelPair(
340 // Same as ProcessPixelPair, except that performing the math one output pixel

Completed in 2942 milliseconds