Searched refs:dst_g (Results 1 – 3 of 3) sorted by relevance
/external/skia/src/opts/ |
D | SkBlitRow_opts_arm_neon.cpp | 1331 uint16x8_t dst_r, dst_g, dst_b; in S32A_D565_Opaque_Dither_neon() local 1383 dst_g = vshrq_n_u16(vshlq_n_u16(dst8, SK_R16_BITS), SK_R16_BITS + SK_B16_BITS); in S32A_D565_Opaque_Dither_neon() 1392 dst_g = vmlaq_u16(vshll_n_u8(sg,3), dst_g, scale8); in S32A_D565_Opaque_Dither_neon() 1397 dst8 = vsliq_n_u16(dst8, vshrq_n_u16(dst_g, 5), 5); in S32A_D565_Opaque_Dither_neon()
|
/external/libvpx/libvpx/third_party/libyuv/include/libyuv/ |
D | convert_from_argb.h | 149 uint8* dst_g, int dst_stride_g,
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | planar_functions.cc | 1979 void (*ARGBToYJRow)(const uint8* src_argb, uint8* dst_g, int pix) = in ARGBSobelize()
|