Searched defs:all_x (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp68 __m128i all_x = _mm_and_si128(_mm_srli_epi32(xx, 14), mask_000F); local
71 all_x = _mm_shuffle_epi8(all_x, mask_dist_select);
73 *all_x_result = all_x;
75 *sixteen_minus_x = _mm_sub_epi8(sixteen_8bit, all_x);
433 // Unroll 4x, interleave bytes, use pmaddubsw (all_x is small)
439 __m128i all_x, sixteen_minus_x; local
442 &all_x, &sixteen_minus_x, x0, x1);
448 scale_x = _mm_unpacklo_epi8(sixteen_minus_x, all_x);
456 scale_x = _mm_unpackhi_epi8(sixteen_minus_x, all_x);
478 const __m128i all_x = _mm_set1_epi8((xx >> 14) & 0x0F); local
511 __m128i all_x, sixteen_minus_x; local
552 const __m128i all_x = _mm_set1_epi8((xx >> 14) & 0x0F); local
674 const __m128i all_x = _mm_set1_epi8(subX); local
[all...]
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp69 __m128i all_x = _mm_and_si128(_mm_srli_epi32(xx, 14), mask_000F); local
72 all_x = _mm_shuffle_epi8(all_x, mask_dist_select);
74 *all_x_result = all_x;
76 *sixteen_minus_x = _mm_sub_epi8(sixteen_8bit, all_x);
434 // Unroll 4x, interleave bytes, use pmaddubsw (all_x is small)
440 __m128i all_x, sixteen_minus_x; local
443 &all_x, &sixteen_minus_x, x0, x1);
449 scale_x = _mm_unpacklo_epi8(sixteen_minus_x, all_x);
457 scale_x = _mm_unpackhi_epi8(sixteen_minus_x, all_x);
479 const __m128i all_x = _mm_set1_epi8((xx >> 14) & 0x0F); local
512 __m128i all_x, sixteen_minus_x; local
553 const __m128i all_x = _mm_set1_epi8((xx >> 14) & 0x0F); local
675 const __m128i all_x = _mm_set1_epi8(subX); local
[all...]
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c723 int all_x; local
729 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) {
919 int all_x; local
920 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) {
985 int all_x; local
987 for (all_x
[all...]
/external/webp/src/dsp/
H A Dlossless.c714 int all_x; local
720 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) {
910 int all_x; local
911 for (all_x = tile_x_offset; all_x < all_x_max; ++all_x, ++ix) {
976 int all_x; local
978 for (all_x
[all...]

Completed in 124 milliseconds