Home
last modified time | relevance | path

Searched refs:fHdW (Results 1 – 5 of 5) sorted by relevance

/utopia/UTPA2-700.0.x/modules/pq/hal/manhattan/pq/
H A Dmhal_pq_adaptive.c8641 void MDrv_UFSC_PQ_PreEnh( int fHdW, int sdW, MS_U16 estNoise,MS_U8 estConfirm, int srEnhStr ) in MDrv_UFSC_PQ_PreEnh() argument
8644 int biasGain = ( 0x10 * fHdW ) >> 8; in MDrv_UFSC_PQ_PreEnh()
8645 if( fHdW == 256 ) in MDrv_UFSC_PQ_PreEnh()
8665 int ldeGain = ( ldeDarkGain/*0xA*/ * (256 - fHdW) + ldeDarkGainFHD/*0x12*/ * fHdW ) >> 8; in MDrv_UFSC_PQ_PreEnh()
8666 if( fHdW == 256 ) in MDrv_UFSC_PQ_PreEnh()
8690 void MDrv_UFSC_PQ_PostPK3x3( int menuW, int edgePatW, int fHdW, int sdW, int srEnhStr ) in MDrv_UFSC_PQ_PostPK3x3() argument
8694 fHdW = __max( 0, fHdW - edgePatW ); in MDrv_UFSC_PQ_PostPK3x3()
8698 int dsminW = ( dsmin * (256-fHdW) + /*0x20*/dsminFHD * fHdW ) >> 8; in MDrv_UFSC_PQ_PostPK3x3()
8699 if( fHdW == 256 ) in MDrv_UFSC_PQ_PostPK3x3()
8708 int dsGain = 0xB/*dsw*/ - ( ((0xB/*dswSD*/)*fHdW ) >> 8 ); in MDrv_UFSC_PQ_PostPK3x3()
[all …]
/utopia/UTPA2-700.0.x/modules/pq/hal/M7821/pq/
H A Dmhal_pq_adaptive.c9179 void MDrv_UFSC_PQ_PostPK3x3( int menuW, int edgePatW, int fHdW, int sdW, int srEnhStr , XC_PqWriteR… in MDrv_UFSC_PQ_PostPK3x3() argument
9183 fHdW = __max( 0, fHdW - edgePatW ); in MDrv_UFSC_PQ_PostPK3x3()
9187 int dsminW = ( dsmin * (256-fHdW) + /*0x20*/dsminFHD * fHdW ) >> 8; in MDrv_UFSC_PQ_PostPK3x3()
9188 if( fHdW == 256 ) in MDrv_UFSC_PQ_PostPK3x3()
9197 int dsGain = 0xB/*dsw*/ - ( ((0xB/*dswSD*/)*fHdW ) >> 8 ); in MDrv_UFSC_PQ_PostPK3x3()
9204 int posGain = ( 0x30*(256-fHdW) + post3x3pkGain_FHD*fHdW )>>8; in MDrv_UFSC_PQ_PostPK3x3()
9212 int negGain = ( 0x30*(256-fHdW) + post3x3pkGain_FHD*fHdW )>>8; in MDrv_UFSC_PQ_PostPK3x3()
/utopia/UTPA2-700.0.x/modules/pq/hal/maserati/pq/
H A Dmhal_pq_adaptive.c9179 void MDrv_UFSC_PQ_PostPK3x3( int menuW, int edgePatW, int fHdW, int sdW, int srEnhStr , XC_PqWriteR… in MDrv_UFSC_PQ_PostPK3x3() argument
9183 fHdW = __max( 0, fHdW - edgePatW ); in MDrv_UFSC_PQ_PostPK3x3()
9187 int dsminW = ( dsmin * (256-fHdW) + /*0x20*/dsminFHD * fHdW ) >> 8; in MDrv_UFSC_PQ_PostPK3x3()
9188 if( fHdW == 256 ) in MDrv_UFSC_PQ_PostPK3x3()
9197 int dsGain = 0xB/*dsw*/ - ( ((0xB/*dswSD*/)*fHdW ) >> 8 ); in MDrv_UFSC_PQ_PostPK3x3()
9204 int posGain = ( 0x30*(256-fHdW) + post3x3pkGain_FHD*fHdW )>>8; in MDrv_UFSC_PQ_PostPK3x3()
9212 int negGain = ( 0x30*(256-fHdW) + post3x3pkGain_FHD*fHdW )>>8; in MDrv_UFSC_PQ_PostPK3x3()
/utopia/UTPA2-700.0.x/modules/pq/hal/M7621/pq/
H A Dmhal_pq_adaptive.c9208 void MDrv_UFSC_PQ_PostPK3x3( int menuW, int edgePatW, int fHdW, int sdW, int srEnhStr , XC_PqWriteR… in MDrv_UFSC_PQ_PostPK3x3() argument
9212 fHdW = __max( 0, fHdW - edgePatW ); in MDrv_UFSC_PQ_PostPK3x3()
9216 int dsminW = ( dsmin * (256-fHdW) + /*0x20*/dsminFHD * fHdW ) >> 8; in MDrv_UFSC_PQ_PostPK3x3()
9217 if( fHdW == 256 ) in MDrv_UFSC_PQ_PostPK3x3()
9226 int dsGain = 0xB/*dsw*/ - ( ((0xB/*dswSD*/)*fHdW ) >> 8 ); in MDrv_UFSC_PQ_PostPK3x3()
9233 int posGain = ( 0x30*(256-fHdW) + post3x3pkGain_FHD*fHdW )>>8; in MDrv_UFSC_PQ_PostPK3x3()
9241 int negGain = ( 0x30*(256-fHdW) + post3x3pkGain_FHD*fHdW )>>8; in MDrv_UFSC_PQ_PostPK3x3()
/utopia/UTPA2-700.0.x/modules/pq/hal/maxim/pq/
H A Dmhal_pq_adaptive.c9208 void MDrv_UFSC_PQ_PostPK3x3( int menuW, int edgePatW, int fHdW, int sdW, int srEnhStr , XC_PqWriteR… in MDrv_UFSC_PQ_PostPK3x3() argument
9212 fHdW = __max( 0, fHdW - edgePatW ); in MDrv_UFSC_PQ_PostPK3x3()
9216 int dsminW = ( dsmin * (256-fHdW) + /*0x20*/dsminFHD * fHdW ) >> 8; in MDrv_UFSC_PQ_PostPK3x3()
9217 if( fHdW == 256 ) in MDrv_UFSC_PQ_PostPK3x3()
9226 int dsGain = 0xB/*dsw*/ - ( ((0xB/*dswSD*/)*fHdW ) >> 8 ); in MDrv_UFSC_PQ_PostPK3x3()
9233 int posGain = ( 0x30*(256-fHdW) + post3x3pkGain_FHD*fHdW )>>8; in MDrv_UFSC_PQ_PostPK3x3()
9241 int negGain = ( 0x30*(256-fHdW) + post3x3pkGain_FHD*fHdW )>>8; in MDrv_UFSC_PQ_PostPK3x3()