Home
last modified time | relevance | path

Searched refs:all_y (Results 1 – 2 of 2) sorted by relevance

/external/skia/src/opts/
DSkBitmapProcState_opts_SSSE3.cpp293 const __m128i& all_y, in ProcessTwoPixelPairs() argument
301 scale_x, all_y); in ProcessTwoPixelPairs()
324 const __m128i& all_y, in ProcessTwoPixelPairsDXDY() argument
334 scale_x, all_y); in ProcessTwoPixelPairsDXDY()
501 const __m128i all_y = _mm_set1_epi16(sub_y); in S32_generic_D32_filter_DX_SSSE3() local
504 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y); in S32_generic_D32_filter_DX_SSSE3()
525 scale_x, all_y, neg_y, alpha); in S32_generic_D32_filter_DX_SSSE3()
533 scale_x, all_y, neg_y, alpha); in S32_generic_D32_filter_DX_SSSE3()
564 __m128i sum1 = ProcessOnePixel(row1[x0], row1[x1], scale_x, all_y); in S32_generic_D32_filter_DX_SSSE3()
628 __m128i all_y = _mm_unpackhi_epi8(all_xy, _mm_setzero_si128()); in S32_generic_D32_filter_DXDY_SSSE3() local
[all …]
/external/opencv3/3rdparty/libwebp/dsp/
Dlossless.c651 int all_y = tile_y_offset + y; in VP8LResidualImage() local
652 if (all_y >= height) { in VP8LResidualImage()
655 ix = all_y * width + tile_x_offset; in VP8LResidualImage()
903 int all_y; in GetBestColorTransformForTile() local
905 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) { in GetBestColorTransformForTile()
906 int ix = all_y * xsize + tile_x_offset; in GetBestColorTransformForTile()
933 int all_y; in GetBestColorTransformForTile() local
935 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) { in GetBestColorTransformForTile()
937 int ix = all_y * xsize + tile_x_offset; in GetBestColorTransformForTile()
1047 int all_y = tile_y_offset + y; in VP8LColorSpaceTransform() local
[all …]