mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02:00
TIMER dummies for non-x86
Originally committed as revision 3343 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
de890c9bd1
commit
0187e9030a
@ -1281,6 +1281,9 @@ tend= rdtsc();\
|
|||||||
av_log(NULL, AV_LOG_DEBUG, "%Ld dezicycles in %s, %d runs, %d skips\n", tsum*10/tcount, id, tcount, tskip_count);\
|
av_log(NULL, AV_LOG_DEBUG, "%Ld dezicycles in %s, %d runs, %d skips\n", tsum*10/tcount, id, tcount, tskip_count);\
|
||||||
}\
|
}\
|
||||||
}
|
}
|
||||||
|
#else
|
||||||
|
#define START_TIMER
|
||||||
|
#define STOP_TIMER(id) {}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define CLAMP_TO_8BIT(d) ((d > 0xff) ? 0xff : (d < 0) ? 0 : d)
|
#define CLAMP_TO_8BIT(d) ((d > 0xff) ? 0xff : (d < 0) ? 0 : d)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user