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

  /external/libvpx/libvpx/test/
vp9_encoder_parms_get_to_decoder.cc 36 int32_t tile_rows; member in struct:__anon26062::EncodeParameters
83 encoder->Control(VP9E_SET_TILE_ROWS, encode_parms.tile_rows);
126 EXPECT_EQ(encode_parms.tile_rows, common->log2_tile_rows);
  /external/libvpx/libvpx/vp9/encoder/
vp9_multi_thread.c 58 const int tile_rows = 1 << cm->log2_tile_rows; local
67 multi_thread_ctxt->allocated_tile_rows = tile_rows;
98 for (tile_row = 1; tile_row < tile_rows; tile_row++) {
107 for (tile_row = 0; tile_row < tile_rows; tile_row++) {
vp9_ethread.c 43 const int tile_rows = 1 << cm->log2_tile_rows; local
48 for (t = thread_data->start; t < tile_rows * tile_cols;
439 const int tile_rows = 1 << cm->log2_tile_rows; local
446 multi_thread_ctxt->allocated_tile_rows < tile_rows ||
525 const int tile_rows = 1 << cm->log2_tile_rows; local
531 multi_thread_ctxt->allocated_tile_rows < tile_rows ||
597 const int tile_rows = 1 << cm->log2_tile_rows; local
603 multi_thread_ctxt->allocated_tile_rows < tile_rows ||
vp9_bitstream.c 1048 const int tile_rows = 1 << cm->log2_tile_rows; local
    [all...]
vp9_temporal_filter.c 621 const int tile_rows = 1 << cm->log2_tile_rows; local
632 for (tile_row = 0; tile_row < tile_rows; ++tile_row) {
vp9_encoder.h 249 int tile_rows; member in struct:VP9EncoderConfig
vp9_encodeframe.c 4614 const int tile_rows = 1 << cm->log2_tile_rows; local
4708 const int tile_rows = 1 << cm->log2_tile_rows; local
    [all...]
vp9_encoder.c     [all...]
  /external/tensorflow/tensorflow/core/kernels/
deep_conv2d.cc 177 // [tile_rows, tile_cols, out_depth, shard_rows, shard_cols, in_depth]
209 const int64 tile_rows = transform->input_shape().rows; local
211 const int64 tile_spatial_size = tile_rows * tile_cols;
270 // [tile_rows, tile_cols, out_depth, shard_rows, shard_cols, in_depth]
373 // [tile_rows, tile_cols, out_depth, shard_rows, shard_cols, in_depth]
384 const int64 tile_rows = transform->input_shape().rows; local
386 const int64 tile_spatial_size = tile_rows * tile_cols;
454 // [tile_rows, tile_cols, out_depth, shard_rows, shard_cols, in_depth]
625 // [tile_rows, tile_cols, num_tiles, in_depth]
636 const int64 tile_rows = transform->input_shape().rows local
698 const int64 tile_rows = transform->input_shape().rows; local
750 const int64 tile_rows = transform->input_shape().rows; local
945 const int64 tile_rows = transform->input_shape().rows; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
dot_op_emitter.cc 145 int64 tile_rows, int64 tile_cols,
151 tile_rows_(tile_rows),
369 RowMajorMatrixVectorProductEmitter(PrimitiveType scalar_type, int64 tile_rows,
375 tile_rows_(tile_rows),
647 int64 tile_rows = vector_register_element_size; local
651 "col_major_gemv_", PrimitiveType_Name(primitive_type), "_", tile_rows,
659 [this, tile_rows, tile_cols, m, k, primitive_type](
663 primitive_type, tile_rows, tile_cols, m, k, lhs_op, rhs_op,
670 int64 tile_rows = tiling_factor; local
674 "row_major_gemv_", PrimitiveType_Name(primitive_type), "_", tile_rows,
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1357 const int tile_rows = 1 << cm->log2_tile_rows; local
1541 const int tile_rows = 1 << cm->log2_tile_rows; local
2021 const int tile_rows = 1 << cm->log2_tile_rows; local
    [all...]
  /cts/apps/CameraITS/tests/dng_noise_model/
dng_noise_model.py 34 tile_rows, tile_cols = a.shape[0]/tile_size, a.shape[1]/tile_size
35 a = a.reshape([tile_rows, tile_size, tile_cols, tile_size])
  /external/libvpx/libvpx/vp9/
vp9_cx_iface.c 32 unsigned int tile_rows; member in struct:vp9_extracfg
65 0, // tile_rows
270 RANGE_CHECK(extra_cfg, tile_rows, 0, 2);
564 // threaded encoding. For now, tile_rows is forced to be 0 in this case.
569 oxcf->tile_rows = 0;
571 oxcf->tile_rows = extra_cfg->tile_rows;
761 extra_cfg.tile_rows = CAST(VP9E_SET_TILE_ROWS, args);
    [all...]
  /external/ImageMagick/coders/
pcd.c 949 const size_t tile_columns,const size_t tile_rows,ExceptionInfo *exception)
1018 if ((tile_image->columns != tile_columns) || (tile_image->rows != tile_rows))
1023 resize_image=ResizeImage(tile_image,tile_columns,tile_rows,
    [all...]
tiff.c 2778 tile_rows; local
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 411 static const arg_def_t tile_rows = variable
498 &tile_rows,
    [all...]

Completed in 409 milliseconds