|
void(* | intra_cclm_pred )(const struct VVCLocalContext *lc, int x0, int y0, int w, int h) |
|
void(* | lmcs_scale_chroma )(struct VVCLocalContext *lc, int *dst, const int *coeff, int w, int h, int x0_cu, int y0_cu) |
|
void(* | intra_pred )(const struct VVCLocalContext *lc, int x0, int y0, int w, int h, int c_idx) |
|
void(* | pred_planar )(uint8_t *src, const uint8_t *top, const uint8_t *left, int w, int h, ptrdiff_t stride) |
|
void(* | pred_mip )(uint8_t *src, const uint8_t *top, const uint8_t *left, int w, int h, ptrdiff_t stride, int mode_id, int is_transpose) |
|
void(* | pred_dc )(uint8_t *src, const uint8_t *top, const uint8_t *left, int w, int h, ptrdiff_t stride) |
|
void(* | pred_v )(uint8_t *src, const uint8_t *_top, int w, int h, ptrdiff_t stride) |
|
void(* | pred_h )(uint8_t *src, const uint8_t *_left, int w, int h, ptrdiff_t stride) |
|
void(* | pred_angular_v )(uint8_t *src, const uint8_t *_top, const uint8_t *_left, int w, int h, ptrdiff_t stride, int c_idx, int mode, int ref_idx, int filter_flag, int need_pdpc) |
|
void(* | pred_angular_h )(uint8_t *src, const uint8_t *_top, const uint8_t *_left, int w, int h, ptrdiff_t stride, int c_idx, int mode, int ref_idx, int filter_flag, int need_pdpc) |
|
Definition at line 107 of file dsp.h.