Lines Matching refs:BLE_Slop

852     DWORD dwSumBelowAvg=0, dwSumAboveAvg=0,dwHistogramDlcSlop[17],BLE_Slop=0x400,BLE_Slop_tmp=0x400;  in msDlcHandler()  local
2341BLE_Slop = (1024*uwBLE_StartPoint_Blend*4+((uwBLE_StartPoint_Blend*4 - BLE_EndPoint_Correction)/2)) in msDlcHandler()
2346 BLE_Slop = 0x7FF; in msDlcHandler()
2349 if(BLE_Slop > 0x7FF) in msDlcHandler()
2351 BLE_Slop = 0x7FF; in msDlcHandler()
2354 if(BLE_Slop < 0x400) in msDlcHandler()
2356 BLE_Slop = 0x400; in msDlcHandler()
2367 if(BLE_Slop <= 0x480) in msDlcHandler()
2369 BLE_Slop =((BLE_Slop_480-BLE_Slop_400)*(BLE_Slop-0x400)+64)/128+BLE_Slop_400; in msDlcHandler()
2371 else if ((BLE_Slop > 0x480) && (BLE_Slop <= 0x500)) in msDlcHandler()
2373 BLE_Slop =((BLE_Slop_500-BLE_Slop_480)*(BLE_Slop-0x480)+64)/128+BLE_Slop_480; in msDlcHandler()
2375 else if ((BLE_Slop > 0x500) && (BLE_Slop <= 0x600)) in msDlcHandler()
2377 BLE_Slop =((BLE_Slop_600-BLE_Slop_500)*(BLE_Slop-0x500)+128)/256+BLE_Slop_500; in msDlcHandler()
2381 BLE_Slop =((BLE_Slop_800-BLE_Slop_600)*(BLE_Slop-0x600)+256)/512+BLE_Slop_600; in msDlcHandler()
2389 if(BLE_Slop > BLE_Slop_tmp) in msDlcHandler()
2391 BLE_Slop = BLE_Slop; in msDlcHandler()
2395 BLE_Slop = BLE_Slop_tmp; in msDlcHandler()
2400 BLE_Slop = BLE_Slop; in msDlcHandler()
2405 BLE_Slop = (BLE_Slop*(256-g_wPIAlpha)+ 1024*g_wPIAlpha + 128)/256; in msDlcHandler()
2409 if(BLE_Slop >(Pre_BLE_Slop/16)) in msDlcHandler()
2413 uwBLE_Blend = (WORD)(((16*(DWORD)BLE_Slop)+(63*(DWORD)Pre_BLE_Slop)+63)/64); in msDlcHandler()
2419 uwBLE_Blend = (WORD)((((DWORD) g_ucDlcFlickAlpha * (DWORD)BLE_Slop) + in msDlcHandler()
2428 uwBLE_Blend = (WORD)(((16*(DWORD)BLE_Slop)+(63*(DWORD)Pre_BLE_Slop))/64); in msDlcHandler()
2434 uwBLE_Blend = (WORD)((((DWORD) g_ucDlcFlickAlpha * (DWORD)BLE_Slop) + in msDlcHandler()