/external/libaom/libaom/av1/encoder/ |
D | av1_multi_thread.c | 23 const int tile_rows = cm->tiles.rows; in av1_row_mt_mem_alloc() local
|
D | ethread.c | 244 const int tile_rows = cm->tiles.rows; in switch_tile_and_get_next_job() local 369 const int tile_rows = cm->tiles.rows; in enc_worker_hook() local 623 const int tile_rows = cm->tiles.rows; in av1_encode_tiles_mt() local 657 const int tile_rows = cm->tiles.rows; in av1_encode_tiles_row_mt() local
|
D | level.c | 915 const int tile_rows = cm->tiles.rows; in get_tile_stats() local 1057 const int tile_rows = cm->tiles.rows; in av1_update_level_info() local
|
D | mv_prec.c | 355 const int tile_rows = cm->tiles.rows; in av1_collect_mv_stats() local
|
D | encodeframe.c | 4997 const int tile_rows = cm->tiles.rows; in av1_alloc_tile_data() local 5011 const int tile_rows = cm->tiles.rows; in av1_init_tile_data() local 5103 const int tile_rows = cm->tiles.rows; in encode_tiles() local
|
D | bitstream.c | 3461 const int tile_rows = tiles->rows; in write_tiles_in_tg_obus() local
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ethread.c | 43 const int tile_rows = 1 << cm->log2_tile_rows; in enc_worker_hook() local 440 const int tile_rows = 1 << cm->log2_tile_rows; in vp9_encode_fp_row_mt() local 527 const int tile_rows = 1 << cm->log2_tile_rows; in vp9_temporal_filter_row_mt() local 600 const int tile_rows = 1 << cm->log2_tile_rows; in vp9_encode_tiles_row_mt() local
|
D | vp9_multi_thread.c | 73 const int tile_rows = 1 << cm->log2_tile_rows; in vp9_row_mt_mem_alloc() local
|
D | vp9_temporal_filter.c | 1019 const int tile_rows = 1 << cm->log2_tile_rows; in temporal_filter_iterate_c() local
|
D | vp9_bitstream.c | 1068 const int tile_rows = 1 << cm->log2_tile_rows; in encode_tiles() local
|
D | vp9_encodeframe.c | 5725 const int tile_rows = 1 << cm->log2_tile_rows; in vp9_init_tile_data() local 5828 const int tile_rows = 1 << cm->log2_tile_rows; in encode_tiles() local 6138 const int tile_rows = 1 << cm->log2_tile_rows; in restore_encode_params() local
|
D | vp9_encoder.h | 258 int tile_rows; member
|
D | vp9_encoder.c | 3815 const int tile_rows = 1 << cm->log2_tile_rows; local
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | tiled_dot_emitter.cc | 115 int64 tile_rows() const { return derived().config().tile_rows(); } in tile_rows() function 126 int64 tile_rows() const { return tile_rows_; } in tile_rows() function in xla::cpu::__anon47412fb60111::GemvConfig 139 explicit GemvConfig(string name, PrimitiveType scalar_type, int64 tile_rows, in GemvConfig() 225 explicit Config(PrimitiveType scalar_type, int64 tile_rows, int64 tile_cols, in Config() 451 explicit Config(PrimitiveType scalar_type, int64 tile_rows, int64 tile_cols, in Config() 990 void EmitRowMajorGemv(PrimitiveType scalar_type, int64 tile_rows, in EmitRowMajorGemv() 1017 void EmitColumnMajorGemv(PrimitiveType scalar_type, int64 tile_rows, in EmitColumnMajorGemv()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | deep_conv2d.cc | 209 const int64 tile_rows = transform->input_shape().rows; in operator ()() local 384 const int64 tile_rows = transform->input_shape().rows; in operator ()() local 637 const int64 tile_rows = transform->input_shape().rows; in operator ()() local 699 const int64 tile_rows = transform->input_shape().rows; in operator ()() local 751 const int64 tile_rows = transform->input_shape().rows; in operator ()() local 946 const int64 tile_rows = transform->input_shape().rows; in operator ()() local
|
/external/libvpx/libvpx/test/ |
D | vp9_encoder_parms_get_to_decoder.cc | 38 int32_t tile_rows; member
|
/external/ImageMagick/coders/ |
D | pcd.c | 968 const size_t tile_columns,const size_t tile_rows,ExceptionInfo *exception) in WritePCDTile()
|
D | tiff.c | 2876 tile_rows; in GetTIFFInfo() local
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1685 int tile_rows, in get_tile_buffers() 2021 const int tile_rows = 1 << cm->log2_tile_rows; in decode_tiles() local 2328 const int tile_rows = 1 << cm->log2_tile_rows; in decode_tiles_row_wise_mt() local 2446 const int tile_rows = 1 << cm->log2_tile_rows; in decode_tiles_mt() local 2957 const int tile_rows = 1 << cm->log2_tile_rows; in vp9_decode_frame() local
|
/external/libaom/libaom/av1/decoder/ |
D | decodeframe.c | 2318 const int tile_rows = cm->tiles.rows; in get_ls_tile_buffers() local 2446 const int tile_rows = cm->tiles.rows; in get_tile_buffers() local 2750 const int tile_rows = tiles->rows; in decode_tiles() local 3330 AV1_COMMON *cm, int tile_rows, in alloc_dec_jobs() 3508 int tile_rows, int tile_rows_start, in tile_mt_queue() 3530 const int tile_rows = tiles->rows; in decode_tiles_mt() local 3706 const int tile_rows = tiles->rows; in decode_tiles_row_mt() local
|
/external/libvpx/libvpx/ |
D | vpxenc.c | 382 static const arg_def_t tile_rows = variable
|
/external/libgav1/libgav1/src/utils/ |
D | types.h | 313 int tile_rows; member
|
/external/libaom/libaom/apps/ |
D | aomenc.c | 414 static const arg_def_t tile_rows = variable
|
/external/libvpx/libvpx/vp9/ |
D | vp9_cx_iface.c | 38 unsigned int tile_rows; member
|
/external/libaom/libaom/av1/ |
D | av1_cx_iface.c | 40 unsigned int tile_rows; // log2 number of tile rows member
|