Searched refs:PADDING_COLOR (Results 1 - 1 of 1) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | xsubenc.c | 36 #define PADDING_COLOR 0 macro 60 int x0, x1, y, len, color = PADDING_COLOR; in xsub_encode_rle() 75 if (color == PADDING_COLOR) { in xsub_encode_rle() 79 put_xsub_rle(pb, PADDING, PADDING_COLOR); in xsub_encode_rle() 83 if (x1 == w && color == PADDING_COLOR) { in xsub_encode_rle() 91 if (color != PADDING_COLOR && (PADDING + (w&1))) in xsub_encode_rle() 92 put_xsub_rle(pb, PADDING + (w&1), PADDING_COLOR); in xsub_encode_rle() 196 put_xsub_rle(&pb, h->rects[0]->w, PADDING_COLOR); in xsub_encode()
|
Completed in 1 milliseconds