Searched refs:sampling_bits (Results 1 – 1 of 1) sorted by relevance
116 uint32_t sampling_bits) { in VP8LSubSampleSize() argument117 return (size + (1 << sampling_bits) - 1) >> sampling_bits; in VP8LSubSampleSize()