]> git.sesse.net Git - x264/history - common/x86/dct-32.asm
dequant_4x4_dc assembly
[x264] / common / x86 / dct-32.asm
2008-08-21 Loren Merrittdrop support for x86_32 PIC.
2008-08-21 Loren Merrittuse permute macros in satd
2008-07-30 Holger LubitzRefactor asm macros part 1: DCT
2008-07-04 Fiona GlaserUpdate file headers throughout x264
2008-04-09 Loren Merrittfaster x86_32 dct8
2008-04-09 Loren Merrittmacros to deal with macros that permute their arguments
2008-03-20 Loren Merrittreduce zigzag arrays from int to int16_t
2008-03-16 Loren Merrittmerge x86_32 and x86_64 asm, with macros to abstract...