Home | History | Annotate | Download | only in libpixelflinger

Lines Matching refs:q11

75                                                 // q11 = dst blue1
84 vshl.u16 q12, q11, #5 // shift dst green1 to top 6 bits
86 vshr.u16 q13, q11, #11 // shift dst red1 to low 5 bits
89 vand q11, q11, q14 // extract dst blue1
95 vmul.u16 q11, q11, q3 // multiply dst blue1 by src alpha
101 vadd.u16 q11, q11, q2 // add src blue to dst blue1
106 vshr.u16 q11, q11, #8 // shift down blue1
108 vsli.u16 q11, q12, #5 // shift & insert green1 into blue1
109 vsli.u16 q11, q13, #11 // shift & insert red1 into blue1