webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | List of all members
webrtc::NoiseEstimation Class Reference

#include <noise_estimation.h>

Public Member Functions

void Init (int width, int height, CpuType cpu_type)
 
void GetNoise (int mb_index, uint32_t var, uint32_t luma)
 
void ResetConsecLowVar (int mb_index)
 
void UpdateNoiseLevel ()
 
uint8_t GetNoiseLevel ()
 
void Init (int width, int height, CpuType cpu_type)
 
void GetNoise (int mb_index, uint32_t var, uint32_t luma)
 
void ResetConsecLowVar (int mb_index)
 
void UpdateNoiseLevel ()
 
uint8_t GetNoiseLevel ()
 

Member Function Documentation

◆ GetNoise() [1/2]

void webrtc::NoiseEstimation::GetNoise ( int  mb_index,
uint32_t  var,
uint32_t  luma 
)

◆ GetNoise() [2/2]

void webrtc::NoiseEstimation::GetNoise ( int  mb_index,
uint32_t  var,
uint32_t  luma 
)

◆ GetNoiseLevel() [1/2]

uint8_t webrtc::NoiseEstimation::GetNoiseLevel ( )

◆ GetNoiseLevel() [2/2]

uint8_t webrtc::NoiseEstimation::GetNoiseLevel ( )

◆ Init() [1/2]

void webrtc::NoiseEstimation::Init ( int  width,
int  height,
CpuType  cpu_type 
)

◆ Init() [2/2]

void webrtc::NoiseEstimation::Init ( int  width,
int  height,
CpuType  cpu_type 
)

◆ ResetConsecLowVar() [1/2]

void webrtc::NoiseEstimation::ResetConsecLowVar ( int  mb_index)

◆ ResetConsecLowVar() [2/2]

void webrtc::NoiseEstimation::ResetConsecLowVar ( int  mb_index)

◆ UpdateNoiseLevel() [1/2]

void webrtc::NoiseEstimation::UpdateNoiseLevel ( )

◆ UpdateNoiseLevel() [2/2]

void webrtc::NoiseEstimation::UpdateNoiseLevel ( )

The documentation for this class was generated from the following files: