summaryrefslogtreecommitdiff
path: root/libavcodec/x86/v210enc.asm
Commit message (Expand)AuthorAgeFilesLines
* avcodec/x86/v210enc: change '0b' binary constant prefix to 'b' suffixJames Darnley2022-12-031-2/+2
* avcodec/x86/v210enc: remove unneeded instructionJames Darnley2022-12-011-1/+0
* avcodec/x86/v210enc: expand and correct commentsJames Darnley2022-12-011-4/+4
* avcodec/v210enc: add new 10-bit function for avx512 avx512iclJames Darnley2022-12-011-0/+99
* avcodec/x86/v210enc: replace register use with named registerJames Darnley2022-12-011-1/+1
* avcodec/v210enc: add new function for avx2 avx512 avx512iclJames Darnley2022-11-041-2/+78
* Merge commit 'eafb05fcf37cd19a910ca3b17824384f9006bc0a'Derek Buitenhuis2016-02-161-0/+6
|\
| * v210: x86: Add the correct guards around the asm codeLuca Barbato2016-01-261-0/+6
| * v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-12-051-0/+145
* avcodec/v210: guard new avx2 functions from old assemblersJames Darnley2016-01-171-0/+6
* avcodec/v210: add avx2 version of the 10-bit line encoderJames Darnley2016-01-171-5/+15
* avcodec/v210: add avx2 version of the 8-bit line encoderJames Darnley2016-01-171-17/+31
* avcodec/x86: add missing colon to labelsJames Almer2015-07-261-2/+2
* x86: lavc: share more constant through definesChristophe Gisquet2015-02-071-3/+6
* v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-11-261-0/+145