File | Last Change |
---|---|
../ | |
x86_64_asm/ | |
x86_asm/ | |
ppc_asm/ | |
ia64_asm/ | |
mem_transfer.c | 1.16 (19 years ago) by suxen_drol: Field interlaced decoding, contributed by Christoph Kuehnel decoder.c ========= - Some new defines for DIV - <decoder_mb_decode> modified: had wrong address offsets for interlaced - <decoder_mbinter_field> = new function for interlaced - <get_motion_vector_interlaced> = new function for interlaced motion vector prediction - <decoder_pframe> modified so that it differs between frame and field prediction global.h ======== - For field motion prediction MACORBLOCK has new member that is the average of field1 and field2 motion vector = <mvs_avg> xvid.c ====== - For field predicted macroblocks we need new field oriented transfer functions. For colour calculations they may only process 4 lines (one field from the colour macroblock that is 8x8). So I introduced 4 new function pointers: <transfer8x4_copy, interpolate8x4_ ...) mbcoding.c ========== - _DEBUG code; index is checked against 64 interpolate8x8.[c,h,asm] =========================== - New 8x4 functions mbpredicition.[c,h] =============== - New function <get_pmv2_interlaced> for interlaced prediciton according to spec mem_transfer.[c,h,asm] ============== - New 8x4 function |
mbtransquant.c | 1.33 (13 years ago) by Isibaar: PSNRHVSM R-D optimization |
mbfunctions.h | 1.21 (15 years ago) by Isibaar: Unified elf64/win64 X86_64 support |
mem_transfer.h | 1.18 (15 years ago) by Isibaar: Unified elf64/win64 X86_64 support |
emms.h | 1.17 (15 years ago) by Isibaar: WIN64 XMM6/XMM7 bench and asm optimization patch by Andrew Dunstan |
timer.h | 1.11 (18 years ago) by suxen_drol: cleanings in code spotted by sparse (ed dot gomez at free dot fr> |
emms.c | 1.11 (18 years ago) by suxen_drol: cleanings in code spotted by sparse (ed dot gomez at free dot fr> |
timer.c | 1.9 (20 years ago) by edgomez: xvidcore 1.0.0 rc3 merge back to HEAD |
mem_align.c | 1.16 (20 years ago) by edgomez: xvidcore 1.0.0 rc3 merge back to HEAD |
mem_align.h | 1.8 (20 years ago) by edgomez: xvidcore 1.0.0 rc3 merge back to HEAD |