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.cpp233 const __m128i& all_y, in ProcessTwoPixelPairs() argument
241 scale_x, all_y); in ProcessTwoPixelPairs()
407 const __m128i all_y = _mm_set1_epi16(sub_y); in S32_generic_D32_filter_DX_SSSE3() local
410 const __m128i neg_y = _mm_sub_epi16(sixteen_16bit, all_y); in S32_generic_D32_filter_DX_SSSE3()
431 scale_x, all_y, neg_y, alpha); in S32_generic_D32_filter_DX_SSSE3()
439 scale_x, all_y, neg_y, alpha); in S32_generic_D32_filter_DX_SSSE3()
470 __m128i sum1 = ProcessOnePixel(row1[x0], row1[x1], scale_x, all_y); in S32_generic_D32_filter_DX_SSSE3()
/external/webp/src/dsp/
Dlossless.c508 int all_y = tile_y_offset + y; in VP8LResidualImage() local
509 if (all_y >= height) { in VP8LResidualImage()
512 ix = all_y * width + tile_x_offset; in VP8LResidualImage()
719 int all_y; in GetBestColorTransformForTile() local
724 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) { in GetBestColorTransformForTile()
726 int ix = all_y * xsize + tile_x_offset; in GetBestColorTransformForTile()
755 int all_y; in GetBestColorTransformForTile() local
761 for (all_y = tile_y_offset; all_y < all_y_max; ++all_y) { in GetBestColorTransformForTile()
764 int ix = all_y * xsize + tile_x_offset; in GetBestColorTransformForTile()
874 int all_y = tile_y_offset + y; in VP8LColorSpaceTransform() local
[all …]