Revision b550bfaa libavcodec/armv4l/mpegvideo_iwmmxt.c
libavcodec/armv4l/mpegvideo_iwmmxt.c | ||
---|---|---|
18 | 18 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
19 | 19 |
*/ |
20 | 20 |
|
21 |
#include "../dsputil.h"
|
|
22 |
#include "../mpegvideo.h"
|
|
23 |
#include "../avcodec.h"
|
|
21 |
#include "dsputil.h" |
|
22 |
#include "mpegvideo.h" |
|
23 |
#include "avcodec.h" |
|
24 | 24 |
|
25 | 25 |
static void dct_unquantize_h263_intra_iwmmxt(MpegEncContext *s, |
26 | 26 |
DCTELEM *block, int n, int qscale) |
Also available in: Unified diff