Log of /xvidcore/src/quant/quant_matrix.c
Parent Directory
Revision
1.13.2.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 30 16:13:16 2003 UTC (19 years, 6 months ago) by
edgomez
Branch:
dev-api-4
Changes since
1.13.2.2: +55 -166 lines
Diff to
previous 1.13.2.2
, to
branch point 1.13
, to
next main 1.17
* Thread safe MPEG4 quantization functions.
Cleaned up version of patch provided by Michael
- fixed compiling problems on gcc
- added const qualifiers every where it was possible to help C compiler
optimization.
- added the mpeg_quant_matrices param to all ASM function prototype
in comments (even if it's not used, that shows we do it deliberatly)
- forces m[intra][0][0] = 8, otherwise XviD could write invalid streams.
* Added real CRC computing in xvid_bench.c
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Oct 19 11:41:11 2002 UTC (20 years, 7 months ago) by
edgomez
Branch:
MAIN
Changes since
1.9: +2 -2 lines
Diff to
previous 1.9
Changed Michael Militzer to name + email (next patch will fix copyrights with the right holders)
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 8 17:28:22 2002 UTC (20 years, 8 months ago) by
edgomez
Branch:
MAIN
Changes since
1.7: +3 -3 lines
Diff to
previous 1.7
- removed const qualifiers because the functions do not return const matrices
(i'll change that in a later time)
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Sep 7 14:16:13 2002 UTC (20 years, 8 months ago) by
edgomez
Branch:
MAIN
Changes since
1.6: +7 -7 lines
Diff to
previous 1.6
- Hmmm, i've been obliged to revert the previous patch because ofthe mmx code using the same arrays, so they need to be global. We'll have to fix that, because it's not *thread safe*.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.