Home | History | Annotate | Download | only in enc

Lines Matching refs:xbits

879                          int width, int height, int xbits, uint8_t* row) {
900 VP8LBundleColorMap(row, width, xbits, dst);
922 VP8LBundleColorMap(row, width, xbits, dst);
944 int xbits;
949 xbits = (palette_size <= 2) ? 3 : 2;
951 xbits = (palette_size <= 16) ? 1 : 0;
954 err = AllocateTransformBuffer(enc, VP8LSubSampleSize(width, xbits), height);
962 palette, palette_size, width, height, xbits, row);