Searched refs:blockWidth (Results 1 – 1 of 1) sorted by relevance
33 const int blockWidth = w > 16 ? w / 16 : 1; in fillYUVBuffer() local43 int parityX = (x / blockWidth) & 1; in fillYUVBuffer()