[svn] / trunk / xvidcore / src / utils / mem_transfer.c Repository:
ViewVC logotype

Log of /trunk/xvidcore/src/utils/mem_transfer.c

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 1988 - (view) (download) (annotate) - [select for diffs]
Modified Wed May 18 09:10:05 2011 UTC (12 years, 10 months ago) by Isibaar
File length: 7163 byte(s)
Diff to previous 1632 , to selected 195
enabled auto-props property

Revision 1632 - (view) (download) (annotate) - [select for diffs]
Modified Tue Sep 13 12:12:15 2005 UTC (18 years, 6 months ago) by suxen_drol
File length: 7222 byte(s)
Diff to previous 1627 , to selected 195
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

Revision 1627 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 1 10:53:46 2005 UTC (18 years, 8 months ago) by Isibaar
File length: 6686 byte(s)
Diff to previous 1620 , to selected 195
 * Writing pointed data is always better than memory
   addresses (Patch by GomGom)
 * Trivial style thingies (Patch by GomGom)
 * No width and height declared in write_tga bug
   (Patch by GomGom, spotted by Paul Kurucz
    ptk9417 at ritvax.isc.rit.edu)

Revision 1620 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 14 13:58:21 2005 UTC (18 years, 9 months ago) by Skal
File length: 6685 byte(s)
Diff to previous 1612 , to selected 195
	+ Aligned local arrays in test_transfer() of xvid_bench.c
	+ optimized the C-version of mem_transfer.c. You can activate
	the new code by commenting out the "#define USE_REFERENCE_C"
	at the beginning of the source file.

Revision 1612 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 11 14:33:26 2005 UTC (18 years, 11 months ago) by Isibaar
File length: 6236 byte(s)
Diff to previous 1583 , to selected 195
- Fix alignement issue (patch from Alexandre Ganea)

Revision 1583 - (view) (download) (annotate) - [select for diffs]
Modified Sun Dec 19 13:16:50 2004 UTC (19 years, 3 months ago) by syskin
File length: 6249 byte(s)
Diff to previous 1492 , to selected 195
xmm-ed transfer8to16_2() - faster bvop-vhq

Revision 1492 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jul 14 23:26:06 2004 UTC (19 years, 8 months ago) by edgomez
File length: 5803 byte(s)
Diff to previous 1382 , to selected 195
Speedups for decoder

Revision 1382 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 22 22:36:25 2004 UTC (20 years ago) by edgomez
File length: 5745 byte(s)
Diff to previous 851 , to selected 195
xvidcore 1.0.0 rc3 merge back to HEAD

Revision 851 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 15 15:22:19 2003 UTC (21 years, 1 month ago) by edgomez
File length: 6137 byte(s)
Diff to previous 677 , to selected 195
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 677 - (view) (download) (annotate) - [select for diffs]
Modified Tue Nov 26 23:44:11 2002 UTC (21 years, 4 months ago) by edgomez
File length: 6925 byte(s)
Diff to previous 654 , to selected 195
ANSI C compliancy - thx Rick Foos

Revision 654 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 17 00:51:11 2002 UTC (21 years, 4 months ago) by edgomez
File length: 6922 byte(s)
Diff to previous 499 , to selected 195
License changed

Revision 499 - (view) (download) (annotate) - [select for diffs]
Modified Sat Sep 21 03:11:36 2002 UTC (21 years, 6 months ago) by suxen_drol
File length: 5895 byte(s)
Diff to previous 416 , to selected 195
pross email address updates

Revision 416 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 5 20:42:47 2002 UTC (21 years, 6 months ago) by edgomez
File length: 5898 byte(s)
Diff to previous 212 , to selected 195
- Updated legal header with Peter's copyright for 2002

Revision 212 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jun 15 22:15:57 2002 UTC (21 years, 9 months ago) by edgomez
File length: 5752 byte(s)
Diff to previous 195
- Added comments
- Changed the FSF address

Revision 195 - (view) (download) (annotate) - [selected]
Added Wed Jun 12 20:38:41 2002 UTC (21 years, 9 months ago) by edgomez
File length: 4679 byte(s)
Cosmetic - CodingStyle Applied - Legal Headers will be added later

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

No admin address has been configured
ViewVC Help
Powered by ViewVC 1.0.4