#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 | ff_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 ff_MPV_common_init_bfin | ( | MpegEncContext * | s | ) | 
 1.5.8