Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp_common.h60 static INLINE int64_t lclamp(int64_t value, int64_t low, int64_t high) { in lclamp() function
/external/libvpx/libvpx/vp9/encoder/
Dvp9_firstpass.c3330 max_kf_bits = lclamp(max_kf_bits, 0, INT_MAX); in find_next_key_frame()