Home
last modified time | relevance | path

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

/dports/graphics/cfdg/cfdg-3.3_1/src-common/
H A Drenderimpl.cpp378 std::vector<Bounds> mFrameBounds; member in OutputBounds
395 mFrameBounds.resize(frames); in OutputBounds()
430 prev = mFrameBounds.begin(); in finalAccumulate()
431 end = mFrameBounds.end(); in finalAccumulate()
446 prev = mFrameBounds.rbegin(); in backwardFilter()
447 end = mFrameBounds.rend(); in backwardFilter()
461 mFrameBounds.resize(frames + window - 1, mFrameBounds.back()); in smooth()
464 read = mFrameBounds.begin(); in smooth()
472 write = mFrameBounds.begin(); in smooth()
473 end = mFrameBounds.end(); in smooth()
[all …]