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

  /external/skia/legacy/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 34 // @param mask_dist_select vector of 8 bit components containing the shuffling
44 const __m128i& mask_dist_select,
63 all_x = _mm_shuffle_epi8(all_x, mask_dist_select);
324 const __m128i mask_dist_select = _mm_set_epi8(12, 12, 12, 12, local
348 sixteen_8bit, mask_dist_select,
420 sixteen_8bit, mask_dist_select,
  /external/skia/src/opts/
SkBitmapProcState_opts_SSSE3.cpp 34 // @param mask_dist_select vector of 8 bit components containing the shuffling
44 const __m128i& mask_dist_select,
63 all_x = _mm_shuffle_epi8(all_x, mask_dist_select);
80 // @param mask_dist_select vector of 8 bit components containing the shuffling
90 const __m128i& mask_dist_select,
114 all_xy = _mm_shuffle_epi8(all_xy, mask_dist_select);
408 const __m128i mask_dist_select = _mm_set_epi8(12, 12, 12, 12, local
432 sixteen_8bit, mask_dist_select,
504 sixteen_8bit, mask_dist_select,
592 const __m128i mask_dist_select = _mm_set_epi8(12, 12, 12, 12 local
    [all...]

Completed in 114 milliseconds