You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
avcodec/tak*: use cached bitstream reader on !x86_32
Increases single thread decoding speed in one example from 85x to 90x
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
#include "libavutil/crc.h"
|
||||
#include "libavutil/intreadwrite.h"
|
||||
|
||||
#define CACHED_BITSTREAM_READER !ARCH_X86_32
|
||||
#define BITSTREAM_READER_LE
|
||||
#include "tak.h"
|
||||
|
||||
|
@@ -24,6 +24,7 @@
|
||||
* TAK parser
|
||||
**/
|
||||
|
||||
#define CACHED_BITSTREAM_READER !ARCH_X86_32
|
||||
#define BITSTREAM_READER_LE
|
||||
#include "parser.h"
|
||||
#include "tak.h"
|
||||
|
@@ -29,6 +29,7 @@
|
||||
#include "libavutil/mem_internal.h"
|
||||
#include "libavutil/samplefmt.h"
|
||||
|
||||
#define CACHED_BITSTREAM_READER !ARCH_X86_32
|
||||
#define BITSTREAM_READER_LE
|
||||
#include "audiodsp.h"
|
||||
#include "thread.h"
|
||||
|
Reference in New Issue
Block a user