Home | History | Annotate | Download | only in src

Lines Matching full:a12

962     double  A12 = matrix[1], b1 = matrix[2];                                \
970 int xs = CV_FLT_TO_FIX( A12*y + b1, ICV_WARP_SHIFT ); \
1234 float A11 = (float)matrix[0], A12 = (float)matrix[1], A13 = (float)matrix[2];\
1243 float xs0 = A12*y + A13; \