Struct mozjpeg_sys::JQUANT_TBL [] [src]

#[repr(C)]
pub struct JQUANT_TBL { pub quantval: [u16; 64], // some fields omitted }

Fields

This array gives the coefficient quantizers in natural array order (not the zigzag order in which they are stored in a JPEG DQT marker). CAUTION: IJG versions prior to v6a kept this array in zigzag order.

Trait Implementations

impl Default for JQUANT_TBL
[src]

[src]

Returns the "default value" for a type. Read more