HomeSort by relevance Sort by last modified time
    Searched defs:shift (Results 151 - 175 of 782) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/skia/src/image/
SkSurface_Raster.cpp 49 int shift = info.shiftPerPixel(); local
51 uint64_t minRB = (uint64_t)info.width() << shift;
56 size_t alignedRowBytes = rowBytes >> shift << shift;
  /external/skqp/src/core/
SkMathPriv.h 238 uint32_t shift = 1; local
239 while (shift < kNumSizeTBits) {
240 n |= n >> shift;
241 shift <<= 1;
  /external/skqp/src/image/
SkSurface_Raster.cpp 49 int shift = info.shiftPerPixel(); local
51 uint64_t minRB = (uint64_t)info.width() << shift;
56 size_t alignedRowBytes = rowBytes >> shift << shift;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DataExtractor.cpp 153 unsigned shift = 0; local
159 result |= uint64_t(byte & 0x7f) << shift;
160 shift += 7;
174 unsigned shift = 0; local
180 result |= uint64_t(byte & 0x7f) << shift;
181 shift += 7;
187 if (shift < 64 && (byte & 0x40))
188 result |= -(1ULL << shift);
  /external/tensorflow/tensorflow/core/kernels/
record_yielder.cc 122 // Left-shift the filename list.
124 int64 shift; local
127 shift = opts_.file_shuffle_shift_ratio * num;
128 std::rotate(filenames.begin(), filenames.begin() + shift,
roll_op.cc 47 int offset = 0; // the shift along the flattened tensor for current element
54 const int shift = dim_size[i] - threshold[i];
57 // calculate dimension index after the shift
58 const int shifted_indx = (indx + shift) % dim_size[i];
71 // dim_range[j] = threshold[j] + shift[j]
72 // offset = shift[j] + ... other offsets
79 } else if (threshold[j] != 0) { // if threshold is 0 shift is 0
99 // isd - inner shift dimension
141 const int shift = dim_size[i] - threshold[i];
144 // calculate dimension index after the shift
231 const Tensor& shift = context->input(1); variable
    [all...]
  /external/tensorflow/tensorflow/core/lib/io/
inputbuffer.cc 142 int shift = 7 * index; local
144 *result |= (static_cast<T>(scratch) & 127) << shift;
  /external/tensorflow/tensorflow/lite/kernels/internal/
spectrogram.cc 51 int shift = (1 << i); local
52 uint32_t x = value >> shift;
55 log += shift;
  /external/u-boot/arch/x86/lib/
pmu.c 53 unsigned int shift = (lss * 2) % 32; local
67 ssc &= ~(0x3 << shift); /* D0 */
69 ssc |= 0x3 << shift; /* D3hot */
  /external/u-boot/drivers/bios_emulator/x86emu/
ops2.c 358 u8 shift; local
372 shift = fetch_byte_imm();
373 DECODE_PRINTF2("%d\n", shift);
376 destval = shld_long(destval,*shiftreg,shift);
385 shift = fetch_byte_imm();
386 DECODE_PRINTF2("%d\n", shift);
389 destval = shld_word(destval,*shiftreg,shift);
400 shift = fetch_byte_imm();
401 DECODE_PRINTF2("%d\n", shift);
403 *destreg = shld_long(*destreg,*shiftreg,shift);
592 u8 shift; local
1073 u8 shift; local
    [all...]
  /external/v4l2_codec2/vda/
vp8_bool_decoder.cc 105 int shift = VP8_BD_VALUE_BIT - CHAR_BIT - (count_ + CHAR_BIT); local
108 int x = shift + CHAR_BIT - static_cast<int>(bits_left);
117 while (shift >= loop_end) {
119 value_ |= static_cast<size_t>(*user_buffer_) << shift;
121 shift -= CHAR_BIT;
141 size_t shift = kVp8Norm[range_]; local
142 range_ <<= shift; local
143 value_ <<= shift; local
144 count_ -= static_cast<int>(shift);
  /external/vixl/test/aarch32/
test-assembler-cond-rd-operand-rn-shift-amount-1to31-a32.cc 76 ShiftType shift; member in struct:vixl::aarch32::__anon48977::Operands
1441 ShiftType shift = kTests[i].operands.shift; local
    [all...]
test-assembler-cond-rd-operand-rn-shift-amount-1to31-in-it-block-t32.cc 68 ShiftType shift; member in struct:vixl::aarch32::__anon48978::Operands
1122 ShiftType shift = kTests[i].operands.shift; local
    [all...]
test-assembler-cond-rd-operand-rn-shift-amount-1to31-t32.cc 76 ShiftType shift; member in struct:vixl::aarch32::__anon48979::Operands
1465 ShiftType shift = kTests[i].operands.shift; local
    [all...]
test-assembler-cond-rd-operand-rn-shift-amount-1to32-a32.cc 76 ShiftType shift; member in struct:vixl::aarch32::__anon48980::Operands
813 ShiftType shift = kTests[i].operands.shift; local
    [all...]
test-assembler-cond-rd-operand-rn-shift-amount-1to32-in-it-block-t32.cc 68 ShiftType shift; member in struct:vixl::aarch32::__anon48981::Operands
622 ShiftType shift = kTests[i].operands.shift; local
    [all...]
test-assembler-cond-rd-operand-rn-shift-amount-1to32-t32.cc 76 ShiftType shift; member in struct:vixl::aarch32::__anon48982::Operands
841 ShiftType shift = kTests[i].operands.shift; local
    [all...]
test-assembler-cond-rd-operand-rn-shift-rs-a32.cc 76 ShiftType shift; member in struct:vixl::aarch32::__anon48983::Operands
2238 ShiftType shift = kTests[i].operands.shift; local
    [all...]
test-assembler-cond-rd-operand-rn-shift-rs-in-it-block-t32.cc 68 ShiftType shift; member in struct:vixl::aarch32::__anon48984::Operands
1122 ShiftType shift = kTests[i].operands.shift; local
    [all...]
test-assembler-cond-rd-operand-rn-shift-rs-narrow-out-it-block-t32.cc 68 ShiftType shift; member in struct:vixl::aarch32::__anon48985::Operands
355 #include "aarch32/traces/assembler-cond-rd-operand-rn-shift-rs-narrow-out-it-block-movs-t32.h"
378 ShiftType shift = kTests[i].operands.shift; local
380 Operand op(rn, shift, rs);
test-assembler-cond-rd-operand-rn-shift-rs-t32.cc 70 ShiftType shift; member in struct:vixl::aarch32::__anon48986::Operands
2174 ShiftType shift = kTests[i].operands.shift; local
    [all...]
  /external/webrtc/webrtc/common_audio/signal_processing/
complex_fft.c 161 int k, scale, shift; local
182 shift = 0;
188 shift++;
194 shift++;
225 frfi[2 * j] = (int16_t)((qr32 - tr32) >> shift);
226 frfi[2 * j + 1] = (int16_t)((qi32 - ti32) >> shift);
227 frfi[2 * i] = (int16_t)((qr32 + tr32) >> shift);
228 frfi[2 * i + 1] = (int16_t)((qi32 + ti32) >> shift);
283 (qr32 - tr32 + round2) >> (shift + CIFFTSFT));
285 (qi32 - ti32 + round2) >> (shift + CIFFTSFT))
    [all...]
complex_fft_mips.c 154 int scale = 0, shift = 0; local
174 "addiu %[shift], $zero, 14 \n\t"
225 "addu %[shift], %[shift], %[tmp1] \n\t"
272 "srav %[tmp4], %[tmp4], %[shift] \n\t"
273 "srav %[tmp1], %[tmp1], %[shift] \n\t"
274 "srav %[tmp6], %[tmp6], %[shift] \n\t"
275 "srav %[tmp5], %[tmp5], %[shift] \n\t"
295 "sra %[tmp4], %[tmp4], %[shift] \n\t"
296 "sra %[tmp1], %[tmp1], %[shift] \n\t
    [all...]
  /external/webrtc/webrtc/modules/rtp_rtcp/source/rtcp_packet/
nack.cc 138 uint16_t shift = static_cast<uint16_t>(*it - item.first_pid - 1); local
139 if (shift <= 15) {
140 item.bitmask |= (1 << shift);
  /frameworks/av/media/libstagefright/foundation/include/media/stagefright/foundation/
Flagged.h 127 * \param shift DO NO USE. used internally
132 static constexpr Flag minMask(Flag maxValue, int shift=sizeof(Flag) * 4) {
135 return shift ? minMask<Flag>(Flag(maxValue | (maxValue >> shift)), shift >> 1) : maxValue;
141 * This method helps around the C-language limitation, when left-shift of a negative value with
144 * \param value value to shift
145 * \param shift amount of shift
149 static constexpr IntFlag lshift(Flag value, int shift) {
272 static constexpr int shift = 0; \/\/\/<left shift of flags in a potentially flagged class member in struct:android::_Flagged_helper::mask_of
323 static constexpr int shift = T::sFlagShift; member in struct:android::_Flagged_helper::mask_of
    [all...]

Completed in 1757 milliseconds

1 2 3 4 5 67 8 91011>>