Searched refs:coeff_mask3 (Results 1 - 1 of 1) sorted by relevance

/external/skia/src/opts/
H A DSkBitmapProcState_arm_neon.cpp98 uint8x8_t coeff_mask3 = vcreate_u8(0x0706070607060706); local
117 coeff3 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask3));
373 uint8x8_t coeff_mask3 = vcreate_u8(0x0706070607060706); local
409 coeff3 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask3));
446 coeff3 = vreinterpret_s16_u8(vtbl1_u8(vreinterpret_u8_s16(coeffs), coeff_mask3));

Completed in 28 milliseconds