H A D | iff.c | 552 * @param buf_end the EOF of source byterun1 compressed bitstream 809 const uint8_t *buf, const uint8_t *buf_end, in decode_short_horizontal_delta() 819 bytestream2_init(&ptrs, buf, buf_end - buf); in decode_short_horizontal_delta() 829 if (ofssrc >= buf_end - buf) in decode_short_horizontal_delta() 832 bytestream2_init(&gb, buf + ofssrc, buf_end - (buf + ofssrc)); in decode_short_horizontal_delta() 862 const uint8_t *buf, const uint8_t *buf_end, in decode_byte_vertical_delta() 872 bytestream2_init(&ptrs, buf, buf_end - buf); in decode_byte_vertical_delta() 881 if (ofssrc >= buf_end - buf) in decode_byte_vertical_delta() 884 bytestream2_init(&gb, buf + ofssrc, buf_end - (buf + ofssrc)); in decode_byte_vertical_delta() 929 const uint8_t *buf, const uint8_t *buf_end, in decode_delta_j() 808 decode_short_horizontal_delta(uint8_t *dst, const uint8_t *buf, const uint8_t *buf_end, int w, int bpp, int dst_size) decode_short_horizontal_delta() argument 861 decode_byte_vertical_delta(uint8_t *dst, const uint8_t *buf, const uint8_t *buf_end, int w, int xor, int bpp, int dst_size) decode_byte_vertical_delta() argument 928 decode_delta_j(uint8_t *dst, const uint8_t *buf, const uint8_t *buf_end, int w, int h, int bpp, int dst_size) decode_delta_j() argument 1039 decode_short_vertical_delta(uint8_t *dst, const uint8_t *buf, const uint8_t *buf_end, int w, int bpp, int dst_size) decode_short_vertical_delta() argument 1107 decode_long_vertical_delta(uint8_t *dst, const uint8_t *buf, const uint8_t *buf_end, int w, int bpp, int dst_size) decode_long_vertical_delta() argument 1193 decode_short_vertical_delta2(uint8_t *dst, const uint8_t *buf, const uint8_t *buf_end, int w, int bpp, int dst_size) decode_short_vertical_delta2() argument 1253 decode_long_vertical_delta2(uint8_t *dst, const uint8_t *buf, const uint8_t *buf_end, int w, int bpp, int dst_size) decode_long_vertical_delta2() argument 1335 decode_delta_d(uint8_t *dst, const uint8_t *buf, const uint8_t *buf_end, int w, int flag, int bpp, int dst_size) decode_delta_d() argument 1394 decode_delta_e(uint8_t *dst, const uint8_t *buf, const uint8_t *buf_end, int w, int flag, int bpp, int dst_size) decode_delta_e() argument 1449 decode_delta_l(uint8_t *dst, const uint8_t *buf, const uint8_t *buf_end, int w, int flag, int bpp, int dst_size) decode_delta_l() argument 1534 const uint8_t *buf_end = buf + buf_size; decode_frame() local [all...] |