[svn] / branches / dev-api-4 / xvidcore / src / utils / mbfunctions.h Repository:
ViewVC logotype

Log of /branches/dev-api-4/xvidcore/src/utils/mbfunctions.h

Parent Directory Parent Directory


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

Revision 1054 - (view) (download) (annotate) - [select for diffs]
Modified Mon Jun 9 13:55:56 2003 UTC (20 years, 9 months ago) by edgomez
File length: 3644 byte(s)
Diff to previous 984 , to selected 420
Added legal header

Revision 984 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 13 16:18:09 2003 UTC (20 years, 11 months ago) by syskin
File length: 3074 byte(s)
Diff to previous 965 , to selected 420
'const' cleanups to remove compiler warnings

Revision 965 - (view) (download) (annotate) - [select for diffs]
Modified Sun Mar 30 13:16:42 2003 UTC (21 years ago) by edgomez
File length: 3062 byte(s)
Diff to previous 914 , to selected 420
New code, much more clean/modular

Revision 914 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 10 00:38:49 2003 UTC (21 years ago) by edgomez
File length: 5755 byte(s)
Diff to previous 886 , to selected 420
2003-03-10 00:36:15 GMT	Edouard Gomez <ed.gomez@free.fr>	patch-4

    Summary:
      Adds extended stats support even for bframes in xvidcore.
    Revision:
      xvidcore--devapi4--1.0--patch-4

    This patch enables core extended stats support even for bframes. It
    modifies the way the MBTransQuantBVOP function does its work. It used
    to not dequant, idct the MB because bframes are never used as reference
    frames. However if we want to compute stats, then we must perform these
    inverse transformations.

    modified files:
     src/encoder.c src/utils/mbfunctions.h src/utils/mbtransquant.c

Revision 886 - (view) (download) (annotate) - [select for diffs]
Modified Fri Feb 21 14:49:29 2003 UTC (21 years, 1 month ago) by
File length: 5695 byte(s)
Diff to previous 851 , to selected 420
This commit was manufactured by cvs2svn to create branch 'dev-api-4'.

Revision 851 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 15 15:22:19 2003 UTC (21 years, 1 month ago) by edgomez
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 5695 byte(s)
Diff to previous 686 , to selected 420
Moved dev-api-3 to HEAD -- Nasty but efficient -- Merging work has been done too

Revision 686 - (view) (download) (annotate) - [select for diffs]
Modified Thu Nov 28 07:27:37 2002 UTC (21 years, 4 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 7153 byte(s)
Diff to previous 654 , to selected 420
smp remove patch <rickf at ebenchmarks.com>

Revision 654 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 17 00:51:11 2002 UTC (21 years, 4 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 7410 byte(s)
Diff to previous 603 , to selected 420
License changed

Revision 603 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 19 11:41:12 2002 UTC (21 years, 5 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 6380 byte(s)
Diff to previous 583 , to selected 420
Changed Michael Militzer to name + email (next patch will fix copyrights with the right holders)

Revision 583 - (view) (download) (annotate) - [select for diffs]
Modified Mon Oct 7 08:11:06 2002 UTC (21 years, 5 months ago) by chl
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 6357 byte(s)
Diff to previous 429 , to selected 420
Bugfix for parameters of MBQuantIntra() [unused code]

Revision 429 - (view) (download) (annotate) - [select for diffs]
Modified Thu Sep 5 22:44:00 2002 UTC (21 years, 6 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 6361 byte(s)
Diff to previous 420
Little mistake

Revision 420 - (view) (download) (annotate) - [selected]
Modified Thu Sep 5 21:13:22 2002 UTC (21 years, 6 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 6360 byte(s)
Diff to previous 384
- Header changed
- Small cosmetic schanges

Revision 384 - (view) (download) (annotate) - [select for diffs]
Modified Mon Aug 19 19:19:40 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 5326 byte(s)
Diff to previous 368 , to selected 420
x_pos, y_pos are not needed in MBTransQuantInterBVOP()

Revision 368 - (view) (download) (annotate) - [select for diffs]
Modified Fri Aug 9 19:58:42 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 5387 byte(s)
Diff to previous 347 , to selected 420
Added several MB-functions which do the same as MBTransQuantInter/Intra now,
but split into several routines. MBTransQuantInter2/Intra2 do the same as
-Inter/Intra but using the split up routines, MBTransQuantBVOP skips unneeded
decoding operations for B-VOPs.

Revision 347 - (view) (download) (annotate) - [select for diffs]
Modified Sun Jul 28 13:06:46 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 3472 byte(s)
Diff to previous 259 , to selected 420
Modified SKIP mb behaviour for Pframes when Bframes are active: Check if
intermediate B-block can be skipped, too. Check for SKIP is now done
in encode_pframe(), not in MBCoding().

Revision 259 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jul 6 17:04:57 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 3375 byte(s)
Diff to previous 195 , to selected 420
Minor modifications for supporting multithreaded ME.
Without _SMP symbol there should be no changes in behaviour.

Revision 195 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jun 12 20:38:41 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 2908 byte(s)
Diff to previous 136 , to selected 420
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 136 - (view) (download) (annotate) - [select for diffs]
Modified Thu Apr 25 06:55:00 2002 UTC (21 years, 11 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 2812 byte(s)
Diff to previous 82 , to selected 420
FRAMEINFO

Revision 82 - (view) (download) (annotate) - [select for diffs]
Modified Fri Mar 29 00:38:29 2002 UTC (22 years ago) by h
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 3112 byte(s)
Diff to previous 78 , to selected 420
interlacing speedup - transfer strides used instead of manual field-to-frame conversion

Revision 78 - (view) (download) (annotate) - [select for diffs]
Modified Thu Mar 28 20:57:25 2002 UTC (22 years ago) by edgomez
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 3122 byte(s)
Diff to previous 69 , to selected 420
Big patch, use it with care (tests done with GNU/Linux) :
 - Trivial warnings in encoder.c line 282 ret1 = ret 2 = 0;
 - Lot of "New line at end of file missing" warnings fixed (gcc3)
 - All 2d arrays have been turned into 1d arrays
   To force alignment of matrices on stack, use DECLARE_ALIGNED_MATRIX
   (read portab.h)

Win32 users should give feedback.

Revision 69 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 26 11:16:08 2002 UTC (22 years ago) by h
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 3152 byte(s)
Diff to previous 3 , to selected 420
interlacing support - slow (MBDecideFieldDCT()), buggy (p-frames), incomplete (field motion prediction)

Revision 3 - (view) (download) (annotate) - [select for diffs]
Added Fri Mar 8 02:46:11 2002 UTC (22 years ago) by Isibaar
Original Path: trunk/xvidcore/src/utils/mbfunctions.h
File length: 2765 byte(s)
Diff to selected 420
moved sources

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