FFmpeg
|
#include "avcodec.h"
#include "idctdsp.h"
#include "mpegvideo.h"
#include "msmpeg4_vc1_data.h"
#include "wmv2.h"
Go to the source code of this file.
Functions | |
av_cold void | ff_wmv2_common_init (MpegEncContext *s) |
void | ff_mspel_motion (MpegEncContext *s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, uint8_t *const *ref_picture, op_pixels_func(*pix_op)[4], int motion_x, int motion_y, int h) |
av_cold void ff_wmv2_common_init | ( | MpegEncContext * | s | ) |
Definition at line 28 of file wmv2.c.
Referenced by wmv2_decode_init(), and wmv2_encode_init().
void ff_mspel_motion | ( | MpegEncContext * | s, |
uint8_t * | dest_y, | ||
uint8_t * | dest_cb, | ||
uint8_t * | dest_cr, | ||
uint8_t *const * | ref_picture, | ||
op_pixels_func(*) | pix_op[4], | ||
int | motion_x, | ||
int | motion_y, | ||
int | h | ||
) |
Definition at line 50 of file wmv2.c.
Referenced by mpv_motion_internal().