Searched defs:pixelCount (Results 1 – 7 of 7) sorted by relevance
82 static void preMultipliedBGRAtoRGB(const unsigned char* pixels, unsigned pixelCount, unsigned char*… in preMultipliedBGRAtoRGB()92 static void RGBAtoRGB(const unsigned char* pixels, unsigned pixelCount, unsigned char* output) in RGBAtoRGB()
50 static void preMultipliedBGRAtoRGBA(const void* pixels, int pixelCount, unsigned char* output) in preMultipliedBGRAtoRGBA()
57 size_t pixelCount = picture->height * picture->width; in rgbPictureImport() local
220 int pixelCount = w * h; in compute_diff() local
734 const int pixelCount = pixelRow * pixelCol; in test_3_by_3() local845 const int pixelCount = pixelRow * pixelCol; in test_arbitrary_3_by_3() local