Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dsvc_motion_estimate.h346 return (CheckInRangeCloseOpen (ksCurrentMv.iMvX, ksMinMv.iMvX, ksMaxMv.iMvX) in CheckMvInRange()
347 && CheckInRangeCloseOpen (ksCurrentMv.iMvY, ksMinMv.iMvY, ksMaxMv.iMvY)); in CheckMvInRange()
/third_party/openh264/codec/common/inc/
Dmacros.h296 inline bool CheckInRangeCloseOpen (const int16_t kiCurrent, const int16_t kiMin, const int16_t kiMa… in CheckInRangeCloseOpen() function
/third_party/openh264/codec/encoder/core/src/
Dref_list_mgr_svc.cpp320 assert (CheckInRangeCloseOpen (iLtrIdx, 0, MAX_REF_PIC_COUNT)); in LTRMarkProcessScreen()
Dencoder_ext.cpp316 …if (!CheckInRangeCloseOpen (pCfg->iLoopFilterDisableIdc, DEBLOCKING_IDC_0, DEBLOCKING_IDC_2 + 1) || in ParamValidation()
317 …!CheckInRangeCloseOpen (pCfg->iLoopFilterAlphaC0Offset, DEBLOCKING_OFFSET_MINUS, DEBLOCKING_OFFSET… in ParamValidation()
318 …!CheckInRangeCloseOpen (pCfg->iLoopFilterBetaOffset, DEBLOCKING_OFFSET_MINUS, DEBLOCKING_OFFSET + … in ParamValidation()