/external/pdfium/core/fxge/dib/ |
D | cfx_scanlinecompositor.cpp | 1209 int src_g = FXARGB_G(argb); in CompositeRow_8bppRgb2Rgb_NoBlend() local 1220 *dest_scan++ = src_g; in CompositeRow_8bppRgb2Rgb_NoBlend() 1231 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, src_g, src_alpha); in CompositeRow_8bppRgb2Rgb_NoBlend() 1242 int src_g = FXARGB_G(argb); in CompositeRow_8bppRgb2Rgb_NoBlend() local 1247 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, src_g, clip_scan[col]); in CompositeRow_8bppRgb2Rgb_NoBlend() 1253 *dest_scan++ = src_g; in CompositeRow_8bppRgb2Rgb_NoBlend() 1280 int src_r, src_g, src_b; in CompositeRow_1bppRgb2Rgb_NoBlend() local 1283 src_g = set_g; in CompositeRow_1bppRgb2Rgb_NoBlend() 1287 src_g = reset_g; in CompositeRow_1bppRgb2Rgb_NoBlend() 1293 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, src_g, clip_scan[col]); in CompositeRow_1bppRgb2Rgb_NoBlend() [all …]
|
/external/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | format_utils.h | 508 simd4scalari src_g = _simd_extractf128_si(src_rg, 1); in Transpose() local 512 simd4scalari rg0 = SIMD128::unpacklo_epi16(src_r, src_g); in Transpose() 513 simd4scalari rg1 = SIMD128::unpackhi_epi16(src_r, src_g); in Transpose() 577 simd4scalari src_g = _simd_extractf128_si(src_rg, 1); in Transpose() local 581 simd4scalari rg0 = SIMD128::unpacklo_epi16(src_r, src_g); in Transpose() 582 simd4scalari rg1 = SIMD128::unpackhi_epi16(src_r, src_g); in Transpose()
|
/external/pdfium/core/fxge/agg/ |
D | fx_agg_driver.cpp | 72 int src_g = FXARGB_G(argb); in RgbByteOrderCompositeRect() local 88 *dest_scan++ = src_g; in RgbByteOrderCompositeRect() 103 FXARGB_MAKE(src_alpha, src_r, src_g, src_b)); in RgbByteOrderCompositeRect() 113 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, src_g, alpha_ratio); in RgbByteOrderCompositeRect() 123 *dest_scan = FXDIB_ALPHA_MERGE(*dest_scan, src_g, src_alpha); in RgbByteOrderCompositeRect()
|
/external/pdfium/core/fxcodec/codec/ |
D | fx_codec_progress.cpp | 1544 uint8_t src_g = 0; in ReSampleScanline() local 1546 std::tie(src_r, src_g, src_b) = in ReSampleScanline() 1550 des_g += pixel_weight * src_g; in ReSampleScanline() 1643 uint8_t src_g = 0; in ReSampleScanline() local 1645 std::tie(src_r, src_g, src_b) = in ReSampleScanline() 1649 des_g += pixel_weight * src_g; in ReSampleScanline()
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | row_neon.cc | 615 const uint8_t* src_g, in MergeRGBRow_NEON() argument 629 "+r"(src_g), // %1 in MergeRGBRow_NEON()
|
D | row_neon64.cc | 661 const uint8_t* src_g, in MergeRGBRow_NEON() argument 674 "+r"(src_g), // %1 in MergeRGBRow_NEON()
|
D | planar_functions.cc | 554 const uint8_t* src_g, in MergeRGBPlane() argument 563 void (*MergeRGBRow)(const uint8_t* src_r, const uint8_t* src_g, in MergeRGBPlane() 599 MergeRGBRow(src_r, src_g, src_b, dst_rgb, width); in MergeRGBPlane() 601 src_g += src_stride_g; in MergeRGBPlane()
|
D | row_gcc.cc | 3709 const uint8_t* src_g, in MergeRGBRow_SSSE3() argument 3754 "+r"(src_g), // %1 in MergeRGBRow_SSSE3()
|
D | row_common.cc | 2123 const uint8_t* src_g, in MergeRGBRow_C() argument 2130 dst_rgb[1] = src_g[x]; in MergeRGBRow_C()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | planar_functions.h | 125 const uint8_t* src_g,
|
D | row.h | 1399 const uint8_t* src_g, 1404 const uint8_t* src_g, 1409 const uint8_t* src_g, 1419 const uint8_t* src_g,
|
/external/webp/src/mux/ |
D | anim_encode.c | 374 const int src_g = (src >> 8) & 0xff; in PixelsAreSimilar() local 383 (abs(src_g - dst_g) * dst_a <= (max_allowed_diff * 255)) && in PixelsAreSimilar()
|