Searched refs:is_transp (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | dvdsubdec.c | 427 static int is_transp(const uint8_t *buf, int pitch, int n, in is_transp() function 459 while (y1 < s->rects[0]->h && is_transp(s->rects[0]->data[0] + y1 * s->rects[0]->linesize[0], in find_smallest_bounding_rectangle() 469 while (y2 > 0 && is_transp(s->rects[0]->data[0] + y2 * s->rects[0]->linesize[0], 1, in find_smallest_bounding_rectangle() 473 while (x1 < (s->rects[0]->w - 1) && is_transp(s->rects[0]->data[0] + x1, s->rects[0]->linesize[0], in find_smallest_bounding_rectangle() 477 while (x2 > 0 && is_transp(s->rects[0]->data[0] + x2, s->rects[0]->linesize[0], s->rects[0]->h, in find_smallest_bounding_rectangle()
|
Completed in 2 milliseconds