Searched refs:check_pixel (Results 1 – 3 of 3) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vb.c | 79 static inline int check_pixel(uint8_t *buf, uint8_t *start, uint8_t *end) in check_pixel() function 167 if (pattern & 1 && check_pixel(prev + x + y*width, pstart, pend)) in vb_decode_framedata()
|
/third_party/skia/tests/ |
D | WritePixelsTest.cpp | 159 static bool check_pixel(SkPMColor a, SkPMColor b, bool didPremulConversion) { in check_pixel() function 246 if (!check_pixel(bmpPMColor, canvasPixel, mul)) { in check_write()
|
/third_party/flutter/skia/tests/ |
D | WritePixelsTest.cpp | 159 static bool check_pixel(SkPMColor a, SkPMColor b, bool didPremulConversion) { in check_pixel() function 246 if (!check_pixel(bmpPMColor, canvasPixel, mul)) { in check_write()
|