Lines Matching refs:OP
28 #define H264_CHROMA_MC(OPNAME, OP)\ argument
43 OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1]));\
51 OP(dst[0], (A*src[0] + E*src[step+0]));\
57 OP(dst[0], (A*src[0]));\
78 OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1]));\
79 OP(dst[1], (A*src[1] + B*src[2] + C*src[stride+1] + D*src[stride+2]));\
87 OP(dst[0], (A*src[0] + E*src[step+0]));\
88 OP(dst[1], (A*src[1] + E*src[step+1]));\
94 OP(dst[0], A * src[0]);\
95 OP(dst[1], A * src[1]);\
117 OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1]));\
118 OP(dst[1], (A*src[1] + B*src[2] + C*src[stride+1] + D*src[stride+2]));\
119 OP(dst[2], (A*src[2] + B*src[3] + C*src[stride+2] + D*src[stride+3]));\
120 OP(dst[3], (A*src[3] + B*src[4] + C*src[stride+3] + D*src[stride+4]));\
128 OP(dst[0], (A*src[0] + E*src[step+0]));\
129 OP(dst[1], (A*src[1] + E*src[step+1]));\
130 OP(dst[2], (A*src[2] + E*src[step+2]));\
131 OP(dst[3], (A*src[3] + E*src[step+3]));\
137 OP(dst[0], A * src[0]);\
138 OP(dst[1], A * src[1]);\
139 OP(dst[2], A * src[2]);\
140 OP(dst[3], A * src[3]);\
162 OP(dst[0], (A*src[0] + B*src[1] + C*src[stride+0] + D*src[stride+1]));\
163 OP(dst[1], (A*src[1] + B*src[2] + C*src[stride+1] + D*src[stride+2]));\
164 OP(dst[2], (A*src[2] + B*src[3] + C*src[stride+2] + D*src[stride+3]));\
165 OP(dst[3], (A*src[3] + B*src[4] + C*src[stride+3] + D*src[stride+4]));\
166 OP(dst[4], (A*src[4] + B*src[5] + C*src[stride+4] + D*src[stride+5]));\
167 OP(dst[5], (A*src[5] + B*src[6] + C*src[stride+5] + D*src[stride+6]));\
168 OP(dst[6], (A*src[6] + B*src[7] + C*src[stride+6] + D*src[stride+7]));\
169 OP(dst[7], (A*src[7] + B*src[8] + C*src[stride+7] + D*src[stride+8]));\
177 OP(dst[0], (A*src[0] + E*src[step+0]));\
178 OP(dst[1], (A*src[1] + E*src[step+1]));\
179 OP(dst[2], (A*src[2] + E*src[step+2]));\
180 OP(dst[3], (A*src[3] + E*src[step+3]));\
181 OP(dst[4], (A*src[4] + E*src[step+4]));\
182 OP(dst[5], (A*src[5] + E*src[step+5]));\
183 OP(dst[6], (A*src[6] + E*src[step+6]));\
184 OP(dst[7], (A*src[7] + E*src[step+7]));\
190 OP(dst[0], A * src[0]);\
191 OP(dst[1], A * src[1]);\
192 OP(dst[2], A * src[2]);\
193 OP(dst[3], A * src[3]);\
194 OP(dst[4], A * src[4]);\
195 OP(dst[5], A * src[5]);\
196 OP(dst[6], A * src[6]);\
197 OP(dst[7], A * src[7]);\