Searched refs:used_color (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dvdsubdec.c | 45 uint8_t used_color[256]; member 98 static int decode_rle(uint8_t *bitmap, int linesize, int w, int h, uint8_t used_color[256], in decode_rle() argument 129 used_color[color] = 1; in decode_rle() 371 memset(ctx->used_color, 0, sizeof(ctx->used_color)); in decode_dvd_subtitles() 382 if (decode_rle(bitmap, w * 2, w, (h + 1) / 2, ctx->used_color, in decode_dvd_subtitles() 385 if (decode_rle(bitmap + w, w * 2, w, h / 2, ctx->used_color, in decode_dvd_subtitles() 453 } else if (ctx->used_color[i]) in find_smallest_bounding_rectangle()
|
Completed in 2 milliseconds