Searched defs:vsrc_g (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp627 uint8x8_t vsrc_r, vsrc_g, vsrc_b; local
657 vsrc_g = vsrc.val[NEON_G];
660 vsrc565_g = vshr_n_u8(vsrc_g, 6); // calc. green >> 6
664 vsrc_dit_g = vaddl_u8(vsrc_g, vdither_g); // add in dither to green and widen
/external/skia/src/opts/
H A DSkBlitRow_opts_arm_neon.cpp529 uint8x8_t vsrc_r, vsrc_g, vsrc_b; local
559 vsrc_g = vsrc.val[NEON_G];
562 vsrc565_g = vshr_n_u8(vsrc_g, 6); // calc. green >> 6
566 vsrc_dit_g = vaddl_u8(vsrc_g, vdither_g); // add in dither to green and widen

Completed in 98 milliseconds