View Single Post
Old 16th June 2008, 16:08   #2  |  Link
Dark Shikari
x264 developer
 
Dark Shikari's Avatar
 
Join Date: Sep 2005
Posts: 8,666
1. Pick a random number between 30 and 255. Call this number B.

2. Pick a random number between 6 and 14. Call this number A.

3. Create a logarithmic distribution of values between A and B. For example, if A is 10 and B is 32:

10 12 15 18 22 26 32

4. Arrange these into a matrix:

10 12 15 18
12 15 18 22
15 18 22 26
18 22 26 32

5. Repeat the process for the 8x8 matrix.

6. You're done! You have yourself a CQM...

/runs with mp4guy in hot pursuit

Last edited by Dark Shikari; 16th June 2008 at 16:13.
Dark Shikari is offline   Reply With Quote