Searched refs:put_pixel (Results 1 – 5 of 5) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | proresdsp.c | 41 static inline void put_pixel(uint16_t *dst, ptrdiff_t linesize, const int16_t *in, int bits_per_raw… 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/ |
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()
|
D | utils.c | 160 static void put_pixel(int x, int y, int r, int g, int b) in put_pixel() function
|
D | rotozoom.c | 107 put_pixel(i, j, in gen_image()
|
/third_party/ffmpeg/doc/ |
D | optimization.txt | 100 use the normal put_pixel* code, but only if there is
|