Home
last modified time | relevance | path

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

/RvlSDK-3.2.3/build/libraries/kpad/src/
DKPAD.c85 static f32 kp_wbc_ave_count = 400 ; // Wait count for value stability on the Wii Balance Boa… variable
1851 …ht_ave[ idx ] = ( kp_wbc_weight_ave[ idx ] * kp_wbc_ave_count + ep->bl.weight[ idx ] ) / ( kp_wbc_… in read_kpad_ext()
1859 if ( kp_wbc_ave_sample_count == kp_wbc_ave_count ) { in read_kpad_ext()
2781 if ( kp_wbc_ave_sample_count > kp_wbc_ave_count ) { in KPADiSamplingCallback()