Searched defs:byte_shift (Results 1 - 2 of 2) sorted by relevance

/external/syslinux/core/fs/ntfs/
H A Dntfs.c346 const int byte_shift = 8; local
377 res = (res << byte_shift) | *byte--;
390 res = (res << byte_shift) | *byte--;
/external/libvpx/libvpx/test/
H A Dvariance_test.cc365 int byte_shift() const { return params_.bit_depth - 8; } function in class:__anon11761::MainTestClass
382 for (int k = 0; k < block_size(); ++k) src16[k] = i << byte_shift();
389 for (int k = 0; k < block_size(); ++k) ref16[k] = j << byte_shift();
465 vpx_memset16(CONVERT_TO_SHORTPTR(src_), 255 << byte_shift(), block_size());
466 vpx_memset16(CONVERT_TO_SHORTPTR(ref_), 255 << byte_shift(), half);
486 vpx_memset16(CONVERT_TO_SHORTPTR(src_), 255 << byte_shift(), block_size());
487 vpx_memset16(CONVERT_TO_SHORTPTR(ref_), 255 << byte_shift(), half);

Completed in 291 milliseconds