Home | History | Annotate | Download | only in enc

Lines Matching refs:xsize

466     int xsize, int histo_bits, const VP8LBackwardRefs* const backward_refs,
469 const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits);
478 while (x >= xsize) {
479 x -= xsize;
923 int VP8LGetHistoImageSymbols(int xsize, int ysize,
931 const int histo_xsize = histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1;
947 HistogramBuild(xsize, histo_bits, refs, orig_histo);