Searched refs:sam (Results 1 - 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h7319 static Bits SignAndMagnitudeToBiased(const Bits &sam) { argument
7320 if (kSignBitMask & sam) {
7321 // sam represents a negative number.
7322 return ~sam + 1;
7324 // sam represents a positive number.
7325 return kSignBitMask | sam;

Completed in 345 milliseconds