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

  /external/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/libwebp/utils/
utils.h 93 uint32_t first_set_bit; local
94 _BitScanReverse(&first_set_bit, n);
95 return first_set_bit;
  /external/libvpx/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 93 uint32_t first_set_bit; local
94 _BitScanReverse(&first_set_bit, n);
95 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;

Completed in 161 milliseconds