Lines Matching refs:pNextKey
487 const typename Traits::KeyType* pNextKey = pKey + 1; in CalcLinearFloatSegmentFV_() local
489 f32 nextKeyFrame = Traits::GetFrameF32( pNextKey ); in CalcLinearFloatSegmentFV_()
493 + Traits::GetValue( pSegment, pNextKey ) * rate; in CalcLinearFloatSegmentFV_()
509 const typename Traits::KeyType* pNextKey = pKey + 1; in CalcHermiteFloatSegmentFVSS_() local
512 f32 d = Traits::GetFrameF32( pNextKey ) - keyFrame; in CalcHermiteFloatSegmentFVSS_()
514 f32 v1 = Traits::GetValue( pSegment, pNextKey ); in CalcHermiteFloatSegmentFVSS_()
516 f32 t1 = Traits::GetInSlope( pNextKey ); in CalcHermiteFloatSegmentFVSS_()
536 const typename Traits::KeyType* pNextKey = pKey + 1; in CalcHermiteFloatSegmentFVS_() local
539 f32 d = Traits::GetFrameF32( pNextKey ) - keyFrame; in CalcHermiteFloatSegmentFVS_()
541 f32 v1 = Traits::GetValue( pSegment, pNextKey ); in CalcHermiteFloatSegmentFVS_()
543 f32 t1 = Traits::GetSlope( pNextKey ); in CalcHermiteFloatSegmentFVS_()