Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavcodec/
H A Diff.c465 static void decodeplane8(uint8_t *dst, const uint8_t *buf, int buf_size, int plane) in decodeplane8() function
1576 decodeplane8(row, buf, FFMIN(s->planesize, buf_end - buf), plane); in decode_frame()
1589 decodeplane8(s->ham_buf, start, FFMIN(s->planesize, buf_end - start), plane); in decode_frame()
1616 decodeplane8(row, buf, FFMIN(s->planesize, buf_end - buf), plane); in decode_frame()
1625 decodeplane8(s->ham_buf, buf, FFMIN(s->planesize, buf_end - buf), plane); in decode_frame()
1676 decodeplane8(row, s->planebuf, s->planesize, plane); in decode_frame()
1700 decodeplane8(s->ham_buf, s->planebuf, s->planesize, plane); in decode_frame()
1739 decodeplane8(row, buf, FFMIN(s->planesize, buf_end - buf), plane); in decode_frame()
1752 decodeplane8(s->ham_buf, start, FFMIN(s->planesize, buf_end - start), plane); in decode_frame()
1769 decodeplane8(ro in decode_frame()
[all...]

Completed in 3 milliseconds