#include "libavcodec/avcodec.h"
#include "libavcodec/dsputil.h"
#include "libavcodec/mpegvideo.h"
#include "dsputil_bfin.h"
Go to the source code of this file.
Functions | |
static int | dct_quantize_bfin (MpegEncContext *s, DCTELEM *block, int n, int qscale, int *overflow) |
void | MPV_common_init_bfin (MpegEncContext *s) |
static int dct_quantize_bfin | ( | MpegEncContext * | s, | |
DCTELEM * | block, | |||
int | n, | |||
int | qscale, | |||
int * | overflow | |||
) | [static] |
Definition at line 28 of file mpegvideo_bfin.c.
void MPV_common_init_bfin | ( | MpegEncContext * | s | ) |