FFmpeg
|
#include "libavutil/attributes.h"
#include "libavcodec/avcodec.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, int16_t *block, int n, int qscale, int *overflow) |
av_cold void | ff_MPV_common_init_bfin (MpegEncContext *s) |
|
static |
Definition at line 28 of file mpegvideo_bfin.c.
av_cold void ff_MPV_common_init_bfin | ( | MpegEncContext * | s | ) |
Definition at line 149 of file mpegvideo_bfin.c.
Referenced by ff_dct_common_init().