comparison avcodec.h @ 3524:419409926166 libavcodec

some MMX optimizations for the CAVS decoder
author stefang
date Sat, 29 Jul 2006 08:45:33 +0000
parents 39302c85a59e
children 5a3d790ebbed
comparison
equal deleted inserted replaced
3523:7407a264d243 3524:419409926166
1192 #define FF_IDCT_SIMPLEARM 10 1192 #define FF_IDCT_SIMPLEARM 10
1193 #define FF_IDCT_H264 11 1193 #define FF_IDCT_H264 11
1194 #define FF_IDCT_VP3 12 1194 #define FF_IDCT_VP3 12
1195 #define FF_IDCT_IPP 13 1195 #define FF_IDCT_IPP 13
1196 #define FF_IDCT_XVIDMMX 14 1196 #define FF_IDCT_XVIDMMX 14
1197 #define FF_IDCT_CAVS 15
1197 1198
1198 /** 1199 /**
1199 * slice count. 1200 * slice count.
1200 * - encoding: set by lavc 1201 * - encoding: set by lavc
1201 * - decoding: set by user (or 0) 1202 * - decoding: set by user (or 0)