Searched refs:log2_tile_rows (Results 1 – 11 of 11) sorted by relevance
25 tile->mi_row_start = get_tile_offset(row, cm->mi_rows, cm->log2_tile_rows); in vp9_tile_set_row()26 tile->mi_row_end = get_tile_offset(row + 1, cm->mi_rows, cm->log2_tile_rows); in vp9_tile_set_row()
266 int log2_tile_cols, log2_tile_rows; member
42 const int tile_rows = 1 << cm->log2_tile_rows; in enc_worker_hook()428 const int tile_rows = 1 << cm->log2_tile_rows; in vp9_encode_fp_row_mt()514 const int tile_rows = 1 << cm->log2_tile_rows; in vp9_temporal_filter_row_mt()585 const int tile_rows = 1 << cm->log2_tile_rows; in vp9_encode_tiles_row_mt()
58 const int tile_rows = 1 << cm->log2_tile_rows; in vp9_row_mt_mem_alloc()
892 vpx_wb_write_bit(wb, cm->log2_tile_rows != 0); in write_tile_info()893 if (cm->log2_tile_rows != 0) vpx_wb_write_bit(wb, cm->log2_tile_rows != 1); in write_tile_info()1046 const int tile_rows = 1 << cm->log2_tile_rows; in encode_tiles()
600 const int tile_rows = 1 << cm->log2_tile_rows; in temporal_filter_iterate_c()
1200 cm->log2_tile_rows = 0; in set_tile_limits()1204 cm->log2_tile_rows = cpi->oxcf.tile_rows; in set_tile_limits()
1454 cm->log2_tile_rows = 0; in vp9_first_pass()
4349 const int tile_rows = 1 << cm->log2_tile_rows; in vp9_init_tile_data()4443 const int tile_rows = 1 << cm->log2_tile_rows; in encode_tiles()
128 EXPECT_EQ(encode_parms.tile_rows, common->log2_tile_rows); in HandleDecodeResult()
1315 cm->log2_tile_rows = vpx_rb_read_bit(rb); in setup_tile_info()1316 if (cm->log2_tile_rows) cm->log2_tile_rows += vpx_rb_read_bit(rb); in setup_tile_info()1377 const int tile_rows = 1 << cm->log2_tile_rows; in decode_tiles()1566 const int tile_rows = 1 << cm->log2_tile_rows; in decode_tiles_mt()2055 const int tile_rows = 1 << cm->log2_tile_rows; in vp9_decode_frame()