Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Dfaxcompr.c130 const int *runend, int *mode) in decode_uncompressed()
165 if (*runs >= runend) { in decode_uncompressed()
182 if (*runs >= runend) { in decode_uncompressed()
197 if (*runs >= runend) { in decode_uncompressed()
208 const int *runend) in decode_group3_1d_line()
220 if (runs >= runend) { in decode_group3_1d_line()
237 ret = decode_uncompressed(avctx, gb, &pix_left, &runs, runend, &mode); in decode_group3_1d_line()
254 const int *runend, const int *ref) in decode_group3_2d_line()
298 if (runs >= runend) { in decode_group3_2d_line()
323 ret = decode_uncompressed(avctx, gb, &pix_left, &runs, runend, in decode_group3_2d_line()
128 decode_uncompressed(AVCodecContext *avctx, GetBitContext *gb, unsigned int *pix_left, int **runs, const int *runend, int *mode) decode_uncompressed() argument
206 decode_group3_1d_line(AVCodecContext *avctx, GetBitContext *gb, unsigned int pix_left, int *runs, const int *runend) decode_group3_1d_line() argument
252 decode_group3_2d_line(AVCodecContext *avctx, GetBitContext *gb, unsigned int width, int *runs, const int *runend, const int *ref) decode_group3_2d_line() argument
402 int *runs, *ref = NULL, *runend; ff_ccitt_unpack() local
[all...]

Completed in 2 milliseconds