Home
last modified time | relevance | path

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

/third_party/openh264/codec/processing/src/denoise/
Ddenoise.cpp49 m_uiType = DENOISE_ALL_COMPONENT; in CDenoiser()
80 if (m_uiType & DENOISE_Y_COMPONENT) in Process()
83 if (m_uiType & DENOISE_U_COMPONENT) in Process()
86 if (m_uiType & DENOISE_V_COMPONENT) in Process()
Ddenoise.h101 …uint16_t m_uiType; //do denoising on which component 1-Y, 2-U, 4-V; 7-Y… variable