Home
last modified time | relevance | path

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

/third_party/openh264/codec/common/inc/
Dmacros.h296 …ne bool CheckInRangeCloseOpen (const int16_t kiCurrent, const int16_t kiMin, const int16_t kiMax) { in CheckInRangeCloseOpen() argument
297 return ((kiCurrent >= kiMin) && (kiCurrent < kiMax)); in CheckInRangeCloseOpen()