FFmpeg
Data Fields
XPSNRDSPContext Struct Reference

#include <xpsnr.h>

Data Fields

uint64_t(* sse_line )(const uint8_t *buf, const uint8_t *ref, const int w)
 
uint64_t(* highds_func )(const int x_act, const int y_act, const int w_act, const int h_act, const int16_t *o_m0, const int o)
 
uint64_t(* diff1st_func )(const uint32_t w_act, const uint32_t h_act, const int16_t *o_m0, int16_t *o_m1, const int o)
 
uint64_t(* diff2nd_func )(const uint32_t w_act, const uint32_t h_act, const int16_t *o_m0, int16_t *o_m1, int16_t *o_m2, const int o)
 

Detailed Description

Definition at line 39 of file xpsnr.h.

Field Documentation

◆ sse_line

uint64_t(* XPSNRDSPContext::sse_line) (const uint8_t *buf, const uint8_t *ref, const int w)

Definition at line 40 of file xpsnr.h.

◆ highds_func

uint64_t(* XPSNRDSPContext::highds_func) (const int x_act, const int y_act, const int w_act, const int h_act, const int16_t *o_m0, const int o)

Definition at line 41 of file xpsnr.h.

◆ diff1st_func

uint64_t(* XPSNRDSPContext::diff1st_func) (const uint32_t w_act, const uint32_t h_act, const int16_t *o_m0, int16_t *o_m1, const int o)

Definition at line 42 of file xpsnr.h.

◆ diff2nd_func

uint64_t(* XPSNRDSPContext::diff2nd_func) (const uint32_t w_act, const uint32_t h_act, const int16_t *o_m0, int16_t *o_m1, int16_t *o_m2, const int o)

Definition at line 43 of file xpsnr.h.


The documentation for this struct was generated from the following file: