Searched refs:histo_xsize (Results 1 – 4 of 4) sorted by relevance
340 const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits); in HistogramBuildImage() local345 const int ix = (y >> histo_bits) * histo_xsize + (x >> histo_bits); in HistogramBuildImage()487 const int histo_xsize = histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1; in VP8LGetHistoImageSymbols() local489 const int histo_image_raw_size = histo_xsize * histo_ysize; in VP8LGetHistoImageSymbols()
431 const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1; in StoreImageToBitMask() local436 (y >> histo_bits) * histo_xsize + in StoreImageToBitMask()
420 const int histo_xsize = VP8LSubSampleSize(xsize, histo_bits); in HistogramBuild() local426 const int ix = (y >> histo_bits) * histo_xsize + (x >> histo_bits); in HistogramBuild()872 const int histo_xsize = histo_bits ? VP8LSubSampleSize(xsize, histo_bits) : 1; in VP8LGetHistoImageSymbols() local874 const int image_histo_raw_size = histo_xsize * histo_ysize; in VP8LGetHistoImageSymbols()
684 const int histo_xsize = histo_bits ? VP8LSubSampleSize(width, histo_bits) : 1; in StoreImageToBitMask() local699 histogram_ix = histogram_symbols[(y >> histo_bits) * histo_xsize + in StoreImageToBitMask()