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

  /external/chromium_org/third_party/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 511 __m128i wide_f = _mm_set_epi32(fx + dx, fy + dy, fx, fy); local
519 __m128i wide_i = _mm_max_epi16(_mm_srli_epi32(wide_f, 16),
524 __m128i wide_lo = _mm_srli_epi32(wide_f, 12);
533 __m128i wide_f1 = _mm_add_epi32(wide_f, wide_one);
542 wide_f = _mm_add_epi32(wide_f, wide_d2);
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 511 __m128i wide_f = _mm_set_epi32(fx + dx, fy + dy, fx, fy); local
519 __m128i wide_i = _mm_max_epi16(_mm_srli_epi32(wide_f, 16),
524 __m128i wide_lo = _mm_srli_epi32(wide_f, 12);
533 __m128i wide_f1 = _mm_add_epi32(wide_f, wide_one);
542 wide_f = _mm_add_epi32(wide_f, wide_d2);

Completed in 45 milliseconds