Searched refs:all_y (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp273 // @param all_y vector of 16 bit components containing the constant sub_y
292 const __m128i& all_y,
300 scale_x, all_y);
323 const __m128i& all_y,
333 scale_x, all_y);
500 const __m128i all_y = _mm_set1_epi16(sub_y); local
503 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y);
524 scale_x, all_y, neg_y, alpha);
532 scale_x, all_y, neg_y, alpha);
563 __m128i sum1 = ProcessOnePixel(row1[x0], row1[x1], scale_x, all_y);
287 ProcessTwoPixelPairs(const uint32_t* row0, const uint32_t* row1, const int* x0, const int* x1, const __m128i& scale_x, const __m128i& all_y, const __m128i& neg_y, const __m128i& alpha) argument
316 ProcessTwoPixelPairsDXDY(const uint32_t* row00, const uint32_t* row01, const uint32_t* row10, const uint32_t* row11, const int* xy0, const int* xy1, const __m128i& scale_x, const __m128i& all_y, const __m128i& neg_y, const __m128i& alpha) argument
627 __m128i all_y = _mm_unpackhi_epi8(all_xy, _mm_setzero_si128()); local
686 const __m128i all_y = _mm_set1_epi16(subY); local
[all...]
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp274 // @param all_y vector of 16 bit components containing the constant sub_y
293 const __m128i& all_y,
301 scale_x, all_y);
324 const __m128i& all_y,
334 scale_x, all_y);
501 const __m128i all_y = _mm_set1_epi16(sub_y); local
504 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y);
525 scale_x, all_y, neg_y, alpha);
533 scale_x, all_y, neg_y, alpha);
564 __m128i sum1 = ProcessOnePixel(row1[x0], row1[x1], scale_x, all_y);
288 ProcessTwoPixelPairs(const uint32_t* row0, const uint32_t* row1, const int* x0, const int* x1, const __m128i& scale_x, const __m128i& all_y, const __m128i& neg_y, const __m128i& alpha) argument
317 ProcessTwoPixelPairsDXDY(const uint32_t* row00, const uint32_t* row01, const uint32_t* row10, const uint32_t* row11, const int* xy0, const int* xy1, const __m128i& scale_x, const __m128i& all_y, const __m128i& neg_y, const __m128i& alpha) argument
628 __m128i all_y = _mm_unpackhi_epi8(all_xy, _mm_setzero_si128()); local
687 const __m128i all_y = _mm_set1_epi16(subY); local
[all...]
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c724 int all_y = tile_y_offset + y; local
725 if (all_y >= height) {
728 ix = all_y * width + tile_x_offset;
914 int all_y; local
917 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) {
918 int ix = all_y * xsize + tile_x_offset;
981 int all_y; local
984 for (all_y
[all...]
/external/webp/src/dsp/
H A Dlossless.c715 int all_y = tile_y_offset + y; local
716 if (all_y >= height) {
719 ix = all_y * width + tile_x_offset;
905 int all_y; local
908 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) {
909 int ix = all_y * xsize + tile_x_offset;
972 int all_y; local
975 for (all_y
[all...]

Completed in 89 milliseconds