check_pixelcmp   2079 source/test/pixelharness.cpp         if (!check_pixelcmp(ref.pu[part].satd, opt.pu[part].satd))
check_pixelcmp   2088 source/test/pixelharness.cpp         if (!check_pixelcmp(ref.pu[part].sad, opt.pu[part].sad))
check_pixelcmp   2226 source/test/pixelharness.cpp             if (!check_pixelcmp(ref.chroma[i].pu[part].satd, opt.chroma[i].pu[part].satd))
check_pixelcmp   2284 source/test/pixelharness.cpp                 if (!check_pixelcmp(ref.chroma[i].cu[part].sa8d, opt.chroma[i].cu[part].sa8d))
check_pixelcmp   2329 source/test/pixelharness.cpp             if (!check_pixelcmp(ref.cu[i].sa8d, opt.cu[i].sa8d))
check_pixelcmp     72 source/test/pixelharness.h     bool check_pixelcmp(pixelcmp_t ref, pixelcmp_t opt);