comparison drivers/radeon/radeon.h @ 3554:b5c47bbffb1c

Some info from Vladimir Dergachev
author nick
date Mon, 17 Dec 2001 07:43:38 +0000
parents 135926174ee8
children 5c3d0fe444fb
comparison
equal deleted inserted replaced
3553:a501627fc6db 3554:b5c47bbffb1c
641 #define OV0_P23_H_ACCUM_INIT 0x048C 641 #define OV0_P23_H_ACCUM_INIT 0x048C
642 #define OV0_P1_X_START_END 0x0494 642 #define OV0_P1_X_START_END 0x0494
643 #define OV0_P2_X_START_END 0x0498 643 #define OV0_P2_X_START_END 0x0498
644 #define OV0_P3_X_START_END 0x049C 644 #define OV0_P3_X_START_END 0x049C
645 #define OV0_FILTER_CNTL 0x04A0 645 #define OV0_FILTER_CNTL 0x04A0
646 # define FILTER_PROGRAMMABLE_COEF 0x00000000
646 # define FILTER_HARDCODED_COEF 0x0000000F 647 # define FILTER_HARDCODED_COEF 0x0000000F
648 # define FILTER_COEF_MASK 0x0000000F
649 /* other values allow us use hardcoded coefs for Y and
650 programmable for UV that's nosense. */
647 /* 651 /*
648 Top quality 4x4-tap filtered vertical and horizontal scaler. 652 Top quality 4x4-tap filtered vertical and horizontal scaler.
649 It allows up to 64:1 upscaling and downscaling without 653 It allows up to 64:1 upscaling and downscaling without
650 performance or quality degradation. 654 performance or quality degradation.
651 */ 655 */