Searched refs:TAIL_OF_LINE8 (Results 1 – 2 of 2) sorted by relevance
97 for (w = m_uiSpaceRadius; w < iWidth - m_uiSpaceRadius - TAIL_OF_LINE8; w += 8) { in BilateralDenoiseLuma()112 for (w = UV_WINDOWS_RADIUS; w < iWidth - UV_WINDOWS_RADIUS - TAIL_OF_LINE8; w += 8) { in WaverageDenoiseChroma()
55 #define TAIL_OF_LINE8 (7) macro