Searched refs:m_uiType (Results 1 – 2 of 2) sorted by relevance
49 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()
101 …uint16_t m_uiType; //do denoising on which component 1-Y, 2-U, 4-V; 7-Y… variable