Home
last modified time | relevance | path

Searched refs:log2_tile_cols (Results 1 – 20 of 20) sorted by relevance

/external/libvpx/libvpx/vp9/encoder/
Dvp9_ethread.c42 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 …]
Dvp9_multi_thread.c72 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()
Dvp9_segmentation.c224 for (tile_col = 0; tile_col < 1 << cm->log2_tile_cols; tile_col++) { in vp9_choose_segmap_coding_method()
Dvp9_bitstream.c887 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()
Dvp9_temporal_filter.c943 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()
Dvp9_encoder.h978 const int tile_cols = 1 << cm->log2_tile_cols; in get_start_tok()
Dvp9_encoder.c1371 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);
Dvp9_encodeframe.c5541 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()
Dvp9_firstpass.c1401 cm->log2_tile_cols = 0; in vp9_first_pass()
1410 cm->log2_tile_cols = 0; in vp9_first_pass()
/external/libvpx/libvpx/vp9/common/
Dvp9_tile_common.c30 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()
Dvp9_thread_common.c165 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()
Dvp9_onyxc_int.h243 int log2_tile_cols, log2_tile_rows; member
/external/libaom/libaom/av1/common/
Dtile_common.c60 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()
Donyxc_int.h500 int log2_tile_cols; // only valid for uniform tiles member
/external/libvpx/libvpx/test/
Dvp9_encoder_parms_get_to_decoder.cc127 EXPECT_EQ(encode_parms.tile_cols, common->log2_tile_cols); in HandleDecodeResult()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decodeframe.c1627 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/
Dbitstream.c2109 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()
Dencoder.c890 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/
Dobu.c318 int tile_bits = cm->log2_tile_rows + cm->log2_tile_cols; in read_tile_group_header()
Ddecodeframe.c2530 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()