|
FFmpeg
|
#include "mpegvideo.h"Go to the source code of this file.
Functions | |
| int | ff_wmv2_decode_secondary_picture_header (struct H263DecContext *const h) |
| void | ff_wmv2_add_mb (MpegEncContext *s, int16_t block[6][64], uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr) |
| void | ff_mspel_motion (MPVContext *const s, uint8_t *dest_y, uint8_t *dest_cb, uint8_t *dest_cr, uint8_t *const *ref_picture, const op_pixels_func(*pix_op)[4], int motion_x, int motion_y, int h) |
| int ff_wmv2_decode_secondary_picture_header | ( | struct H263DecContext *const | h | ) |
Definition at line 448 of file wmv2dec.c.
Referenced by ff_h263_decode_frame().
| void ff_wmv2_add_mb | ( | MpegEncContext * | s, |
| int16_t | block[6][64], | ||
| uint8_t * | dest_y, | ||
| uint8_t * | dest_cb, | ||
| uint8_t * | dest_cr | ||
| ) |
Definition at line 298 of file wmv2dec.c.
Referenced by mpv_reconstruct_mb_internal().
| void ff_mspel_motion | ( | MPVContext *const | s, |
| uint8_t * | dest_y, | ||
| uint8_t * | dest_cb, | ||
| uint8_t * | dest_cr, | ||
| uint8_t *const * | ref_picture, | ||
| const op_pixels_func(*) | pix_op[4], | ||
| int | motion_x, | ||
| int | motion_y, | ||
| int | h | ||
| ) |
Definition at line 182 of file wmv2dec.c.
Referenced by mpv_motion_internal().
1.8.17