Searched defs:WebPAuxStats (Results 1 – 2 of 2) sorted by relevance
33 typedef struct WebPAuxStats WebPAuxStats; typedef199 struct WebPAuxStats { struct200 int coded_size; // final size202 float PSNR[5]; // peak-signal-to-noise ratio for Y/U/V/All/Alpha203 int block_count[3]; // number of intra4/intra16/skipped macroblocks204 int header_bytes[2]; // approximate number of bytes spent for header206 int residual_bytes[3][4]; // approximate number of bytes spent for208 int segment_size[4]; // number of macroblocks in each segments209 int segment_quant[4]; // quantizer values for each segments210 int segment_level[4]; // filtering strength for each segments [0..63][all …]