| /external/libvpx/vp9/encoder/ |
| D | vp9_multi_thread.c | 73 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_row_mt_mem_alloc() local 175 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_multi_thread_tile_init() local 192 int tile_cols, int num_workers) { in vp9_assign_tile_to_thread() 234 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_prepare_job_queue() local 304 int tile_cols) { in vp9_get_tiles_proc_status()
|
| D | vp9_ethread.c | 44 const int tile_cols = 1 << cm->log2_tile_cols; in enc_worker_hook() local 196 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_encode_tiles_mt() local 420 const int tile_cols = 1 << cm->log2_tile_cols; in first_pass_worker_hook() local 461 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_encode_fp_row_mt() local 511 const int tile_cols = 1 << cm->log2_tile_cols; in temporal_filter_worker_hook() local 548 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_temporal_filter_row_mt() local 590 const int tile_cols = 1 << cm->log2_tile_cols; in enc_row_mt_worker_hook() local 621 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_encode_tiles_row_mt() local
|
| D | vp9_temporal_filter.c | 1001 const int tile_cols = 1 << cm->log2_tile_cols; in temporal_filter_iterate_tile_c() local 1018 const int tile_cols = 1 << cm->log2_tile_cols; in temporal_filter_iterate_c() local
|
| D | vp9_bitstream.c | 985 const int tile_cols = 1 << cm->log2_tile_cols; in encode_tiles_mt() local 1066 const int tile_cols = 1 << cm->log2_tile_cols; in encode_tiles() local
|
| D | vp9_encodeframe.c | 5790 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_init_tile_data() local 5853 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_encode_sb_row() local 5888 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_encode_tile() local 5901 const int tile_cols = 1 << cm->log2_tile_cols; in encode_tiles() local 6190 const int tile_cols = 1 << cm->log2_tile_cols; in restore_encode_params() local
|
| /external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/ |
| D | padding.cpp | 34 unsigned int tile_cols, in copy_and_pad_tile() 131 unsigned int tile_cols, in crop_and_copy_tile()
|
| /external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
| D | tiled_dot_emitter.cc | 116 int64_t tile_cols() const { return derived().config().tile_cols(); } in tile_cols() function 127 int64_t tile_cols() const { return tile_cols_; } in tile_cols() function in xla::cpu::__anon8d179a540111::GemvConfig 140 int64_t tile_rows, int64_t tile_cols, int64_t m, in GemvConfig() 227 int64_t tile_cols, int64_t m, int64_t k, bool has_addend) in Config() 455 int64_t tile_cols, int64_t m, int64_t k, bool has_addend) in Config() 1003 int64_t tile_cols, int64_t m, int64_t k, llvm::Value* lhs, in EmitRowMajorGemv() 1030 int64_t tile_cols, int64_t m, int64_t k, in EmitColumnMajorGemv()
|
| /external/tensorflow/tensorflow/core/kernels/ |
| D | deep_conv2d.cc | 213 const int64_t tile_cols = transform->input_shape().cols; in operator ()() local 391 const int64_t tile_cols = transform->input_shape().cols; in operator ()() local 650 const int64_t tile_cols = transform->input_shape().cols; in operator ()() local 712 const int64_t tile_cols = transform->input_shape().cols; in operator ()() local 765 const int64_t tile_cols = transform->input_shape().cols; in operator ()() local 961 const int64_t tile_cols = transform->input_shape().cols; in operator ()() local
|
| /external/ComputeLibrary/src/core/NEON/kernels/convolution/common/ |
| D | padding.cpp | 36 const unsigned int tile_cols, in copy_and_pad_tile()
|
| /external/libaom/av1/encoder/ |
| D | ethread.c | 235 const int tile_cols = cm->tiles.cols; in row_mt_mem_alloc() local 273 const int tile_cols = enc_row_mt->allocated_tile_cols; in av1_row_mt_mem_dealloc() local 326 const int tile_cols = cm->tiles.cols; in switch_tile_and_get_next_job() local 597 const int tile_cols = cm->tiles.cols; in enc_worker_hook() local 1463 const int tile_cols = cm->tiles.cols; in compute_num_enc_row_mt_workers() local 1481 const int tile_cols = cm->tiles.cols; in compute_num_enc_tile_mt_workers() local 1508 const int tile_cols = cm->tiles.cols; in av1_encode_tiles_mt() local 1555 const int tile_cols = cm->tiles.cols; in compute_max_sb_rows_cols() local 1572 const int tile_cols = cm->tiles.cols; in av1_fp_compute_num_enc_workers() local 1677 const int tile_cols = cm->tiles.cols; in av1_encode_tiles_row_mt() local [all …]
|
| D | encodeframe.c | 1216 const int tile_cols = cm->tiles.cols; in av1_alloc_tile_data() local 1232 const int tile_cols = cm->tiles.cols; in av1_init_tile_data() local 1345 const int tile_cols = cm->tiles.cols; in av1_encode_sb_row() local 1398 const int tile_cols = cm->tiles.cols; in encode_tiles() local
|
| D | rc_utils.h | 97 const int tile_cols = (1 << tile_cfg->tile_columns); in config_target_level() local
|
| D | level.c | 1100 const int tile_cols = cm->tiles.cols; in get_tile_stats() local 1242 const int tile_cols = cm->tiles.cols; in av1_update_level_info() local
|
| D | mv_prec.c | 351 const int tile_cols = cm->tiles.cols; in av1_collect_mv_stats() local
|
| D | firstpass.c | 1069 const int tile_cols = cm->tiles.cols; in first_pass_tiles() local 1295 const int tile_cols = cm->tiles.cols; in av1_first_pass() local
|
| D | bitstream.c | 3581 const int tile_cols = tiles->cols; in write_large_scale_tile_obu() local 3846 const int tile_cols = tiles->cols; in write_tile_obu() local 4020 const int tile_cols = tiles->cols; in pack_tiles_in_tg_obus() local
|
| /external/libvpx/test/ |
| D | vp9_encoder_parms_get_to_decoder.cc | 39 int32_t tile_cols; member
|
| /external/libvpx/vp9/decoder/ |
| D | vp9_decodeframe.c | 1683 const uint8_t *data_end, int tile_cols, in get_tile_buffers() 1774 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_jobq_alloc() local 1791 const int tile_cols = 1 << cm->log2_tile_cols; in recon_tile_row() local 1902 const int tile_cols = 1 << cm->log2_tile_cols; in row_decode_worker_hook() local 2019 const int tile_cols = 1 << cm->log2_tile_cols; in decode_tiles() local 2326 const int tile_cols = 1 << cm->log2_tile_cols; in decode_tiles_row_wise_mt() local 2444 const int tile_cols = 1 << cm->log2_tile_cols; in decode_tiles_mt() local 2957 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_decode_frame() local
|
| /external/libaom/test/ |
| D | tile_config_test.cc | 28 const unsigned int tile_cols; member
|
| /external/libvpx/vp9/common/ |
| D | vp9_thread_common.c | 397 const int tile_cols = 1 << cm->log2_tile_cols; in get_next_row() local
|
| /external/libaom/av1/decoder/ |
| D | decodeframe.c | 2260 const int tile_cols = cm->tiles.cols; in get_ls_tile_buffers() local 2388 const int tile_cols = cm->tiles.cols; in get_tile_buffers() local 2724 const int tile_cols = tiles->cols; in decode_tiles() local 3320 int tile_cols) { in alloc_dec_jobs() 3512 static AOM_INLINE void tile_mt_queue(AV1Decoder *pbi, int tile_cols, in tile_mt_queue() 3534 const int tile_cols = tiles->cols; in decode_tiles_mt() local 3716 const int tile_cols = tiles->cols; in decode_tiles_row_mt() local
|
| /external/libaom/av1/common/ |
| D | thread_common.c | 707 const int tile_cols = LR_TILE_COLS; in loop_restoration_row_worker() local
|
| /external/libvpx/ |
| D | vpxenc.c | 439 static const arg_def_t tile_cols = variable
|
| /external/libaom/av1/ |
| D | arg_defs.h | 125 arg_def_t tile_cols; member
|
| D | av1_dx_iface.c | 1084 int tile_cols = tiles->cols; in ctrl_get_tile_info() local
|