FFmpeg
|
#include <mpegvideoencdsp.h>
Data Fields | |
int(* | try_8x8basis )(int16_t rem[64], int16_t weight[64], int16_t basis[64], int scale) |
void(* | add_8x8basis )(int16_t rem[64], int16_t basis[64], int scale) |
int(* | pix_sum )(uint8_t *pix, int line_size) |
int(* | pix_norm1 )(uint8_t *pix, int line_size) |
void(* | shrink [4])(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) |
void(* | draw_edges )(uint8_t *buf, int wrap, int width, int height, int w, int h, int sides) |
Definition at line 32 of file mpegvideoencdsp.h.
int(* MpegvideoEncDSPContext::try_8x8basis) (int16_t rem[64], int16_t weight[64], int16_t basis[64], int scale) |
Definition at line 33 of file mpegvideoencdsp.h.
Definition at line 35 of file mpegvideoencdsp.h.
Definition at line 37 of file mpegvideoencdsp.h.
Definition at line 38 of file mpegvideoencdsp.h.
void(* MpegvideoEncDSPContext::shrink[4])(uint8_t *dst, int dst_wrap, const uint8_t *src, int src_wrap, int width, int height) |
Definition at line 40 of file mpegvideoencdsp.h.
void(* MpegvideoEncDSPContext::draw_edges) (uint8_t *buf, int wrap, int width, int height, int w, int h, int sides) |
Definition at line 43 of file mpegvideoencdsp.h.