comparison avcodec.h @ 5618:ad0ab0eebd69 libavcodec

add simple_idct implemented in Sparc VIS patch by Balatoni Denes % dbalatoni A interware P hu% Original thread: Messages starting with: [PATCH] SPARC VIS simple_idct *
author gpoirier
date Thu, 30 Aug 2007 19:18:23 +0000
parents 027c48595fa1
children 327f714d69c0
comparison
equal deleted inserted replaced
5617:4051bdeecabf 5618:ad0ab0eebd69
1279 #define FF_IDCT_IPP 13 1279 #define FF_IDCT_IPP 13
1280 #define FF_IDCT_XVIDMMX 14 1280 #define FF_IDCT_XVIDMMX 14
1281 #define FF_IDCT_CAVS 15 1281 #define FF_IDCT_CAVS 15
1282 #define FF_IDCT_SIMPLEARMV5TE 16 1282 #define FF_IDCT_SIMPLEARMV5TE 16
1283 #define FF_IDCT_SIMPLEARMV6 17 1283 #define FF_IDCT_SIMPLEARMV6 17
1284 #define FF_IDCT_SIMPLEVIS 18
1284 1285
1285 /** 1286 /**
1286 * slice count 1287 * slice count
1287 * - encoding: Set by libavcodec. 1288 * - encoding: Set by libavcodec.
1288 * - decoding: Set by user (or 0). 1289 * - decoding: Set by user (or 0).