UNPKG

image-in-browser

Version:

Package for encoding / decoding images, transforming images, applying filters, drawing primitives on images on the client side (no need for server Node.js)

17 lines (16 loc) 293 B
/** @format */ /** * Top/Left Contexts used for syntax-parsing */ export declare class VP8MB { /** * Non-zero AC/DC coefficients. * 4 bits for luma and 4 bits for chroma. */ nz: number; /** * Non-zero DC coefficient. * 1 bit. */ nzDc: number; }