Dali: ScImage -- Tcl Commands


Table of Contents


Allocation



sc_new w h



sc_free scImage



sc_clip scImage x y w h



sc_reclip scImage x y w h clipped

Initialization



sc_copy src dest



sc_copy_dc_ac src dest

Decoding



sc_i_to_byte scImage dest



sc_p_to_y scImage v prev dest
sc_p_to_uv scImage v prev dest



sc_b_to_y scImage fwd bwd past future dest
sc_b_to_uv scImage fwd bwd past future dest



sc_dequantize scIn qScale qTable scOut



sc_non_i_dequantize scIn qScale qTable niqTable scOut

Encoding



byte_to_sc byteImage scImage



sc_quantize scIn qScale qTable scOut



byte_to_sc_i byte qScale qTable sc



byte_y_to_sc_p curr prev fmv qScale qTable niqTable sc
byte_uv_to_sc_p curr prev fmv qScale qTable niqTable sc



byte_y_to_sc_b curr prev next fmv bmv qScale qTable niqTable sc
byte_uv_to_sc_b curr prev next fmv bmv qScale qTable niqTable sc

Queries



sc_get_x scImage
sc_get_y scImage
sc_get_width scImage
sc_get_height scImage
sc_get_virtual scImage


See Also

ByteImage , VectorImage , JPEG , MPEG


Last updated : Saturday, November 14, 1998, 08:31 PM