/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_ethread.c | 42 const int tile_cols = 1 << cm->log2_tile_cols; in enc_worker_hook() 63 int log2_tile_cols; in get_max_tile_cols() local 66 log2_tile_cols = in get_max_tile_cols() 71 if (log2_tile_cols > level_tile_cols) { in get_max_tile_cols() 72 log2_tile_cols = VPXMAX(level_tile_cols, min_log2_tile_cols); in get_max_tile_cols() 75 return (1 << log2_tile_cols); in get_max_tile_cols() 174 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_encode_tiles_mt() 398 const int tile_cols = 1 << cm->log2_tile_cols; in first_pass_worker_hook() 439 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_encode_fp_row_mt() 489 const int tile_cols = 1 << cm->log2_tile_cols; in temporal_filter_worker_hook() [all …]
|
D | vp9_multi_thread.c | 72 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_row_mt_mem_alloc() 174 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_multi_thread_tile_init() 233 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_prepare_job_queue()
|
D | vp9_segmentation.c | 224 for (tile_col = 0; tile_col < 1 << cm->log2_tile_cols; tile_col++) { in vp9_choose_segmap_coding_method()
|
D | vp9_bitstream.c | 887 ones = cm->log2_tile_cols - min_log2_tile_cols; in write_tile_info() 890 if (cm->log2_tile_cols < max_log2_tile_cols) vpx_wb_write_bit(wb, 0); in write_tile_info() 981 const int tile_cols = 1 << cm->log2_tile_cols; in encode_tiles_mt() 1062 const int tile_cols = 1 << cm->log2_tile_cols; in encode_tiles()
|
D | vp9_temporal_filter.c | 943 const int tile_cols = 1 << cm->log2_tile_cols; in temporal_filter_iterate_tile_c() 960 const int tile_cols = 1 << cm->log2_tile_cols; in temporal_filter_iterate_c()
|
D | vp9_encoder.h | 978 const int tile_cols = 1 << cm->log2_tile_cols; in get_start_tok()
|
D | vp9_encoder.c | 1371 cm->log2_tile_cols = in set_tile_limits() 1378 if (cm->log2_tile_cols > level_tile_cols) { in set_tile_limits() 1379 cm->log2_tile_cols = VPXMAX(level_tile_cols, min_log2_tile_cols); in set_tile_limits() 3631 const int tile_cols = 1 << cm->log2_tile_cols; 5321 if (level_spec->max_col_tiles < (1 << cm->log2_tile_cols)) { 5322 level_spec->max_col_tiles = (1 << cm->log2_tile_cols);
|
D | vp9_encodeframe.c | 5541 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_init_tile_data() 5599 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_encode_sb_row() 5629 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_encode_tile() 5642 const int tile_cols = 1 << cm->log2_tile_cols; in encode_tiles() 5781 if (VPXMIN(cpi->oxcf.max_threads, 1 << cm->log2_tile_cols) > 1) in encode_frame_internal() 5848 const int tile_cols = 1 << cm->log2_tile_cols; in restore_encode_params()
|
D | vp9_firstpass.c | 1401 cm->log2_tile_cols = 0; in vp9_first_pass() 1410 cm->log2_tile_cols = 0; in vp9_first_pass()
|
/external/libvpx/libvpx/vp9/common/ |
D | vp9_tile_common.c | 30 tile->mi_col_start = get_tile_offset(col, cm->mi_cols, cm->log2_tile_cols); in vp9_tile_set_col() 31 tile->mi_col_end = get_tile_offset(col + 1, cm->mi_cols, cm->log2_tile_cols); in vp9_tile_set_col()
|
D | vp9_thread_common.c | 165 const int num_tile_cols = 1 << cm->log2_tile_cols; in loop_filter_rows_mt() 391 const int tile_cols = 1 << cm->log2_tile_cols; in get_next_row()
|
D | vp9_onyxc_int.h | 243 int log2_tile_cols, log2_tile_rows; member
|
/external/libaom/libaom/av1/common/ |
D | tile_common.c | 60 int size_sb = ALIGN_POWER_OF_TWO(sb_cols, cm->log2_tile_cols); in av1_calculate_tile_cols() 61 size_sb >>= cm->log2_tile_cols; in av1_calculate_tile_cols() 69 cm->min_log2_tile_rows = AOMMAX(cm->min_log2_tiles - cm->log2_tile_cols, 0); in av1_calculate_tile_cols() 81 cm->log2_tile_cols = tile_log2(1, cm->tile_cols); in av1_calculate_tile_cols()
|
D | onyxc_int.h | 500 int log2_tile_cols; // only valid for uniform tiles member
|
/external/libvpx/libvpx/test/ |
D | vp9_encoder_parms_get_to_decoder.cc | 127 EXPECT_EQ(encode_parms.tile_cols, common->log2_tile_cols); in HandleDecodeResult()
|
/external/libvpx/libvpx/vp9/decoder/ |
D | vp9_decodeframe.c | 1627 cm->log2_tile_cols = min_log2_tile_cols; in setup_tile_info() 1628 while (max_ones-- && vpx_rb_read_bit(rb)) cm->log2_tile_cols++; in setup_tile_info() 1630 if (cm->log2_tile_cols > 6) in setup_tile_info() 1696 const int tile_cols = 1 << cm->log2_tile_cols; in decode_tiles() 1861 const int final_col = (1 << pbi->common.log2_tile_cols) - 1; in tile_worker_hook() 1880 1 << cm->log2_tile_cols); in tile_worker_hook() 1917 vp9_set_row(lf_sync, 1 << cm->log2_tile_cols, in tile_worker_hook() 1935 1 << cm->log2_tile_cols); in tile_worker_hook() 1962 const int tile_cols = 1 << cm->log2_tile_cols; in decode_tiles_mt() 2497 const int tile_cols = 1 << cm->log2_tile_cols; in vp9_decode_frame()
|
/external/libaom/libaom/av1/encoder/ |
D | bitstream.c | 2109 int ones = cm->log2_tile_cols - cm->min_log2_tile_cols; in write_tile_info_max_tile() 2113 if (cm->log2_tile_cols < cm->max_log2_tile_cols) { in write_tile_info_max_tile() 2155 aom_wb_write_literal(wb, 0, cm->log2_tile_cols + cm->log2_tile_rows); in write_tile_info() 3420 const int n_log2_tiles = cm->log2_tile_rows + cm->log2_tile_cols; in write_tiles_in_tg_obus() 3702 cm->log2_tile_cols + cm->log2_tile_rows); in write_tiles_in_tg_obus()
|
D | encoder.c | 890 cm->log2_tile_cols = AOMMAX(cpi->oxcf.tile_columns, cm->min_log2_tile_cols); in set_tile_info() 891 cm->log2_tile_cols = AOMMIN(cm->log2_tile_cols, cm->max_log2_tile_cols); in set_tile_info()
|
/external/libaom/libaom/av1/decoder/ |
D | obu.c | 318 int tile_bits = cm->log2_tile_rows + cm->log2_tile_cols; in read_tile_group_header()
|
D | decodeframe.c | 2530 cm->log2_tile_cols = cm->min_log2_tile_cols; in read_tile_info_max_tile() 2531 while (cm->log2_tile_cols < cm->max_log2_tile_cols) { in read_tile_info_max_tile() 2535 cm->log2_tile_cols++; in read_tile_info_max_tile() 2609 aom_rb_read_literal(rb, cm->log2_tile_rows + cm->log2_tile_cols); in read_tile_info()
|