Searched refs:pSegment (Results 1 – 1 of 1) sorted by relevance
44 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() argument45 { return &(pSegment->fv64.m_KeyValue[ keyIdx ]); } in GetKey()60 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() argument61 { return &(pSegment->fv32.m_KeyValue[ keyIdx ]); } in GetKey()66 static f32 GetValue( const ResFloatSegmentFVData* pSegment, const KeyType* pKey ) in GetValue() argument69 return value * pSegment->fv32.m_Scale + pSegment->fv32.m_Offset; in GetValue()80 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() argument81 { return &(pSegment->fvss128.m_KeyValue[ keyIdx ]); } in GetKey()98 static const KeyType* GetKey( const ResFloatSegmentFVData* pSegment, uint keyIdx ) in GetKey() argument99 { return &(pSegment->fvss64.m_KeyValue[ keyIdx ]); } in GetKey()[all …]