25 #ifndef AVCODEC_HEVCDSP_H
26 #define AVCODEC_HEVCDSP_H
30 #define MAX_PB_SIZE 64
57 void (*
idct[4])(int16_t *coeffs,
int col_limit);
62 int16_t *sao_offset_val,
int sao_left_class,
int width,
int height);
66 int16_t *sao_offset_val,
int sao_eo_class,
int width,
int height);
69 struct SAOParams *sao,
int *borders,
int _width,
int _height,
int c_idx,
77 int height,
int denom,
int wx,
int ox, intptr_t mx, intptr_t my,
int width);
84 int height,
int denom,
int wx0,
int wx1,
85 int ox0,
int ox1, intptr_t mx, intptr_t my,
int width);
92 int height,
int denom,
int wx,
int ox, intptr_t mx, intptr_t my,
int width);
98 int height,
int denom,
int wx0,
int ox0,
int wx1,
99 int ox1, intptr_t mx, intptr_t my,
int width);