FFmpeg
|
#include <binkdsp.h>
Data Fields | |
void(* | idct_put )(uint8_t *dest, int line_size, int32_t *block) |
void(* | idct_add )(uint8_t *dest, int line_size, int32_t *block) |
void(* | scale_block )(const uint8_t src[64], uint8_t *dst, int linesize) |
void(* | add_pixels8 )(uint8_t *av_restrict pixels, int16_t *block, int line_size) |
Definition at line 35 of file binkdsp.h.
Referenced by bink_decode_plane(), binkb_decode_plane(), and ff_binkdsp_init().
Definition at line 36 of file binkdsp.h.
Referenced by bink_decode_plane(), binkb_decode_plane(), and ff_binkdsp_init().
Definition at line 37 of file binkdsp.h.
Referenced by bink_decode_plane(), and ff_binkdsp_init().
Definition at line 38 of file binkdsp.h.
Referenced by bink_decode_plane(), binkb_decode_plane(), and ff_binkdsp_init().