Home
last modified time | relevance | path

Searched refs:blockWidth (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/img/hwcomposer/merrifield/test/
Dnv12_ved_test.cpp33 const int blockWidth = w > 16 ? w / 16 : 1; in fillYUVBuffer() local
43 int parityX = (x / blockWidth) & 1; in fillYUVBuffer()