comparison avcodec.h @ 3769:cf04e15a72ac libavcodec

ARMv5TE optimized IDCT
author mru
date Tue, 26 Sep 2006 20:26:22 +0000
parents 6e7dc8fa5f70
children e25069d292fb
comparison
equal deleted inserted replaced
3768:c540147303fa 3769:cf04e15a72ac
1216 #define FF_IDCT_H264 11 1216 #define FF_IDCT_H264 11
1217 #define FF_IDCT_VP3 12 1217 #define FF_IDCT_VP3 12
1218 #define FF_IDCT_IPP 13 1218 #define FF_IDCT_IPP 13
1219 #define FF_IDCT_XVIDMMX 14 1219 #define FF_IDCT_XVIDMMX 14
1220 #define FF_IDCT_CAVS 15 1220 #define FF_IDCT_CAVS 15
1221 #define FF_IDCT_SIMPLEARMV5TE 16
1221 1222
1222 /** 1223 /**
1223 * slice count. 1224 * slice count.
1224 * - encoding: set by lavc 1225 * - encoding: set by lavc
1225 * - decoding: set by user (or 0) 1226 * - decoding: set by user (or 0)