Home | History | Annotate | Download | only in opts

Lines Matching full:widen

253                   "vmovl.u8   q11, d24                        \n\t"   // widen red to 16 bits
254 "vmovl.u8 q12, d25 \n\t" // widen green to 16 bits
255 "vmovl.u8 q14, d27 \n\t" // widen alpha to 16 bits
256 "vmovl.u8 q13, d26 \n\t" // widen blue to 16 bits
348 "vaddl.u8 q8, d0, d31 \n\t" // add in dither to red and widen
349 "vaddl.u8 q9, d1, d30 \n\t" // add in dither to green and widen
350 "vaddl.u8 q10, d2, d31 \n\t" // add in dither to blue and widen
367 // subtract dst from src and widen
579 * byte-sized (pun intended) pieces that we widen/multiply/shift
594 /* get 64 bits of src, widen it, multiply by src_scale */