#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 | |
| void | ff_bfin_fdct (DCTELEM *block) attribute_l1_text |
| 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] |
| void ff_bfin_fdct | ( | DCTELEM * | block | ) |
| void MPV_common_init_bfin | ( | MpegEncContext * | s | ) |
1.5.8