comparison snow.c @ 2139:7c1d807e686d libavcodec

typo
author michael
date Mon, 26 Jul 2004 13:31:48 +0000
parents 1ac13c350369
children e33371c1e2b4
comparison
equal deleted inserted replaced
2138:1ac13c350369 2139:7c1d807e686d
583 583
584 #define SCALEX 1 584 #define SCALEX 1
585 #define LX0 0 585 #define LX0 0
586 #define LX1 1 586 #define LX1 1
587 587
588 #if 1 // more accurate 9/7 588 #if 0 // more accurate 9/7
589 #define N1 2 589 #define N1 2
590 #define SHIFT1 14 590 #define SHIFT1 14
591 #define COEFFS1 (int[]){-25987,-25987} 591 #define COEFFS1 (int[]){-25987,-25987}
592 #define N2 2 592 #define N2 2
593 #define SHIFT2 19 593 #define SHIFT2 19
600 #define COEFFS4 (int[]){14533,14533} 600 #define COEFFS4 (int[]){14533,14533}
601 #elif 1 // 13/7 CRF 601 #elif 1 // 13/7 CRF
602 #define N1 4 602 #define N1 4
603 #define SHIFT1 4 603 #define SHIFT1 4
604 #define COEFFS1 (int[]){1,-9,-9,1} 604 #define COEFFS1 (int[]){1,-9,-9,1}
605 #define N2 0 605 #define N2 4
606 #define SHIFT2 4 606 #define SHIFT2 4
607 #define COEFFS2 (int[]){-1,5,5,-1} 607 #define COEFFS2 (int[]){-1,5,5,-1}
608 #define N3 0 608 #define N3 0
609 #define SHIFT3 1 609 #define SHIFT3 1
610 #define COEFFS3 NULL 610 #define COEFFS3 NULL