DiracDSPContext Struct Reference

#include <diracdsp.h>


Data Fields

void(* dirac_hpel_filter )(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, uint8_t *src, int stride, int width, int height)
void(* put_dirac_pixels_tab [3][4])(uint8_t *dst, const uint8_t *src[5], int stride, int h)
 dirac_pixels_tab[width][subpel] width is 2 for 32, 1 for 16, 0 for 8 subpel is 0 for fpel and hpel (only need to copy from the first plane in src) 1 if an average of the first 2 planes is needed (TODO: worth it?) 2 for general qpel (avg of 4) 3 for general epel (biweight of 4 using the weights in src[4]) src[0-3] is each of the hpel planes src[4] is the 1/8 pel weights if needed
void(* avg_dirac_pixels_tab [3][4])(uint8_t *dst, const uint8_t *src[5], int stride, int h)
void(* put_signed_rect_clamped )(uint8_t *dst, int dst_stride, const int16_t *src, int src_stride, int width, int height)
void(* put_rect_clamped )(uint8_t *dst, int dst_stride, const int16_t *src, int src_stride, int width, int height)
void(* add_rect_clamped )(uint8_t *dst, const uint16_t *src, int stride, const int16_t *idwt, int idwt_stride, int width, int height)
void(* add_dirac_obmc [3])(uint16_t *dst, const uint8_t *src, int stride, const uint8_t *obmc_weight, int yblen)
dirac_weight_func weight_dirac_pixels_tab [3]
dirac_biweight_func biweight_dirac_pixels_tab [3]


Detailed Description

Definition at line 29 of file diracdsp.h.


Field Documentation

void(* DiracDSPContext::add_dirac_obmc[3])(uint16_t *dst, const uint8_t *src, int stride, const uint8_t *obmc_weight, int yblen)

void(* DiracDSPContext::add_rect_clamped)(uint8_t *dst, const uint16_t *src, int stride, const int16_t *idwt, int idwt_stride, int width, int height)

void(* DiracDSPContext::avg_dirac_pixels_tab[3][4])(uint8_t *dst, const uint8_t *src[5], int stride, int h)

Definition at line 50 of file diracdsp.h.

Referenced by ff_diracdsp_init(), and select_dsp_funcs().

void(* DiracDSPContext::dirac_hpel_filter)(uint8_t *dsth, uint8_t *dstv, uint8_t *dstc, uint8_t *src, int stride, int width, int height)

void(* DiracDSPContext::put_dirac_pixels_tab[3][4])(uint8_t *dst, const uint8_t *src[5], int stride, int h)

dirac_pixels_tab[width][subpel] width is 2 for 32, 1 for 16, 0 for 8 subpel is 0 for fpel and hpel (only need to copy from the first plane in src) 1 if an average of the first 2 planes is needed (TODO: worth it?) 2 for general qpel (avg of 4) 3 for general epel (biweight of 4 using the weights in src[4]) src[0-3] is each of the hpel planes src[4] is the 1/8 pel weights if needed

Referenced by ff_diracdsp_init_mmx(), and select_dsp_funcs().

void(* DiracDSPContext::put_rect_clamped)(uint8_t *dst, int dst_stride, const int16_t *src, int src_stride, int width, int height)

void(* DiracDSPContext::put_signed_rect_clamped)(uint8_t *dst, int dst_stride, const int16_t *src, int src_stride, int width, int height)

Definition at line 49 of file diracdsp.h.

Referenced by ff_diracdsp_init(), and select_dsp_funcs().


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

Generated on Fri Oct 26 02:46:16 2012 for FFmpeg by  doxygen 1.5.8