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

  /external/chromium_org/chrome/browser/thumbnails/
content_analysis.cc 320 int bit_shift = 8 - static_cast<int>( local
325 *row <<= bit_shift; local
363 int bit_shift = 0; local
365 bit_shift = static_cast<int>(
374 target_row[c] = (grad_x * grad_x + grad_y * grad_y) >> bit_shift;
  /external/srtp/crypto/math/
math.c 638 int bit_shift = num_bits & 31; local
641 x->v32[i] = x->v32[i+word_shift] << bit_shift;

Completed in 52 milliseconds