HomeSort by relevance Sort by last modified time
    Searched refs:log_in_base_2 (Results 1 - 2 of 2) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_entropymv.c 56 static const uint8_t log_in_base_2[] = { variable
106 : (MV_CLASS_TYPE)log_in_base_2[z >> 3];
  /external/libaom/libaom/av1/encoder/
encodemv.c 28 static INLINE uint8_t log_in_base_2(unsigned int n) { function
36 : (MV_CLASS_TYPE)log_in_base_2(z >> 3);

Completed in 1645 milliseconds