Home
last modified time | relevance | path

Searched refs:transp_color (Results 1 - 1 of 1) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Ddvdsubdec.c428 const uint8_t *transp_color) in is_transp()
432 if (!transp_color[*buf]) in is_transp()
442 uint8_t transp_color[256] = { 0 }; in find_smallest_bounding_rectangle() local
452 transp_color[i] = 1; in find_smallest_bounding_rectangle()
460 1, s->rects[0]->w, transp_color)) in find_smallest_bounding_rectangle()
470 s->rects[0]->w, transp_color)) in find_smallest_bounding_rectangle()
474 s->rects[0]->h, transp_color)) in find_smallest_bounding_rectangle()
478 transp_color)) in find_smallest_bounding_rectangle()
427 is_transp(const uint8_t *buf, int pitch, int n, const uint8_t *transp_color) is_transp() argument

Completed in 2 milliseconds