Searched refs:histo_xsize (Results 1 – 2 of 2) sorted by relevance
562 const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits); in HistogramBuild() local569 const int ix = (y >> histo_bits) * histo_xsize + (x >> histo_bits); in HistogramBuild()1179 const int histo_xsize = histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1; in VP8LGetHistoImageSymbols() local1181 const int image_histo_raw_size = histo_xsize * histo_ysize; in VP8LGetHistoImageSymbols()
738 const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1; in StoreImageToBitMask() local753 histogram_ix = histogram_symbols[(y >> histo_bits) * histo_xsize + in StoreImageToBitMask()