Home
last modified time | relevance | path

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

/CTR-SDK-4.2.7-SampleDemos/gx/Demo/ScreenCapture/
Dgx_CaptureUtil.cpp53 const f32 divH = static_cast<f32>(div); in GetProjectionForPartialCapture() local
65 …partLeft = (static_cast<f32>(indexH)/divH * right + (divH - static_cast<f32>(indexH))/divH * lef… in GetProjectionForPartialCapture()
66 …partRight = (static_cast<f32>(indexH + 1)/divH * right + (divH - static_cast<f32>(indexH + 1))/di… in GetProjectionForPartialCapture()