TUT HEVC Encoder
Typedefs
optimized_sad_func_ptr_t.h File Reference
#include "kvazaar.h"
Include dependency graph for optimized_sad_func_ptr_t.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef uint32_t(* optimized_sad_func_ptr_t) (const kvz_pixel *const, const kvz_pixel *const, const int32_t, const uint32_t, const uint32_t)
 

Typedef Documentation

◆ optimized_sad_func_ptr_t

typedef uint32_t(* optimized_sad_func_ptr_t) (const kvz_pixel *const, const kvz_pixel *const, const int32_t, const uint32_t, const uint32_t)
Parameters
data1Picture block pointer
data2Reference block pointer
heightScan block height
stride1Picture block stride
stride2Reference block stride