[svn] / branches / dev-api-3 / xvidcore / src / motion Repository:
ViewVC logotype

Log of /branches/dev-api-3/xvidcore/src/motion

View Directory Listing Directory Listing


Sticky Revision:

Revision 819 - Directory Listing
Modified Sat Feb 8 03:49:47 2003 UTC (21 years, 1 month ago) by suxen_drol
CheckCandidate cleanup

Revision 818 - Directory Listing
Modified Fri Feb 7 15:02:56 2003 UTC (21 years, 1 month ago) by syskin
quite small speed-related bug - fixed

Revision 817 - Directory Listing
Modified Thu Feb 6 09:25:37 2003 UTC (21 years, 1 month ago) by syskin
speed optimizations part 1 + a small bugfix (commited because of the bugfix)

Revision 812 - Directory Listing
Modified Fri Jan 31 22:25:18 2003 UTC (21 years, 1 month ago) by chl
Replaced gruel's GMC by Skal's, new entries to GMC_DATA

Revision 803 - Directory Listing
Modified Fri Jan 24 11:44:24 2003 UTC (21 years, 1 month ago) by syskin
I'm really sorry for this delay -_-'

Revision 801 - Directory Listing
Modified Thu Jan 23 13:22:11 2003 UTC (21 years, 1 month ago) by syskin
ChromaME for b-frame motion search; please use PMV_CHROMA8 flag to activate

Revision 793 - Directory Listing
Modified Sun Jan 19 12:03:16 2003 UTC (21 years, 2 months ago) by syskin
I-frame decision: I thought my recent change was a good idea, but it wasn't. Changed back.

Revision 778 - Directory Listing
Modified Sun Jan 12 13:13:36 2003 UTC (21 years, 2 months ago) by chl
bugfix averag motion vector clipping in Qpel

Revision 775 - Directory Listing
Modified Sun Jan 12 11:04:17 2003 UTC (21 years, 2 months ago) by chl
correct rounding in QPel

Revision 771 - Directory Listing
Modified Sat Jan 11 18:26:58 2003 UTC (21 years, 2 months ago) by chl
bugfix PMV_CHROMA vs. XVID_GMC

Revision 770 - Directory Listing
Modified Sat Jan 11 17:37:11 2003 UTC (21 years, 2 months ago) by chl
minor changes in GME, removed typo in calculation of meany

Revision 769 - Directory Listing
Modified Sat Jan 11 14:59:24 2003 UTC (21 years, 2 months ago) by chl
Major update: Support for GME/GMC with 2 warppoints

Revision 768 - Directory Listing
Modified Thu Jan 9 11:36:33 2003 UTC (21 years, 2 months ago) by syskin
for some reason I enjoy cleaning up the code. It also includes some small bugfixes, optimizations and tweaks (not that I know how to do them), and probably new bugs...

Revision 767 - Directory Listing
Modified Wed Jan 8 14:37:52 2003 UTC (21 years, 2 months ago) by syskin
high quants + bframes crash fixed

Revision 760 - Directory Listing
Modified Sat Jan 4 06:14:33 2003 UTC (21 years, 2 months ago) by suxen_drol
global.h macro cleanup
cpu_detection cleanup, XVID_CPU_ASM added
sse2 stuff enabled, femms now utilized

Revision 756 - Directory Listing
Modified Fri Jan 3 12:43:38 2003 UTC (21 years, 2 months ago) by syskin
shorter and cleaner code; MC doesn't destroy interpolated pictures now, so they can be re-used (TODO)

Revision 754 - Directory Listing
Modified Wed Jan 1 13:04:06 2003 UTC (21 years, 2 months ago) by syskin
no more malloc() in ME, I've found a better place for temporary data

Revision 753 - Directory Listing
Modified Wed Jan 1 12:50:44 2003 UTC (21 years, 2 months ago) by syskin
yet another bug: chroma sad was computed incorrectly in inter4v mode

Revision 748 - Directory Listing
Modified Sun Dec 29 11:22:20 2002 UTC (21 years, 2 months ago) by syskin
just today's cleanups - also removed a bug which caused ChromaME to be a bit slower

Revision 744 - Directory Listing
Modified Sat Dec 28 15:34:29 2002 UTC (21 years, 2 months ago) by syskin
cleanups; faster code due to avoiding memcopy where it wasn't needed

Revision 743 - Directory Listing
Modified Sat Dec 28 15:29:13 2002 UTC (21 years, 2 months ago) by syskin
a bit more correct direct mode with qpel (with  interpolation in 8x8 blocks)

Revision 740 - Directory Listing
Modified Thu Dec 26 12:10:11 2002 UTC (21 years, 2 months ago) by syskin
faster qpel with bframes

Revision 739 - Directory Listing
Modified Tue Dec 24 16:44:24 2002 UTC (21 years, 2 months ago) by syskin
another b-frames bugfix; faster p/b/i decision

Revision 738 - Directory Listing
Modified Mon Dec 23 09:25:26 2002 UTC (21 years, 3 months ago) by suxen_drol
%ifdef PREFIX

Revision 730 - Directory Listing
Modified Thu Dec 19 00:42:54 2002 UTC (21 years, 3 months ago) by Isibaar
athlon optimized asm code - thanks to Jaan Kalda

Revision 724 - Directory Listing
Modified Sun Dec 15 14:24:20 2002 UTC (21 years, 3 months ago) by syskin
another bug of mine. and I promised to stop producing them... then again, I never promised to stop fixing them, so it's ok I guess

Revision 721 - Directory Listing
Modified Sat Dec 14 09:39:42 2002 UTC (21 years, 3 months ago) by suxen_drol
mingw/dprintf cleanup, portab.h updated from release-0.9.0

Revision 712 - Directory Listing
Modified Fri Dec 13 11:56:31 2002 UTC (21 years, 3 months ago) by syskin
nice cleanups, shorter code, and also two-step skip decision for b-frames

Revision 709 - Directory Listing
Modified Thu Dec 12 12:42:31 2002 UTC (21 years, 3 months ago) by suxen_drol
MEAnalysis cleanup

Revision 706 - Directory Listing
Modified Wed Dec 11 11:03:37 2002 UTC (21 years, 3 months ago) by suxen_drol
motion_comp bug fix (stupid var name mistake)

Revision 704 - Directory Listing
Modified Wed Dec 11 10:32:29 2002 UTC (21 years, 3 months ago) by syskin
motion estimation for reduced resolution p-vops

Revision 703 - Directory Listing
Modified Tue Dec 10 12:03:01 2002 UTC (21 years, 3 months ago) by suxen_drol
interpolate18x18 hack

Revision 702 - Directory Listing
Modified Tue Dec 10 11:13:50 2002 UTC (21 years, 3 months ago) by suxen_drol
rrv encoding update

Revision 701 - Directory Listing
Modified Mon Dec 9 10:47:05 2002 UTC (21 years, 3 months ago) by suxen_drol
rrv i-vop encoding

Revision 700 - Directory Listing
Modified Sun Dec 8 14:57:09 2002 UTC (21 years, 3 months ago) by syskin
did you know that get_range was wrong for qpel? fixed.

Revision 698 - Directory Listing
Modified Sun Dec 8 06:43:34 2002 UTC (21 years, 3 months ago) by suxen_drol
gcc -Wall cleanup

Revision 676 - Directory Listing
Modified Mon Nov 25 13:38:56 2002 UTC (21 years, 3 months ago) by syskin
another interpolate bug (I promise to stop producing them. really. lol); some thresholds fixed for better mode decision (in bframes)

Revision 675 - Directory Listing
Modified Sun Nov 24 16:38:11 2002 UTC (21 years, 3 months ago) by syskin
two big bugs and one smaller - fixed

Revision 672 - Directory Listing
Modified Sat Nov 23 15:09:31 2002 UTC (21 years, 4 months ago) by syskin
some thresholds changed for better bframe placement (I hope ;> )

Revision 669 - Directory Listing
Modified Thu Nov 21 11:07:10 2002 UTC (21 years, 4 months ago) by syskin
yet another bug. there is more

Revision 668 - Directory Listing
Modified Thu Nov 21 10:33:33 2002 UTC (21 years, 4 months ago) by syskin
an ugly bug squashed (bframes+qpel)

Revision 665 - Directory Listing
Modified Wed Nov 20 20:11:09 2002 UTC (21 years, 4 months ago) by Isibaar
bframe+qpel decoding support, bframe decoding bugfix, qpel interpolation speedup, bframe decoding speedup

Revision 663 - Directory Listing
Modified Wed Nov 20 15:29:07 2002 UTC (21 years, 4 months ago) by syskin
all qpel code rewritten

Revision 662 - Directory Listing
Modified Tue Nov 19 13:48:42 2002 UTC (21 years, 4 months ago) by syskin
I'm stupid or something

Revision 661 - Directory Listing
Modified Tue Nov 19 13:43:00 2002 UTC (21 years, 4 months ago) by syskin
quick but important fix

Revision 658 - Directory Listing
Modified Tue Nov 19 13:04:35 2002 UTC (21 years, 4 months ago) by syskin
qpel support for b-frames

Revision 644 - Directory Listing
Modified Tue Nov 12 14:46:03 2002 UTC (21 years, 4 months ago) by syskin
gmc + bframes fix; much smarter p/b/i decision

Revision 640 - Directory Listing
Modified Mon Nov 11 09:01:51 2002 UTC (21 years, 4 months ago) by syskin
faster P/B/I decision

Revision 639 - Directory Listing
Modified Mon Nov 11 08:42:35 2002 UTC (21 years, 4 months ago) by syskin
a most stupid bug ever (even if quite minor)

Revision 631 - Directory Listing
Modified Thu Nov 7 10:31:03 2002 UTC (21 years, 4 months ago) by suxen_drol
encoder: new colorspace; decoder: auto width/height, basic gmc, experimental rrv

Revision 628 - Directory Listing
Modified Mon Nov 4 10:58:24 2002 UTC (21 years, 4 months ago) by syskin
improved me; chroma info used for me; shorter code; second-step GMC search

Revision 619 - Directory Listing
Modified Sat Nov 2 15:52:31 2002 UTC (21 years, 4 months ago) by chl
Basic support for translation-only GMC support (compatible to Divx5)
use general flag XVID_GMC to switch it on, the rest is done automatically.
!!! Combination with B-frames is completely untested !!!

Revision 618 - Directory Listing
Modified Thu Oct 31 06:52:26 2002 UTC (21 years, 4 months ago) by Isibaar
qpel.h

Revision 617 - Directory Listing
Modified Wed Oct 30 23:12:13 2002 UTC (21 years, 4 months ago) by Isibaar
chroma rounding again

Revision 616 - Directory Listing
Modified Wed Oct 30 18:06:41 2002 UTC (21 years, 4 months ago) by Isibaar
qpel chroma rounding fixed

Revision 606 - Directory Listing
Modified Mon Oct 21 13:07:33 2002 UTC (21 years, 5 months ago) by Isibaar
merge of Radek's bframe and my qpel changes...

Revision 601 - Directory Listing
Modified Thu Oct 17 13:50:23 2002 UTC (21 years, 5 months ago) by syskin
minor updates - mostly speed but also b-frame's quality

Revision 600 - Directory Listing
Modified Thu Oct 17 13:27:22 2002 UTC (21 years, 5 months ago) by Isibaar
some qpel bugfixes, fixed MV hints (but works only without qpel)

Revision 596 - Directory Listing
Modified Sun Oct 13 13:51:10 2002 UTC (21 years, 5 months ago) by chl
Fixed bug in GET_REFERENCE macro  [X and Y instead of (X) and (Y)]

Revision 594 - Directory Listing
Modified Sat Oct 12 13:56:16 2002 UTC (21 years, 5 months ago) by syskin
qpel bugfixes

Revision 588 - Directory Listing
Modified Thu Oct 10 12:16:00 2002 UTC (21 years, 5 months ago) by Isibaar
qpel update

Revision 581 - Directory Listing
Modified Sat Oct 5 21:42:04 2002 UTC (21 years, 5 months ago) by Isibaar
qpel MC

Revision 580 - Directory Listing
Modified Sat Oct 5 21:39:39 2002 UTC (21 years, 5 months ago) by Isibaar
qpel ME

Revision 579 - Directory Listing
Modified Sat Oct 5 21:37:44 2002 UTC (21 years, 5 months ago) by Isibaar
qpel support code

Revision 576 - Directory Listing
Modified Thu Oct 3 08:26:19 2002 UTC (21 years, 5 months ago) by syskin
iFcode evaluation from hinted ME data

Revision 574 - Directory Listing
Modified Wed Oct 2 10:16:36 2002 UTC (21 years, 5 months ago) by syskin
lumimasking related bug fixed - but still doesn't work with hinted ME

Revision 568 - Directory Listing
Modified Sat Sep 28 17:28:18 2002 UTC (21 years, 5 months ago) by edgomez
Patch from sysKin

Revision 545 - Directory Listing
Modified Fri Sep 27 17:25:17 2002 UTC (21 years, 5 months ago) by h
sysKin's updated P/B/I decision code

Revision 539 - Directory Listing
Modified Wed Sep 25 21:28:48 2002 UTC (21 years, 5 months ago) by Isibaar
SysKin's latest ME changes

Revision 534 - Directory Listing
Modified Tue Sep 24 16:30:34 2002 UTC (21 years, 5 months ago) by Isibaar
sad16v_mmx

Revision 530 - Directory Listing
Modified Mon Sep 23 20:36:02 2002 UTC (21 years, 5 months ago) by chl
sysKin Motion Estimation and minor changes to support it.
I hope it doesn't break too much...

Revision 449 - Directory Listing
Modified Sun Sep 8 09:49:55 2002 UTC (21 years, 6 months ago) by suxen_drol
block-based encoder interpolation/compensation for normal & bframes.

Revision 392 - Directory Listing
Modified Wed Sep 4 18:44:41 2002 UTC (21 years, 6 months ago) by
This commit was manufactured by cvs2svn to create branch 'dev-api-3'.

Revision 374 - Directory Listing
Modified Thu Aug 15 19:52:16 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Ooops, first bugfix was an outdated version and the CVS got stuck...

Revision 373 - Directory Listing
Modified Thu Aug 15 18:13:02 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Bugfix chroma motion compensation in BFRAMES mode. Block based has to be
used, even if BFRAMES is active, because we cannot rely on XVID_HALFPEL
(XVID_HALFPEL is not needed if max_bframes<=0)

Revision 372 - Directory Listing
Modified Thu Aug 15 12:15:20 2002 UTC (21 years, 7 months ago) by ia64p
Original Path: trunk/xvidcore/src/motion
adapt to the new calling interface of hafpel8

Revision 370 - Directory Listing
Modified Mon Aug 12 10:07:16 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/motion
very small bugfix for interpolated ME (thanks to Radek)

Revision 351 - Directory Listing
Modified Wed Jul 31 10:08:58 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Fixed wrong sad8bi for b-frames direct mode  (thanks to Radek!)

Revision 348 - Directory Listing
Modified Sun Jul 28 17:10:39 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/motion
halfpel search for MODE_INTERPOLATE and MODE_DIRECT

Revision 347 - Directory Listing
Modified Sun Jul 28 13:06:46 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/motion
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 346 - Directory Listing
Modified Sun Jul 28 02:55:41 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Interpolated and DirectMode motion estimation (DiamondSearch) for B-Frames.
Slow, but working, this might have been the final step to a complete
implemenation of b-frame encoding.    Btw... it's 5.a.m so don't trust
this CVS entry!

Revision 345 - Directory Listing
Modified Sat Jul 27 23:47:01 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Finally Cut&Paste and Search&Replaced Square8_MainSearch, so PMV_USESQUARES8
is now functional. Also, some minor fixes.

Revision 344 - Directory Listing
Modified Sat Jul 27 23:07:33 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Fixed embarrassing bug in Dimaond16/8_MainSearch (iDirection was overwritten)

Revision 341 - Directory Listing
Modified Thu Jul 25 00:43:19 2002 UTC (21 years, 7 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Enable B-frame + INTER4V (not bugfree yet)

Revision 337 - Directory Listing
Modified Wed Jul 24 20:58:41 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Disable SKIP handling for _DISABLE_SKIP defined

Revision 329 - Directory Listing
Modified Tue Jul 23 12:59:57 2002 UTC (21 years, 8 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/motion
sad[16,8]_mmx, sad[16,8]_3dn, sad8_xmm

Revision 326 - Directory Listing
Modified Sun Jul 21 23:34:08 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/motion
bframe encoding bugfixes, ME unification

Revision 319 - Directory Listing
Modified Sat Jul 20 12:48:54 2002 UTC (21 years, 8 months ago) by ia64p
Original Path: trunk/xvidcore/src/motion
futher improved sad8 and sad16

Revision 318 - Directory Listing
Modified Fri Jul 19 15:02:39 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/motion
removed debug code

Revision 317 - Directory Listing
Modified Fri Jul 19 14:56:00 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Bugfix for B-frame encoding (new parameters time_bp, time_pp to BVOP-ME)

Revision 312 - Directory Listing
Modified Thu Jul 18 23:42:36 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/motion
B-frames encoding "ME" for direct mode (and minor other things)

Revision 308 - Directory Listing
Modified Thu Jul 18 13:42:00 2002 UTC (21 years, 8 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/motion
cglobal fix

Revision 303 - Directory Listing
Modified Tue Jul 16 17:45:21 2002 UTC (21 years, 8 months ago) by ia64p
Original Path: trunk/xvidcore/src/motion
fixes some bug with claiming the wrong fp registers

Revision 300 - Directory Listing
Modified Tue Jul 16 12:02:27 2002 UTC (21 years, 8 months ago) by ia64p
Original Path: trunk/xvidcore/src/motion
Global assembler optimization of halfpel8_refine, via inlinig of sad for ia64

Revision 295 - Directory Listing
Modified Fri Jul 12 12:26:55 2002 UTC (21 years, 8 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/motion
XVID_ENC_PARAM->num_threads

Revision 289 - Directory Listing
Modified Wed Jul 10 20:11:05 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Preparations for block-based-interpolation ME: PMVfastIntSearch16 (pre-version)

Revision 288 - Directory Listing
Modified Wed Jul 10 19:31:05 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Minor change: Switch from get_pmv to get_pmv2

Revision 285 - Directory Listing
Modified Wed Jul 10 19:16:56 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Minor change: Switch to get_pmv(data)2 instead of get_pmv(data)

Revision 267 - Directory Listing
Modified Sun Jul 7 11:42:38 2002 UTC (21 years, 8 months ago) by Isibaar
Original Path: trunk/xvidcore/src/motion
long long replaced by int64_t

Revision 263 - Directory Listing
Modified Sun Jul 7 10:20:16 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/motion
replaced read_tsc() by read_counter() from portab.h

Revision 262 - Directory Listing
Modified Sun Jul 7 09:45:40 2002 UTC (21 years, 8 months ago) by Isibaar
Original Path: trunk/xvidcore/src/motion
split mmx,xmm,3dnow,sse2 code into different files, SMP fix, Skal's tweaked asm code

Revision 261 - Directory Listing
Modified Sat Jul 6 21:41:14 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/motion
BugFix for EPZSSearch16

Revision 259 - Directory Listing
Modified Sat Jul 6 17:04:57 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Minor modifications for supporting multithreaded ME.
Without _SMP symbol there should be no changes in behaviour.

Revision 258 - Directory Listing
Modified Sat Jul 6 17:03:08 2002 UTC (21 years, 8 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Routines for mulithreaded ME. XviD has to be compiled with -D_SMP option
for these files to be treated at all.

Revision 254 - Directory Listing
Modified Wed Jul 3 12:32:50 2002 UTC (21 years, 8 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/motion
get_pmv2/get_pmvdata2

Revision 252 - Directory Listing
Modified Sun Jun 30 10:46:29 2002 UTC (21 years, 8 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/motion
resync patch

Revision 250 - Directory Listing
Modified Sat Jun 29 12:38:20 2002 UTC (21 years, 8 months ago) by ia64p
Original Path: trunk/xvidcore/src/motion
imporoved verions of sad8 and 16

Revision 248 - Directory Listing
Modified Fri Jun 28 15:14:40 2002 UTC (21 years, 8 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/motion
resync support, check_cpu_features() fixed

Revision 234 - Directory Listing
Modified Sun Jun 23 03:58:32 2002 UTC (21 years, 9 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/motion
XVID_GLOBAL_*, XVID_CPU_CHKONLY, timestamp fix, font.c

Revision 232 - Directory Listing
Modified Fri Jun 21 16:12:48 2002 UTC (21 years, 9 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/motion
bframes patch

Revision 230 - Directory Listing
Modified Thu Jun 20 14:25:44 2002 UTC (21 years, 9 months ago) by ia64p
Original Path: trunk/xvidcore/src/motion
dev16 is optimized, now.

Revision 229 - Directory Listing
Modified Thu Jun 20 14:05:58 2002 UTC (21 years, 9 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/motion
bframe patch

Revision 209 - Directory Listing
Modified Fri Jun 14 13:29:07 2002 UTC (21 years, 9 months ago) by Isibaar
Original Path: trunk/xvidcore/src/motion
ia64 changes

Revision 205 - Directory Listing
Modified Fri Jun 14 08:26:04 2002 UTC (21 years, 9 months ago) by ia64p
Original Path: trunk/xvidcore/src/motion
IA64 assembler files, initial version, only partly optimized

Revision 195 - Directory Listing
Modified Wed Jun 12 20:38:41 2002 UTC (21 years, 9 months ago) by edgomez
Original Path: trunk/xvidcore/src/motion
Cosmetic - CodingStyle Applied - Legal Headers will be added later

Revision 184 - Directory Listing
Modified Mon May 27 18:07:38 2002 UTC (21 years, 9 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Returned to old style MotionEstimation (one loop for INTER and INTER4V)

Revision 181 - Directory Listing
Modified Wed May 22 12:42:25 2002 UTC (21 years, 10 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Added AdvDiamond_MainSearch by sysKIn which seems to be faster and better
than normal Diamond_MainSearch, at least for plain fullpel search. It can
be activated by PMV_ADVANCEDDIAMOND16/8 flag.

Revision 177 - Directory Listing
Modified Mon May 13 19:41:41 2002 UTC (21 years, 10 months ago) by chl
Original Path: trunk/xvidcore/src/motion
mean reduced SAD, C-version

Revision 175 - Directory Listing
Modified Sun May 12 17:21:30 2002 UTC (21 years, 10 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Small bugfix in MotionEstimation (wrong prediction for INTER4V)

Revision 174 - Directory Listing
Modified Sat May 11 23:54:30 2002 UTC (21 years, 10 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Use INTER4V only if neighbours move different than current block.
Save quality, some speedup.

Revision 172 - Directory Listing
Modified Sat May 11 15:32:59 2002 UTC (21 years, 10 months ago) by chl
Original Path: trunk/xvidcore/src/motion
general cleanup, first modifications for new INTER4V heuristics

Revision 170 - Directory Listing
Modified Thu May 9 21:47:51 2002 UTC (21 years, 10 months ago) by edgomez
Original Path: trunk/xvidcore/src/motion
Fix for gcc

Revision 169 - Directory Listing
Modified Thu May 9 00:42:35 2002 UTC (21 years, 10 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Tests to not double check vectors in PMVfast16/8 (only in prediction, not during diamonds phase).
Minor speedup.

Revision 167 - Directory Listing
Modified Tue May 7 20:03:18 2002 UTC (21 years, 10 months ago) by chl
Original Path: trunk/xvidcore/src/motion
MotionEst(): set sad8[] also for INTER mode to correct values (for get_pmdata)

Revision 152 - Directory Listing
Modified Wed May 1 13:00:02 2002 UTC (21 years, 10 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/motion
#define BFRAMES

Revision 141 - Directory Listing
Modified Thu Apr 25 23:24:59 2002 UTC (21 years, 10 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Fixed some minor issues in ME, changed calc_delta16/8 to non-linear function of quant
(from a paper on H.26L). Now inter4v finally gives some improvement.

Revision 140 - Directory Listing
Modified Thu Apr 25 21:32:05 2002 UTC (21 years, 10 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Adapted PMVFast16/8 for using prevMB instead of pMB, seems to work.

Revision 136 - Directory Listing
Modified Thu Apr 25 06:55:00 2002 UTC (21 years, 10 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/motion
FRAMEINFO

Revision 135 - Directory Listing
Modified Wed Apr 24 12:21:43 2002 UTC (21 years, 11 months ago) by h
Original Path: trunk/xvidcore/src/motion
sse2 quant_intra/dequant_intra/dev16/(faster)sad16

Revision 132 - Directory Listing
Modified Tue Apr 23 00:04:51 2002 UTC (21 years, 11 months ago) by chenm001
Original Path: trunk/xvidcore/src/motion
remove some compile warning

Revision 126 - Directory Listing
Modified Wed Apr 17 10:54:19 2002 UTC (21 years, 11 months ago) by h
Original Path: trunk/xvidcore/src/motion
beginnings of sse2 support (disabled)

Revision 118 - Directory Listing
Modified Sat Apr 13 16:30:02 2002 UTC (21 years, 11 months ago) by suxen_drol
Original Path: trunk/xvidcore/src/motion
bframe "support" code

Revision 117 - Directory Listing
Modified Thu Apr 11 15:04:05 2002 UTC (21 years, 11 months ago) by canard
Original Path: trunk/xvidcore/src/motion
segfault fix

Revision 115 - Directory Listing
Modified Thu Apr 11 10:18:40 2002 UTC (21 years, 11 months ago) by canard
Original Path: trunk/xvidcore/src/motion
PPC update

Revision 98 - Directory Listing
Modified Wed Apr 3 14:17:05 2002 UTC (21 years, 11 months ago) by canard
Original Path: trunk/xvidcore/src/motion
source C files for sad Altivec

Revision 96 - Directory Listing
Modified Mon Apr 1 22:47:58 2002 UTC (21 years, 11 months ago) by chl
Original Path: trunk/xvidcore/src/motion
Added EPZS and EPZS^2. Unfortunately slower and not really better than PMVfast

Revision 95 - Directory Listing
Modified Mon Apr 1 12:06:18 2002 UTC (21 years, 11 months ago) by canard
Original Path: trunk/xvidcore/src/motion
optimization

Revision 90 - Directory Listing
Modified Sat Mar 30 01:25:29 2002 UTC (21 years, 11 months ago) by canard
Original Path: trunk/xvidcore/src/motion
PPC update

Revision 89 - Directory Listing
Modified Sat Mar 30 00:58:20 2002 UTC (21 years, 11 months ago) by canard
Original Path: trunk/xvidcore/src/motion
SAD in Altivec

Revision 78 - Directory Listing
Modified Thu Mar 28 20:57:25 2002 UTC (21 years, 11 months ago) by edgomez
Original Path: trunk/xvidcore/src/motion
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 3 - Directory Listing
Added Fri Mar 8 02:46:11 2002 UTC (22 years ago) by Isibaar
Original Path: trunk/xvidcore/src/motion
moved sources

Sort log by:

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