Lines Matching refs:GY
29 %define GY 0x4087
66 ; bgr_Ycoeff_12x4: times 2 dw BY, GY, 0, BY
67 ; bgr_Ycoeff_3x56: times 2 dw RY, 0, GY, RY
68 ; rgb_Ycoeff_12x4: times 2 dw RY, GY, 0, RY
69 ; rgb_Ycoeff_3x56: times 2 dw BY, 0, GY, BY
81 ; rgba_Ycoeff_ga: times 4 dw GY, 0
82 ; rgba_Ycoeff_ag: times 4 dw 0, GY
179 pmaddwd m0, coeff1 ; (dword) { B0*BY + G0*GY, B1*BY, B2*BY + G2*GY, B3*BY }
180 pmaddwd m1, coeff2 ; (dword) { R0*RY, G1+GY + R1*RY, R2*RY, G3+GY + R3*RY }
181 pmaddwd m2, coeff1 ; (dword) { B4*BY + G4*GY, B5*BY, B6*BY + G6*GY, B7*BY }
182 pmaddwd m3, coeff2 ; (dword) { R4*RY, G5+GY + R5*RY, R6*RY, G7+GY + R7*RY }
183 paddd m0, m1 ; (dword) { Bx*BY + Gx*GY + Rx*RY }[0-3]
184 paddd m2, m3 ; (dword) { Bx*BY + Gx*GY + Rx*RY }[4-7]
364 pmaddwd m0, m6 ; (dword) { Gx*GY }[0-3]
366 pmaddwd m2, m6 ; (dword) { Gx*GY }[4-7]
385 pmaddwd m0, m6 ; (dword) { Gx*GY }[0-3]