Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_systemdependent.h48 static INLINE int get_msb(unsigned int n) { in get_msb() function
54 static INLINE int get_msb(unsigned int n) { in get_msb() function
62 static INLINE int get_msb(unsigned int n) { in get_msb() function
Dvp9_common.h64 return num_values > 0 ? get_msb(num_values) + 1 : 0; in get_unsigned_bits()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_rdopt.c393 int k = get_msb(tmp) - 3; in model_rd_norm()