Home
last modified time | relevance | path

Searched defs:tile_cols (Results 1 – 25 of 49) sorted by relevance

12

/aosp_15_r20/external/libvpx/vp9/encoder/
H A Dvp9_ethread.c45 const int tile_cols = 1 << cm->log2_tile_cols; in enc_worker_hook() local
200 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_encode_tiles_mt() local
424 const int tile_cols = 1 << cm->log2_tile_cols; in first_pass_worker_hook() local
465 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_encode_fp_row_mt() local
515 const int tile_cols = 1 << cm->log2_tile_cols; in temporal_filter_worker_hook() local
552 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_temporal_filter_row_mt() local
594 const int tile_cols = 1 << cm->log2_tile_cols; in enc_row_mt_worker_hook() local
625 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_encode_tiles_row_mt() local
H A Dvp9_multi_thread.c81 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_row_mt_mem_alloc() local
183 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_multi_thread_tile_init() local
200 int tile_cols, int num_workers) { in vp9_assign_tile_to_thread()
242 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_prepare_job_queue() local
312 int tile_cols) { in vp9_get_tiles_proc_status()
H A Dvp9_bitstream.c1008 const int tile_cols = 1 << cm->log2_tile_cols; in encode_tiles_mt() local
1111 const int tile_cols = 1 << cm->log2_tile_cols; in encode_tiles() local
H A Dvp9_temporal_filter.c1203 const int tile_cols = 1 << cm->log2_tile_cols; in temporal_filter_iterate_tile_c() local
1220 const int tile_cols = 1 << cm->log2_tile_cols; in temporal_filter_iterate_c() local
H A Dvp9_encodeframe.c5847 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_init_tile_data() local
5910 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_encode_sb_row() local
5945 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_encode_tile() local
5958 const int tile_cols = 1 << cm->log2_tile_cols; in encode_tiles() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dtiled_dot_emitter.cc116 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::__anondccdbc850111::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()
/aosp_15_r20/external/libaom/av1/encoder/
H A Dethread.c245 const int tile_cols = cm->tiles.cols; in row_mt_mem_alloc() local
280 const int tile_cols = enc_row_mt->allocated_tile_cols; in av1_row_mt_mem_dealloc() local
334 const int tile_cols = cm->tiles.cols; in switch_tile_and_get_next_job() local
407 const int tile_cols = cm->tiles.cols; in set_firstpass_encode_done() local
556 const int tile_cols = cm->tiles.cols; in set_encoding_done() local
754 const int tile_cols = cm->tiles.cols; in enc_worker_hook() local
1694 const int tile_cols = cm->tiles.cols; in compute_num_enc_row_mt_workers() local
1712 const int tile_cols = cm->tiles.cols; in compute_num_enc_tile_mt_workers() local
1739 const int tile_cols = cm->tiles.cols; in av1_encode_tiles_mt() local
1786 const int tile_cols = cm->tiles.cols; in compute_max_sb_rows_cols() local
[all …]
H A Dencodeframe.c1291 const int tile_cols = cm->tiles.cols; in av1_alloc_tile_data() local
1321 const int tile_cols = cm->tiles.cols; in av1_init_tile_data() local
1434 const int tile_cols = cm->tiles.cols; in av1_encode_sb_row() local
1489 const int tile_cols = cm->tiles.cols; in encode_tiles() local
H A Dlevel.c1120 const int tile_cols = cm->tiles.cols; in get_tile_stats() local
1263 const int tile_cols = cm->tiles.cols; in av1_update_level_info() local
H A Drc_utils.h97 const int tile_cols = (1 << tile_cfg->tile_columns); in config_target_level() local
H A Dfirstpass.c1105 const int tile_cols = cm->tiles.cols; in first_pass_tiles() local
1335 const int tile_cols = cm->tiles.cols; in av1_first_pass() local
H A Dmv_prec.c350 const int tile_cols = cm->tiles.cols; in av1_collect_mv_stats() local
H A Dbitstream.c3692 const int tile_cols = tiles->cols; in write_large_scale_tile_obu() local
3966 const int tile_cols = tiles->cols; in write_tile_obu() local
4140 const int tile_cols = tiles->cols; in pack_tiles_in_tg_obus() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Ddeep_conv2d.cc213 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
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/
H A Dpadding.cpp34 unsigned int tile_cols, in copy_and_pad_tile()
131 unsigned int tile_cols, in crop_and_copy_tile()
/aosp_15_r20/external/libvpx/vp9/decoder/
H A Dvp9_decodeframe.c1685 const uint8_t *data_end, int tile_cols, in get_tile_buffers()
1776 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_jobq_alloc() local
1794 const int tile_cols = 1 << cm->log2_tile_cols; in recon_tile_row() local
1905 const int tile_cols = 1 << cm->log2_tile_cols; in row_decode_worker_hook() local
2022 const int tile_cols = 1 << cm->log2_tile_cols; in decode_tiles() local
2334 const int tile_cols = 1 << cm->log2_tile_cols; in decode_tiles_row_wise_mt() local
2452 const int tile_cols = 1 << cm->log2_tile_cols; in decode_tiles_mt() local
2965 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_decode_frame() local
/aosp_15_r20/external/ComputeLibrary/src/core/NEON/kernels/convolution/common/
H A Dpadding.cpp36 const unsigned int tile_cols, in copy_and_pad_tile()
/aosp_15_r20/external/libvpx/test/
H A Dvp9_encoder_parms_get_to_decoder.cc39 int32_t tile_cols; member
/aosp_15_r20/external/libaom/av1/decoder/
H A Ddecodeframe.c2290 const int tile_cols = cm->tiles.cols; in get_ls_tile_buffers() local
2431 const int tile_cols = cm->tiles.cols; in get_tile_buffers() local
2766 const int tile_cols = tiles->cols; in decode_tiles() local
3360 int tile_rows, int tile_cols) { in alloc_dec_jobs()
3550 static inline void tile_mt_queue(AV1Decoder *pbi, int tile_cols, int tile_rows, in tile_mt_queue()
3571 const int tile_cols = tiles->cols; in decode_tiles_mt() local
3753 const int tile_cols = tiles->cols; in decode_tiles_row_mt() local
/aosp_15_r20/external/libaom/test/
H A Dtile_config_test.cc28 const unsigned int tile_cols; member
/aosp_15_r20/external/libvpx/vp9/common/
H A Dvp9_thread_common.c396 const int tile_cols = 1 << cm->log2_tile_cols; in get_next_row() local
/aosp_15_r20/external/libopenapv/src/
H A Doapv_vlc.c757 int pic_w, pic_h, tile_w, tile_h, tile_cols, tile_rows; in dec_vlc_tile_info() local
/aosp_15_r20/external/libopenapv/inc/
H A Doapv.h402 int tile_cols; member
/aosp_15_r20/external/libaom/av1/
H A Darg_defs.h125 arg_def_t tile_cols; member
/aosp_15_r20/external/libva/va/
H A Dva_dec_av1.h389 uint8_t tile_cols; member

12