Mercurial > libavcodec.hg
comparison avcodec.h @ 8335:f19fe0cade86 libavcodec
ARM: NEON optimised simple_idct
| author | mru |
|---|---|
| date | Mon, 15 Dec 2008 22:12:37 +0000 |
| parents | 2e654989814e |
| children | 0030146fc2ba |
comparison
equal
deleted
inserted
replaced
| 8334:6bdd6dfc3574 | 8335:f19fe0cade86 |
|---|---|
| 1388 #define FF_IDCT_SIMPLEARMV6 17 | 1388 #define FF_IDCT_SIMPLEARMV6 17 |
| 1389 #define FF_IDCT_SIMPLEVIS 18 | 1389 #define FF_IDCT_SIMPLEVIS 18 |
| 1390 #define FF_IDCT_WMV2 19 | 1390 #define FF_IDCT_WMV2 19 |
| 1391 #define FF_IDCT_FAAN 20 | 1391 #define FF_IDCT_FAAN 20 |
| 1392 #define FF_IDCT_EA 21 | 1392 #define FF_IDCT_EA 21 |
| 1393 #define FF_IDCT_SIMPLENEON 22 | |
| 1393 | 1394 |
| 1394 /** | 1395 /** |
| 1395 * slice count | 1396 * slice count |
| 1396 * - encoding: Set by libavcodec. | 1397 * - encoding: Set by libavcodec. |
| 1397 * - decoding: Set by user (or 0). | 1398 * - decoding: Set by user (or 0). |
