Re: Xvid-devel Digest, Vol 95, Issue 9
Omer Moussaffi <[email protected]> Mon, 17 Jan 2011 15:24:14 +0200
| Newsgroups | gmane.comp.video.xvid.devel |
|---|---|
| Message-ID | <[email protected]> |
This is what I would do:
first check several known hand-written data sets -
- impulse functions
- sampled cosines with different frequencies
- chirp
- polinomail functions
These have know DCTs, which you can check and see if you have a correct
transform.
After you do that, you can try to write an inverse transform, put in random
data, run it through your DCT, iDCT, and check if you have an almost perfect
reconstuction. I say *almost* perfect, because you will have some rounding
errors. If the PSNR is higher than 70, you're probably OK.
generate random data,
On Mon, Jan 17, 2011 at 1:00 PM, <[email protected]> wrote:
> Send Xvid-devel mailing list submissions to
> [email protected]
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://list.xvid.org/mailman/listinfo/xvid-devel
> or, via email, send a message with subject or body 'help' to
> [email protected]
>
> You can reach the person managing the list at
> [email protected]
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Xvid-devel digest..."
>
>
> Today's Topics:
>
> 1. Codec Testing (Vimal Singh)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 17 Jan 2011 15:38:22 +0530
> From: Vimal Singh <[email protected]>
> Subject: [XviD-devel] Codec Testing
> To: [email protected]
> Message-ID:
> <[email protected]>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Dear All
>
> I am new in xvid mailing list. I have written a dct code infact in MATLAB
> and I wish to test my code. I would like to how should I test my
> architecture.
>
> Please can you help me?
>
>
> Regards
>
>
> ------------------------------
>
> _______________________________________________
> Xvid-devel mailing list
> [email protected]
> http://list.xvid.org/mailman/listinfo/xvid-devel
>
>
> End of Xvid-devel Digest, Vol 95, Issue 9
> *****************************************
>
--
The journey of a thousand miles begins with a single oy.
Omer Moussaffi