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

/external/chromium_org/third_party/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp266 // @param all_y vector of 16 bit components containing the constant sub_y
285 const __m128i& all_y,
293 scale_x, all_y);
316 const __m128i& all_y,
326 scale_x, all_y);
492 const __m128i all_y = _mm_set1_epi16(sub_y); local
495 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y);
516 scale_x, all_y, neg_y, alpha);
524 scale_x, all_y, neg_y, alpha);
555 __m128i sum1 = ProcessOnePixel(row1[x0], row1[x1], scale_x, all_y);
280 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
309 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
619 __m128i all_y = _mm_unpackhi_epi8(all_xy, _mm_setzero_si128()); local
678 const __m128i all_y = _mm_set1_epi16(subY); local
[all...]
/external/skia/src/opts/
H A DSkBitmapProcState_opts_SSSE3.cpp266 // @param all_y vector of 16 bit components containing the constant sub_y
285 const __m128i& all_y,
293 scale_x, all_y);
316 const __m128i& all_y,
326 scale_x, all_y);
492 const __m128i all_y = _mm_set1_epi16(sub_y); local
495 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y);
516 scale_x, all_y, neg_y, alpha);
524 scale_x, all_y, neg_y, alpha);
555 __m128i sum1 = ProcessOnePixel(row1[x0], row1[x1], scale_x, all_y);
280 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
309 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
619 __m128i all_y = _mm_unpackhi_epi8(all_xy, _mm_setzero_si128()); local
678 const __m128i all_y = _mm_set1_epi16(subY); local
[all...]
/external/chromium_org/third_party/libwebp/dsp/
H A Dlossless.c651 int all_y = tile_y_offset + y; local
652 if (all_y >= height) {
655 ix = all_y * width + tile_x_offset;
903 int all_y; local
905 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) {
906 int ix = all_y * xsize + tile_x_offset;
933 int all_y; local
935 for (all_y
1047 int all_y = tile_y_offset + y; local
[all...]
/external/webp/src/dsp/
H A Dlossless.c651 int all_y = tile_y_offset + y; local
652 if (all_y >= height) {
655 ix = all_y * width + tile_x_offset;
903 int all_y; local
905 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) {
906 int ix = all_y * xsize + tile_x_offset;
933 int all_y; local
935 for (all_y
1047 int all_y = tile_y_offset + y; local
[all...]

Completed in 180 milliseconds