Searched defs:ResFloatKeyFVS32Data (Results 1 – 1 of 1) sorted by relevance
175 struct ResFloatKeyFVS32Data struct177 ut::ResU8 m_Frame; // u8178 ut::ResU8 m_ValueSlope[3]; // u12 m_Value * scale + offset; fx6.5 m_Slope;180 u32 GetFrame() const { return m_Frame; } in GetFrame()181 f32 GetFrameF32() const { return static_cast<f32>( this->GetFrame() ); } in GetFrameF32()182 …() const { return static_cast<f32>( u16(m_ValueSlope[0]) + (u16(m_ValueSlope[1] << 4) << 4) ); } in GetValue()183 …) const { return internal::CastS6_5ToF32((s8(m_ValueSlope[2]) << 4) + (m_ValueSlope[1] >> 4)); } in GetSlope()