Searched refs:draw_dc (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | vsrc_mptestsrc.c | 134 static void draw_dc(uint8_t *dst, int dst_linesize, int color, int w, int h) in draw_dc() function 171 draw_dc(dst + x + y*dst_linesize, dst_linesize, color, 8, 8); in dc_test() 236 draw_dc(dst + x + y*dst_linesize, dst_linesize, ((x+y)&16) ? color : -color, 16, 16); in ring1_test()
|