Searched refs:put_pixel (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | proresdsp.c | 41 static inline void put_pixel(uint16_t *dst, ptrdiff_t linesize, const int16_t *in, int bits_per_raw_sample) { in put_pixel() function 59 put_pixel(dst, linesize, in, 10); in put_pixels_10() 64 put_pixel(dst, linesize, in, 12); in put_pixels_12()
|
/third_party/ffmpeg/tests/ |
H A D | videogen.c | 108 put_pixel(x, y, r, g, b); in gen_image() 119 put_pixel(x + NOISE_X, y + NOISE_Y, r, g, b); in gen_image() 136 put_pixel(x + p->x, y + p->y, r, g, b); in gen_image()
|
H A D | utils.c | 160 static void put_pixel(int x, int y, int r, int g, int b) in put_pixel() function
|
H A D | rotozoom.c | 107 put_pixel(i, j, in gen_image()
|
Completed in 2 milliseconds