Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Danm.c83 int striplen = FFMIN(count, remaining); in op() local
85 if (bytestream2_get_bytes_left(gb) < striplen) in op()
87 bytestream2_get_bufferu(gb, *dst, striplen); in op()
89 memset(*dst, pixel, striplen); in op()
90 *dst += striplen; in op()
91 remaining -= striplen; in op()
92 count -= striplen; in op()

Completed in 1 milliseconds