summaryrefslogtreecommitdiffstats
path: root/libavcodec/cabac.h
Commit message (Expand)AuthorAgeFilesLines
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* misc spelling fixesDiego Biurrun2007-06-121-1/+1
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-301-1/+1
* split h264.c to move parser in its own fileAurelien Jacobs2007-05-101-0/+6
* Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun2007-05-051-1/+1
* Mark code parts that cannot work on AMD64 due to broken relocations as such.Diego Biurrun2007-04-271-5/+5
* 10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE.Diego Biurrun2007-04-261-5/+5
* Update preprocessor directive comments to take recent changes to this fileDiego Biurrun2007-04-141-3/+3
* Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris2007-03-291-2/+2
* use av_noinline instead of __attribute((noinline))Aurelien Jacobs2007-02-231-1/+1
* rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configureMåns Rullgård2007-01-271-3/+3
* replace a few hardcoded numbers with their correct named onesMichael Niedermayer2007-01-131-8/+8
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-2/+2
* PIC fixMichael Niedermayer2006-11-271-1/+1
* Reenable AMD64 optimizations for cabac accidentially disabled in r6852Reimar Döffinger2006-11-011-8/+5
* Add ARCH_X86_32 as a new define for 32 bit x86 architectures and changeDiego Biurrun2006-11-011-5/+5
* Fix compilation with PIC enabled, BRANCHLESS_GET_CABAC is defined underDiego Biurrun2006-10-291-2/+2
* CABAC assembler optimizations ported to AMD64Reimar Döffinger2006-10-231-52/+64
* decode_significance_8x8_x86()Michael Niedermayer2006-10-201-0/+56
* Protect code that uses CMOV instructions with HAVE_CMOV,Guillaume Poirier2006-10-201-2/+1
* another instruction less in decode_significance_x86() -> 1% faster ion P3Michael Niedermayer2006-10-201-3/+2
* 1 instruction lessMichael Niedermayer2006-10-201-1/+2
* reordering instructions a little in decode_significance_x86() -> 2 instructio...Michael Niedermayer2006-10-201-7/+5
* factorize get_cabac asm (0.5% slower but its much cleaner)Michael Niedermayer2006-10-201-168/+59
* Fix PIC compilation, some defines were under #ifdef !PIC but usedBernhard Rosenkränzer2006-10-191-3/+3
* unused variableMichael Niedermayer2006-10-191-1/+0
* optimize sign decoding code in decode_residual()Michael Niedermayer2006-10-191-0/+81
* Kill a warning with MSVCJindřich Makovička2006-10-181-2/+3
* x86 asm version of the decode significance loop (not 8x8) of decode_residual(...Michael Niedermayer2006-10-171-0/+165
* cosmetic (%%eax->%0)Michael Niedermayer2006-10-171-10/+10
* Fix crash with illegal instruction, cmov is available on 686 and later only.Diego Biurrun2006-10-161-1/+1
* Expand some #endif comments.Diego Biurrun2006-10-161-2/+2
* fix !CMOV_IS_FAST case (iam not really happy with the fix but i didnt come up...Michael Niedermayer2006-10-161-1/+2
* 10lMichael Niedermayer2006-10-151-1/+1
* this code will not work with PIC as it needs 7 registers and gcc doesnt suppo...Michael Niedermayer2006-10-151-1/+1
* shift CABACContext.range right, this reduces the number of shifts needed in g...Michael Niedermayer2006-10-151-46/+48
* dehack *ps_state indexing in the branchless decoderMichael Niedermayer2006-10-131-2/+3
* add "memory" to the clobber list we change memory so we need it, this also fi...Michael Niedermayer2006-10-121-2/+2
* prevent "mb level" get_cabac() calls from being inlined (3% faster decode_mb_...Michael Niedermayer2006-10-121-1/+9
* adds some useful comments after some of the #else, #elseif,Guillaume Poirier2006-10-121-8/+8
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-1/+1
* slightly faster on P3 slightly slower on athlon and probably faster on P4Michael Niedermayer2006-10-111-0/+10
* moving lps state transition code a little up in the branched asm code (1% fas...Michael Niedermayer2006-10-111-2/+2
* write cabac low and range variables as early as possible to prevent stalls fr...Michael Niedermayer2006-10-111-3/+4
* use ecx instead of cl (no speed change on P3 but might avoid partial register...Michael Niedermayer2006-10-111-4/+4
* make state transition tables global as they are constant and the code is slig...Michael Niedermayer2006-10-111-19/+14
* 10lMichael Niedermayer2006-10-111-2/+2
* make lps_range a global table its constant anyway (saves 1 addition for acces...Michael Niedermayer2006-10-111-15/+11
* enable CMOV_IS_FAST as its faster or equal speed on every cpu (duron, athlon,...Michael Niedermayer2006-10-111-0/+1
* BRANCHLESS_CABAD --> BRANCHLESS_CABAC_DECODERDiego Biurrun2006-10-101-3/+3
OpenPOWER on IntegriCloud