aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/x86/huffyuvencdsp.asm
Commit message (Expand)AuthorAgeFilesLines
* avcodec/x86/huffyuvencdsp: Remove obsolete MMX functionAndreas Rheinhardt2022-06-221-9/+0
* avcodec/huffyuvdspenc : add diff_int16 AVX2 funcMartin Vignali2017-11-211-0/+4
* avcodec/huffyuvdspenc : reorganize diff_int16Martin Vignali2017-11-211-7/+17
* avcodec/huffyuvdsp(enc) : move duplicate macro to a template fileMartin Vignali2017-11-211-54/+2
* Merge commit '7abdd026df6a9a52d07d8174505b33cc89db7bf6'James Almer2017-09-261-1/+1
* huffyuvencdsp: move shared functions to a new lossless_videoencdsp contextJames Almer2017-01-121-122/+2
* huffyuvencdsp: move functions only used by huffyuv from lossless_videodspJames Almer2017-01-121-0/+113
* huffyuvencdsp: Undefine "i" macro after each useTimothy Gu2016-02-071-0/+3
* huffyuvencdsp: Cherry pick changes left out in the last commitTimothy Gu2015-10-211-3/+3
* huffyuvencdsp: Add ff_diff_bytes_{sse2,avx2}Timothy Gu2015-10-211-18/+92
* huffyuvencdsp: Convert ff_diff_bytes_mmx to yasmTimothy Gu2015-10-201-0/+73