HomeSort by relevance Sort by last modified time
    Searched defs:window_size (Results 1 - 25 of 49) sorted by null

1 2

  /external/clang/test/CoverageMapping/
casts.c 5 int window_size = (sizeof(int) <= 2 ? (unsigned)512 : 1024); // CHECK-NEXT: File 0, [[@LINE]]:57 -> [[@LINE]]:61 = (#0 - #1) local
  /external/tensorflow/tensorflow/examples/wav_to_spectrogram/
main.cc 29 tensorflow::int32 window_size = 256; local
35 tensorflow::Flag("window_size", &window_size,
59 input_wav, window_size, stride, brightness, output_image);
  /external/adhd/cras/src/server/
rate_estimator.h 32 * window_size - The size of the window.
40 struct timespec window_size; member in struct:rate_estimator
50 * window_size - The window size of the rate estimator.
55 const struct timespec *window_size,
  /external/webrtc/webrtc/modules/desktop_capture/x11/
x_server_pixel_buffer.h 41 const DesktopSize& window_size() { return window_size_; } function in class:webrtc::XServerPixelBuffer
56 // that |rect| is not larger than window_size().
  /external/squashfs-tools/squashfs-tools/
gzip_wrapper.h 41 (s)->window_size = inswap_le16((s)->window_size); \
54 short window_size; member in struct:gzip_comp_opts
gzip_wrapper.c 48 static int window_size = GZIP_DEFAULT_WINDOW_SIZE; variable
92 window_size = atoi(argv[1]);
93 if(window_size < 8 || window_size > 15) {
186 window_size == GZIP_DEFAULT_WINDOW_SIZE &&
194 comp_opts.window_size = window_size;
232 window_size = GZIP_DEFAULT_WINDOW_SIZE;
252 if(comp_opts->window_size < 8 ||
253 comp_opts->window_size > 15)
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
attention_ops.cc 54 const Tensor& window_size = context->input(1); variable
56 (window_size.shape().dims() == 1) &&
57 window_size.shape().dim_size(0) == 2,
60 window_size.shape().DebugString()));
62 const int64 output_height = window_size.tensor<int, 1>()(0);
63 const int64 output_width = window_size.tensor<int, 1>()(1);
  /external/v4l2_codec2/vda/
bit_reader_core.cc 83 const int window_size = local
85 DCHECK_GE(window_size, 0);
86 DCHECK_LE(window_size, nbytes);
87 if (window_size < nbytes) {
89 bits_read_ += 8 * window_size;
152 int window_size = local
154 DCHECK_GE(window_size, 0);
155 DCHECK_LE(window_size, max_nbytes);
156 if (window_size == 0)
160 memcpy(&reg_next_, byte_stream_window, window_size);
    [all...]
  /external/tensorflow/tensorflow/core/ops/
audio_ops.cc 73 int32 window_size; local
74 TF_RETURN_IF_ERROR(c->GetAttr("window_size", &window_size));
86 const int64 length_minus_window = (input_length_value - window_size);
97 c->MakeDim(1 + NextPowerOfTwo(window_size) / 2);
141 .Attr("window_size: int")
  /external/brotli/research/
draw_histogram.cc 58 static uint32_t window_size = (1 << FLAGS_brotli_window); local
59 assert(*pos >= 0 && *pos < window_size);
61 offset += window_size;
  /external/selinux/policycoreutils/run_init/
open_init_pty.c 225 struct winsize window_size; local
266 if (ioctl(STDOUT_FILENO, TIOCGWINSZ, &window_size) < 0) {
271 child_pid = forkpty(&pty_master, NULL, &tty_attr, &window_size);
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
pooling_ops.cc 186 int64 window_size = std::accumulate(ksize.begin(), ksize.end(), 1, local
190 XlaHelpers::IntegerLiteral(ctx->builder(), dtype, window_size);
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
elemental_ir_emitter.cc 368 std::vector<int64> window_size; local
370 window_size.push_back(dim.size());
373 ShapeUtil::MakeShape(operand_element_type, window_size), "window");
  /external/tensorflow/tensorflow/compiler/xla/tests/
convolution_test.cc 595 int64 window_size; member in struct:xla::__anon39055::Convolve1DTestParam
610 int64 window_size = GetParam().window_size; local
611 std::vector<int64> input_dims = {batch, window_size + num_windows - 1,
613 std::vector<int64> filter_dims = {window_size, input_feature,
649 static_cast<T>(window_size * input_feature));
  /external/tensorflow/tensorflow/core/kernels/data/
group_by_window_dataset_op.cc 44 // Get captured inputs for the key, reduce, and window_size functions.
264 const int64 window_size = variable
266 window_sizes_[key] = window_size;
269 const int64 window_size = window_sizes_[key]; variable
274 if (group.size() == window_size) {
  /external/tensorflow/tensorflow/examples/android/jni/object_tracking/
image_utils.h 160 const int window_size = 2 * window_radius + 1; local
161 for (int y = 0; y < window_size; ++y) {
164 for (int x = 0; x < window_size; ++x) {
173 CalculateGInt16(vals_x, vals_y, window_size * window_size, g_temp);
  /external/zlib/src/contrib/gcc_gvmat64/
gvmat64.S 156 #define window_size [ rcx + dsWSize] define
267 mov eax, window_size
  /external/zlib/src/contrib/masmx64/
gvmat64.asm 142 COMM window_size:DWORD
180 window_size equ [ rcx + dsWSize] define
287 mov eax, window_size
  /system/core/storaged/tests/
storaged_test.cpp 165 uint32_t window_size = 2; local
168 for (idx = 0; idx < window_size; ++idx) {
176 sstats1.evict(another_data[idx - window_size]);
  /toolchain/binutils/binutils-2.27/zlib/contrib/gcc_gvmat64/
gvmat64.S 156 #define window_size [ rcx + dsWSize] define
267 mov eax, window_size
  /toolchain/binutils/binutils-2.27/zlib/contrib/masmx64/
gvmat64.asm 142 COMM window_size:DWORD
180 window_size equ [ rcx + dsWSize] define
287 mov eax, window_size
  /external/libvpx/libvpx/examples/
vpx_temporal_svc_encoder.c 78 int window_size; member in struct:RateControlMetrics
114 rc->window_size = 15;
159 printf("Short-time stats, for window of %d frames: \n", rc->window_size);
    [all...]
  /external/mtpd/
pptp.c 115 uint16_t window_size; member in struct:packet::__anon30713::__anon30714::__anon30716::__anon30718
297 outgoing.ocrq.window_size = htons(8192);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
deflate.h 126 ulg window_size; member in struct:internal_state
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
deflate.h 123 ulg window_size; member in struct:internal_state

Completed in 534 milliseconds

1 2