• Home
  • Raw
  • Download

Lines Matching refs:tile_row

222   xd->above_txfm_context = cm->above_txfm_context[tile->tile_row] + mi_col;  in set_offsets_without_segment_id()
1729 xd->above_txfm_context = cm->above_txfm_context[tile_info->tile_row] + mi_col; in rd_use_partition()
1990 xd->above_txfm_context = cm->above_txfm_context[tile_info->tile_row] + mi_col; in nonrd_use_partition()
2397 xd->above_txfm_context = cm->above_txfm_context[tile_info->tile_row] + mi_col; in rd_pick_sqr_partition()
3287 xd->above_txfm_context = cm->above_txfm_context[tile_info->tile_row] + mi_col; in rd_pick_partition()
4942 int tile_col, tile_row; in av1_alloc_tile_data() local
4950 for (tile_row = 0; tile_row < tile_rows; ++tile_row) in av1_alloc_tile_data()
4953 &cpi->tile_data[tile_row * tile_cols + tile_col]; in av1_alloc_tile_data()
4968 int tile_col, tile_row; in av1_init_tile_data() local
4974 for (tile_row = 0; tile_row < tile_rows; ++tile_row) { in av1_init_tile_data()
4977 &cpi->tile_data[tile_row * tile_cols + tile_col]; in av1_init_tile_data()
4979 av1_tile_init(tile_info, cm, tile_row, tile_col); in av1_init_tile_data()
4981 cpi->tile_tok[tile_row][tile_col] = pre_tok + tile_tok; in av1_init_tile_data()
4982 pre_tok = cpi->tile_tok[tile_row][tile_col]; in av1_init_tile_data()
4985 cpi->tplist[tile_row][tile_col] = tplist + tplist_count; in av1_init_tile_data()
4986 tplist = cpi->tplist[tile_row][tile_col]; in av1_init_tile_data()
4996 void av1_encode_sb_row(AV1_COMP *cpi, ThreadData *td, int tile_row, in av1_encode_sb_row() argument
5001 TileDataEnc *this_tile = &cpi->tile_data[tile_row * tile_cols + tile_col]; in av1_encode_sb_row()
5011 get_start_tok(cpi, tile_row, tile_col, mi_row, &tok, in av1_encode_sb_row()
5013 cpi->tplist[tile_row][tile_col][sb_row_in_tile].start = tok; in av1_encode_sb_row()
5017 cpi->tplist[tile_row][tile_col][sb_row_in_tile].stop = tok; in av1_encode_sb_row()
5018 cpi->tplist[tile_row][tile_col][sb_row_in_tile].count = in av1_encode_sb_row()
5019 (unsigned int)(cpi->tplist[tile_row][tile_col][sb_row_in_tile].stop - in av1_encode_sb_row()
5020 cpi->tplist[tile_row][tile_col][sb_row_in_tile].start); in av1_encode_sb_row()
5024 cpi->tplist[tile_row][tile_col][sb_row_in_tile].start) <= in av1_encode_sb_row()
5032 void av1_encode_tile(AV1_COMP *cpi, ThreadData *td, int tile_row, in av1_encode_tile() argument
5036 &cpi->tile_data[tile_row * cm->tile_cols + tile_col]; in av1_encode_tile()
5043 tile_info->mi_col_end, tile_row); in av1_encode_tile()
5044 av1_init_above_context(cm, &td->mb.e_mbd, tile_row); in av1_encode_tile()
5058 av1_encode_sb_row(cpi, td, tile_row, tile_col, mi_row); in av1_encode_tile()
5066 int tile_col, tile_row; in encode_tiles() local
5073 for (tile_row = 0; tile_row < tile_rows; ++tile_row) { in encode_tiles()
5076 &cpi->tile_data[tile_row * cm->tile_cols + tile_col]; in encode_tiles()
5080 av1_encode_tile(cpi, &cpi->td, tile_row, tile_col); in encode_tiles()
5853 xd->above_txfm_context = cm->above_txfm_context[xd->tile.tile_row] + mi_col; in tx_partition_count_update()
5911 xd->above_txfm_context = cm->above_txfm_context[xd->tile.tile_row] + mi_col; in tx_partition_set_contexts()