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

  /external/libvpx/libvpx/vpx_ports/
bitops.h 45 unsigned long first_set_bit; local
47 _BitScanReverse(&first_set_bit, n);
48 return first_set_bit;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
vp9_systemdependent.h 55 unsigned long first_set_bit; local
56 _BitScanReverse(&first_set_bit, n);
57 return first_set_bit;
  /external/webp/src/utils/
utils.h 123 unsigned long first_set_bit; local
124 _BitScanReverse(&first_set_bit, n);
125 return first_set_bit;
  /external/opencv3/3rdparty/libwebp/enc/
backward_references.h 48 unsigned long first_set_bit; local
50 _BitScanReverse(&first_set_bit, n);
51 return first_set_bit;

Completed in 432 milliseconds