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

  /external/libvpx/libvpx/vp9/encoder/
vp9_multi_thread.h 26 int tile_cols, int num_workers);
36 int tile_cols);
vp9_multi_thread.c 57 const int tile_cols = 1 << cm->log2_tile_cols; local
64 total_jobs = jobs_per_tile_col * tile_cols;
66 multi_thread_ctxt->allocated_tile_cols = tile_cols;
75 for (tile_col = 0; tile_col < tile_cols; tile_col++) {
82 for (tile_col = 0; tile_col < tile_cols; tile_col++) {
99 for (tile_col = 0; tile_col < tile_cols; tile_col++) {
100 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col];
108 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols];
162 const int tile_cols = 1 << cm->log2_tile_cols; local
166 for (i = 0; i < tile_cols; i++)
221 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
vp9_ethread.c 42 const int tile_cols = 1 << cm->log2_tile_cols; local
48 for (t = thread_data->start; t < tile_rows * tile_cols;
50 int tile_row = t / tile_cols;
51 int tile_col = t % tile_cols;
174 const int tile_cols = 1 << cm->log2_tile_cols; local
175 const int num_workers = VPXMIN(cpi->oxcf.max_threads, tile_cols);
397 const int tile_cols = 1 << cm->log2_tile_cols; local
418 tile_cols);
423 this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col];
438 const int tile_cols = 1 << cm->log2_tile_cols local
487 const int tile_cols = 1 << cm->log2_tile_cols; local
524 const int tile_cols = 1 << cm->log2_tile_cols; local
565 const int tile_cols = 1 << cm->log2_tile_cols; local
596 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
vp9_bitstream.c 966 const int tile_cols = 1 << cm->log2_tile_cols; local
1047 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
vp9_temporal_filter.c 603 const int tile_cols = 1 << cm->log2_tile_cols; local
605 &cpi->tile_data[tile_row * tile_cols + tile_col].tile_info;
620 const int tile_cols = 1 << cm->log2_tile_cols; local
633 for (tile_col = 0; tile_col < tile_cols; ++tile_col) {
vp9_encoder.h 827 const int tile_cols = 1 << cm->log2_tile_cols; local
828 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col];
vp9_encodeframe.c 4613 const int tile_cols = 1 << cm->log2_tile_cols; local
4664 const int tile_cols = 1 << cm->log2_tile_cols; local
4694 const int tile_cols = 1 << cm->log2_tile_cols; local
4707 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
  /external/libvpx/libvpx/test/
vp9_encoder_parms_get_to_decoder.cc 37 int32_t tile_cols; member in struct:__anon26062::EncodeParameters
84 encoder->Control(VP9E_SET_TILE_COLUMNS, encode_parms.tile_cols);
125 EXPECT_EQ(encode_parms.tile_cols, common->log2_tile_cols);
vpxenc.sh 288 for tile_cols in ${num_tile_cols}; do
292 --tile-columns=${tile_cols} \
316 for tile_cols in ${num_tile_cols}; do
320 --tile-columns=${tile_cols} \
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1356 const int tile_cols = 1 << cm->log2_tile_cols; local
1540 const int tile_cols = 1 << cm->log2_tile_cols; local
2022 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
  /external/tensorflow/tensorflow/core/kernels/
deep_conv2d.cc 177 // [tile_rows, tile_cols, out_depth, shard_rows, shard_cols, in_depth]
210 const int64 tile_cols = transform->input_shape().cols; 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]
385 const int64 tile_cols = transform->input_shape().cols; 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]
637 const int64 tile_cols = transform->input_shape().cols local
699 const int64 tile_cols = transform->input_shape().cols; local
751 const int64 tile_cols = transform->input_shape().cols; local
946 const int64 tile_cols = transform->input_shape().cols; local
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
dot_op_emitter.cc 145 int64 tile_rows, int64 tile_cols,
152 tile_cols_(tile_cols),
370 int64 tile_cols, int64 m, int64 k,
376 tile_cols_(tile_cols),
648 int64 tile_cols = tiling_factor; local
652 "_", tile_cols, "_", m, "_", k, addend_array_ ? "_with_addend" : "");
659 [this, tile_rows, tile_cols, m, k, primitive_type](
663 primitive_type, tile_rows, tile_cols, m, k, lhs_op, rhs_op,
671 int64 tile_cols = vector_register_element_size; local
675 "_", tile_cols, "_", m, "_", k, addend_array_ ? "_with_addend" : "")
    [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/common/
vp9_thread_common.c 162 const int tile_cols = 1 << cm->log2_tile_cols; local
163 const int num_workers = VPXMIN(nworkers, tile_cols);
  /external/libvpx/libvpx/
vpxenc.c 409 static const arg_def_t tile_cols = variable
497 &tile_cols,
    [all...]

Completed in 385 milliseconds