Searched defs:WebPAuxStats (Results 1 – 1 of 1) sorted by relevance
33 typedef struct WebPAuxStats WebPAuxStats; typedef207 struct WebPAuxStats { struct208 int coded_size; // final size210 float PSNR[5]; // peak-signal-to-noise ratio for Y/U/V/All/Alpha211 int block_count[3]; // number of intra4/intra16/skipped macroblocks212 int header_bytes[2]; // approximate number of bytes spent for header214 int residual_bytes[3][4]; // approximate number of bytes spent for216 int segment_size[4]; // number of macroblocks in each segments217 int segment_quant[4]; // quantizer values for each segments218 int segment_level[4]; // filtering strength for each segments [0..63][all …]