Home | History | Annotate | Download | only in opts

Lines Matching refs:a00

24                                                    SkPMColor a00, SkPMColor a01,
36 va0 = vdup_n_u32(a00); // duplicate a00
41 tmp1 = vmull_u8(vreinterpret_u8_u32(va0), v16_y); // tmp1 = [a01|a00] * (16-y)
50 tmp = vmla_u16(tmp, vget_low_u16(tmp1), v16_x); // tmp += a00 * (16-x)
58 SkPMColor a00, SkPMColor a01,
71 va0 = vdup_n_u32(a00); // duplicate a00
76 tmp1 = vmull_u8(vreinterpret_u8_u32(va0), v16_y); // tmp1 = [a01|a00] * (16-y)
85 tmp = vmla_u16(tmp, vget_low_u16(tmp1), v16_x); // tmp += a00 * (16-x)