Deluxe Paint Animation decoder.
Definition in file anm.c.
Perform decode operation.
- Parameters
-
dst | pointer to destination image buffer |
dst_end | pointer to end of destination image buffer |
gb | GetByteContext (optional, see below) |
pixel | Fill color (optional, see below) |
count | Pixel count |
x | Pointer to x-axis counter |
width | Image width |
linesize | Destination image buffer linesize |
- Returns
- non-zero if destination buffer is exhausted
a copy operation is achieved when 'gb' is set a fill operation is achieved when 'gb' is null and pixel is >= 0 a skip operation is achieved when 'gb' is null and pixel is < 0
Definition at line 78 of file anm.c.
Referenced by cdxl_decode_ham6(), cdxl_decode_ham8(), check_mc(), checkasm_check_h264qpel(), decode_0(), dxv_decompress_dxt1(), dxv_decompress_dxt5(), ff_h264_decode_ref_pic_list_reordering(), filter_slice(), libvorbis_encode_frame(), main(), mxf_read_partition_pack(), oggvorbis_decode_frame(), pulse_flash_stream(), pulse_set_mute(), pulse_set_pause(), pulse_set_volume(), pulse_subscribe_events(), pulse_update_sink_info(), pulse_update_sink_input_info(), and seqvideo_decode().