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 75 of file anm.c.
Referenced by add_conv_layer(), add_maximum_layer(), add_pad_layer(), 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(), get_expected(), libvorbis_encode_frame(), load_native_model(), lzss_uncompress(), mxf_read_partition_pack(), oggvorbis_decode_frame(), pulse_finish_context_operation(), pulse_finish_stream_operation(), pulse_flash_stream(), pulse_set_mute(), pulse_set_pause(), pulse_set_volume(), pulse_subscribe_events(), pulse_update_sink_info(), pulse_update_sink_input_info(), reinit_tables(), seqvideo_decode(), test(), test_broadcast_input0(), test_broadcast_input1(), and test_no_broadcast().