comparison avcodec.h @ 4427:765df9cbb2b3 libavcodec

ARMv6 SIMD IDCT
author mru
date Sun, 28 Jan 2007 21:32:08 +0000
parents cce4bdb0e322
children 99e960878498
comparison
equal deleted inserted replaced
4426:65ef5fd314ad 4427:765df9cbb2b3
1232 #define FF_IDCT_VP3 12 1232 #define FF_IDCT_VP3 12
1233 #define FF_IDCT_IPP 13 1233 #define FF_IDCT_IPP 13
1234 #define FF_IDCT_XVIDMMX 14 1234 #define FF_IDCT_XVIDMMX 14
1235 #define FF_IDCT_CAVS 15 1235 #define FF_IDCT_CAVS 15
1236 #define FF_IDCT_SIMPLEARMV5TE 16 1236 #define FF_IDCT_SIMPLEARMV5TE 16
1237 #define FF_IDCT_SIMPLEARMV6 17
1237 1238
1238 /** 1239 /**
1239 * slice count. 1240 * slice count.
1240 * - encoding: set by lavc 1241 * - encoding: set by lavc
1241 * - decoding: set by user (or 0) 1242 * - decoding: set by user (or 0)