Home
last modified time | relevance | path

Searched defs:put_pixel (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dproresdsp.c41 static inline void put_pixel(uint16_t *dst, ptrdiff_t linesize, const int16_t *in, int bits_per_raw… in put_pixel() function
/third_party/ffmpeg/tests/
Dutils.c160 static void put_pixel(int x, int y, int r, int g, int b) in put_pixel() function