Searched refs:blockHeight (Results 1 – 1 of 1) sorted by relevance
34 const int blockHeight = h > 16 ? h / 16 : 1; in fillYUVBuffer() local44 int parityY = (y / blockHeight) & 1; in fillYUVBuffer()