Searched refs:histo_xsize (Results 1 – 2 of 2) sorted by relevance
561 const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits); in HistogramBuild() local568 const int ix = (y >> histo_bits) * histo_xsize + (x >> histo_bits); in HistogramBuild()1178 const int histo_xsize = histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1; in VP8LGetHistoImageSymbols() local1180 const int image_histo_raw_size = histo_xsize * histo_ysize; in VP8LGetHistoImageSymbols()
716 const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1; in StoreImageToBitMask() local731 histogram_ix = histogram_symbols[(y >> histo_bits) * histo_xsize + in StoreImageToBitMask()