Kodi Documentation  18.0
Kodi is an open source media player and entertainment hub.
CConvolutionKernel Class Reference

#include <ConvolutionKernels.h>

Public Member Functions

 CConvolutionKernel (ESCALINGMETHOD method, int size)
 
 ~CConvolutionKernel ()
 
int GetSize ()
 
float * GetFloatPixels ()
 
uint8_tGetIntFractPixels ()
 
uint8_tGetUint8Pixels ()
 

Constructor & Destructor Documentation

§ CConvolutionKernel()

CConvolutionKernel::CConvolutionKernel ( ESCALINGMETHOD  method,
int  size 
)

§ ~CConvolutionKernel()

CConvolutionKernel::~CConvolutionKernel ( )

Member Function Documentation

§ GetFloatPixels()

float* CConvolutionKernel::GetFloatPixels ( )
inline

§ GetIntFractPixels()

uint8_t* CConvolutionKernel::GetIntFractPixels ( )
inline

§ GetSize()

int CConvolutionKernel::GetSize ( )
inline

§ GetUint8Pixels()

uint8_t* CConvolutionKernel::GetUint8Pixels ( )
inline

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