#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.
Definition at line 149 of file mpegvideo_bfin.c.
Referenced by ff_dct_common_init().