Searched refs:setdc (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dv_error_marker_bsf.c | 34 static void setdc(uint8_t *b, const uint8_t color_rgba[4], int cblocks, int y_step, int v_step, int… in setdc() function 57 setdc(s->marked_block, s->color_rgba, 1, 14, 10, 10); in dv_error_marker_init() 58 setdc(s->marked_block, s->color_rgba, 2, 10, 10, 8); in dv_error_marker_init()
|