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 76 of file anm.c.
Referenced by a64op_base(), a64op_base_imm(), a64op_base_mode(), a64op_base_n(), a64op_cond(), a64op_cond_val(), a64op_elem(), a64op_gpr_n(), a64op_gpr_size(), a64op_make_base(), a64op_make_gpr(), a64op_make_vec(), a64op_off(), a64op_post(), a64op_pre(), a64op_vec_el_count(), a64op_vec_el_size(), a64op_vec_idx_p1(), a64op_vec_n(), a64op_vec_num_regs(), a64op_vec_views(), a64op_w(), a64op_x(), aarch64_op_type(), aarch64_op_type_name(), aarch64_setup(), aarch64_setup_dither(), aarch64_setup_linear(), cdxl_decode_ham6(), cdxl_decode_ham8(), check_filter_4x4_h(), check_filter_fma(), check_pack_unpack(), checkasm_check_h264qpel(), checkasm_check_vp9_mc(), compile(), convert_to_aarch64_impl(), DECL_SETUP(), decode_0(), dxv_compress_dxt1(), dxv_decompress_dxt1(), dxv_decompress_dxt5(), extract_swizzle(), ff_h264_decode_ref_pic_list_reordering(), ff_sws_apply_op_q(), ff_sws_op_compile_tables(), ff_sws_op_desc(), ff_sws_op_list_append(), ff_sws_op_list_duplicate(), ff_sws_op_list_insert_at(), ff_sws_op_list_optimize(), ff_sws_op_list_print(), ff_sws_op_list_subpass(), ff_sws_op_list_update_comps(), ff_sws_op_type_name(), ff_sws_pack_op_decode(), ff_sws_setup_q(), ff_sws_setup_q4(), ff_sws_setup_u(), ff_sws_solve_shuffle(), filter_slice(), hscale_sizeof_weight(), imx_decode_frame(), libvorbis_encode_frame(), libvorbis_get_priming_samples(), lzss_uncompress(), main(), mxf_read_partition_pack(), normalize_clear(), oggvorbis_decode_frame(), op_commute_clear(), op_commute_filter(), op_commute_swizzle(), op_is_type_invariant(), op_match(), op_uninit(), print_node_insn(), print_op(), print_op_base(), print_op_cond(), print_op_gpr(), print_op_imm(), print_op_label(), print_op_name(), print_op_val(), print_op_vec(), propagate_flags(), 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(), rasm_op_imm(), rasm_op_imm_val(), rasm_op_label(), rasm_op_label_id(), rasm_op_new(), rasm_op_type(), register_op(), reinit_tables(), rw_pixel_bits(), rw_planes(), seqvideo_decode(), setup_clear(), setup_dither(), setup_filter_4x4_h(), setup_filter_h(), setup_linear(), setup_rw(), v_16b(), v_2d(), v_2s(), v_4h(), v_4s(), v_8b(), v_8h(), v_b(), v_d(), v_h(), v_q(), and v_s().