Home | History | Annotate | Download | only in enc

Lines Matching defs:xbits

1212                                       int width, int height, int xbits) {
1238 VP8LBundleColorMap(tmp_row, width, xbits, dst);
1249 VP8LBundleColorMap(tmp_row, width, xbits, dst);
1269 int xbits;
1274 xbits = (palette_size <= 2) ? 3 : 2;
1276 xbits = (palette_size <= 16) ? 1 : 0;
1279 err = AllocateTransformBuffer(enc, VP8LSubSampleSize(width, xbits), height);
1284 palette, palette_size, width, height, xbits);