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

  /external/libaom/libaom/av1/encoder/
av1_multi_thread.c 22 const int tile_cols = cm->tile_cols; local
25 multi_thread_ctxt->allocated_tile_cols = tile_cols;
ethread.c 39 for (int col = 0; col < cm->tile_cols; col++) {
40 TileDataEnc *tile_data = &cpi->tile_data[row * cm->tile_cols + col];
227 const int tile_cols = cm->tile_cols; local
235 for (int tile_col = 0; tile_col < tile_cols; tile_col++) {
236 int tile_index = tile_row * tile_cols + tile_col;
356 const int tile_cols = cm->tile_cols; local
362 for (t = thread_data->start; t < tile_rows * tile_cols;
364 int tile_row = t / tile_cols;
589 const int tile_cols = cm->tile_cols; local
623 const int tile_cols = cm->tile_cols; local
    [all...]
level.c 385 const int tile_cols = cm->tile_cols; local
396 for (int tile_col = 0; tile_col < tile_cols; ++tile_col) {
398 &cpi->tile_data[tile_row * cm->tile_cols + tile_col].tile_info;
514 const int tile_cols = cm->tile_cols; local
516 const int tiles = tile_cols * tile_rows;
592 level_spec->max_tile_cols = AOMMAX(level_spec->max_tile_cols, tile_cols);
bitstream.c 3415 const int tile_cols = cm->tile_cols; local
    [all...]
encodeframe.c 4940 const int tile_cols = cm->tile_cols; local
4966 const int tile_cols = cm->tile_cols; local
5000 const int tile_cols = cm->tile_cols; local
5064 const int tile_cols = cm->tile_cols; local
    [all...]
encoder.h 1186 const int tile_cols = cm->tile_cols; local
    [all...]
  /external/libvpx/libvpx/test/
vp9_encoder_parms_get_to_decoder.cc 39 int32_t tile_cols; member in struct:__anon29720::EncodeParameters
86 encoder->Control(VP9E_SET_TILE_COLUMNS, encode_parms.tile_cols);
127 EXPECT_EQ(encode_parms.tile_cols, common->log2_tile_cols);
  /external/libvpx/libvpx/vp9/encoder/
vp9_multi_thread.c 72 const int tile_cols = 1 << cm->log2_tile_cols; local
81 total_jobs = jobs_per_tile_col * tile_cols;
83 multi_thread_ctxt->allocated_tile_cols = tile_cols;
92 for (tile_col = 0; tile_col < tile_cols; tile_col++) {
99 for (tile_col = 0; tile_col < tile_cols; tile_col++) {
113 for (tile_col = 0; tile_col < tile_cols; tile_col++) {
114 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col];
122 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols];
174 const int tile_cols = 1 << cm->log2_tile_cols; local
178 for (i = 0; i < tile_cols; i++)
233 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);
398 const int tile_cols = 1 << cm->log2_tile_cols; local
419 tile_cols);
424 this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col];
439 const int tile_cols = 1 << cm->log2_tile_cols local
489 const int tile_cols = 1 << cm->log2_tile_cols; local
526 const int tile_cols = 1 << cm->log2_tile_cols; local
568 const int tile_cols = 1 << cm->log2_tile_cols; local
599 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
vp9_temporal_filter.c 943 const int tile_cols = 1 << cm->log2_tile_cols; local
945 &cpi->tile_data[tile_row * tile_cols + tile_col].tile_info
960 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
vp9_bitstream.c 981 const int tile_cols = 1 << cm->log2_tile_cols; local
1062 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
vp9_encodeframe.c 5541 const int tile_cols = 1 << cm->log2_tile_cols; local
5599 const int tile_cols = 1 << cm->log2_tile_cols; local
5629 const int tile_cols = 1 << cm->log2_tile_cols; local
5642 const int tile_cols = 1 << cm->log2_tile_cols; local
5848 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
vp9_encoder.c 3631 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
vp9_encoder.h 978 const int tile_cols = 1 << cm->log2_tile_cols; local
979 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col];
  /external/libvpx/libvpx/vp9/common/
vp9_thread_common.c 167 // causing incorrect sync calculations when sb_rows < threads/tile_cols.
391 const int tile_cols = 1 << cm->log2_tile_cols; local
409 if (lf_sync->num_tiles_done[cur_row] < tile_cols) {
  /external/libaom/libaom/av1/common/
thread_common.c 799 const int tile_cols = LR_TILE_COLS; local
800 const int tile_idx = tile_col + tile_row * tile_cols;
onyxc_int.h 490 int tile_cols, tile_rows; member in struct:AV1Common
502 int tile_col_start_sb[MAX_TILE_COLS + 1]; // valid for 0 <= i <= tile_cols
    [all...]
  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
tiled_dot_emitter.cc 116 int64 tile_cols() const { return derived().config().tile_cols(); } function in struct:xla::cpu::__anon44367::GemvConfig::User
127 int64 tile_cols() const { return tile_cols_; } function in class:xla::cpu::__anon44367::GemvConfig
134 tile_rows(), "_", tile_cols(), "_", m(), "_", k(),
140 int64 tile_cols, int64 m, int64 k, bool has_addend)
144 tile_cols_(tile_cols),
225 explicit Config(PrimitiveType scalar_type, int64 tile_rows, int64 tile_cols,
228 /*tile_rows=*/tile_rows, /*tile_cols=*/tile_cols, /*m=*/m,
306 int64 column_remainder = k() % tile_cols();
    [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]
626 // [tile_rows, tile_cols, num_tiles, in_depth]
638 const int64 tile_cols = transform->input_shape().cols local
700 const int64 tile_cols = transform->input_shape().cols; local
752 const int64 tile_cols = transform->input_shape().cols; local
947 const int64 tile_cols = transform->input_shape().cols; local
    [all...]
  /external/libvpx/libvpx/vp9/decoder/
vp9_decodeframe.c 1696 const int tile_cols = 1 << cm->log2_tile_cols; local
1962 const int tile_cols = 1 << cm->log2_tile_cols; local
2497 const int tile_cols = 1 << cm->log2_tile_cols; local
    [all...]
  /external/libvpx/libvpx/
vpxenc.c 411 static const arg_def_t tile_cols = variable
503 &tile_cols,
    [all...]
  /external/libaom/libaom/apps/
aomenc.c 418 static const arg_def_t tile_cols = variable
    [all...]
  /external/libaom/libaom/av1/decoder/
decodeframe.c 2702 const int tile_cols = cm->tile_cols; local
2830 const int tile_cols = cm->tile_cols; local
3131 const int tile_cols = cm->tile_cols; local
3904 const int tile_cols = cm->tile_cols; local
4079 const int tile_cols = cm->tile_cols; local
    [all...]

Completed in 535 milliseconds