Home | History | Annotate | Download | only in enc

Lines Matching refs:VP8LSubSampleSize

420   const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits);
872 const int histo_xsize = histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1;
873 const int histo_ysize = histo_bits ? VP8LSubSampleSize(ysize, histo_bits) : 1;