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

  /external/skia/legacy/src/opts/
SkBitmapProcState_opts_SSE2.cpp 414 __m128i wide_out_high = _mm_srli_epi32(wide_high, 16); local
417 wide_out_high);
457 __m128i wide_out_high = _mm_srli_epi32(wide_high, 16); local
462 wide_out_high = _mm_max_epi16(wide_out_high,
464 wide_out_high = _mm_min_epi16(wide_out_high, wide_maxX);
467 wide_out_high);
  /external/skia/src/opts/
SkBitmapProcState_opts_SSE2.cpp 414 __m128i wide_out_high = _mm_srli_epi32(wide_high, 16); local
417 wide_out_high);
457 __m128i wide_out_high = _mm_srli_epi32(wide_high, 16); local
462 wide_out_high = _mm_max_epi16(wide_out_high,
464 wide_out_high = _mm_min_epi16(wide_out_high, wide_maxX);
467 wide_out_high);

Completed in 163 milliseconds