Searched defs:F0 (Results 1 – 3 of 3) sorted by relevance
357 #define F0(x, y, z) (((x) & (y)) | ((z) & ((x) | (y)))) in sha256_process() macro
366 #define F0(x,y,z) ((x & y) | (z & (x | y))) in sha256_process() macro
2588 const CvMat* F0, CvSize imgSize, in cvStereoRectifyUncalibrated()