Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/denoise/
Ddenoise.cpp97 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()
Ddenoise.h55 #define TAIL_OF_LINE8 (7) macro