Searched refs:dec_tile_col (Results 1 – 4 of 4) sorted by relevance
465 frame_worker_data->pbi->dec_tile_col = ctx->decode_tile_col; in init_decoder()513 frame_worker_data->pbi->dec_tile_col = ctx->decode_tile_col; in decode_one()796 pbi->dec_tile_col >= 0) { in decoder_get_frame()799 const int tile_col = AOMMIN(pbi->dec_tile_col, tiles->cols - 1); in decoder_get_frame()1048 pbi->tile_buffers[pbi->dec_tile_row][pbi->dec_tile_col].size; in ctrl_get_tile_data()1050 pbi->tile_buffers[pbi->dec_tile_row][pbi->dec_tile_col].data; in ctrl_get_tile_data()
446 int hstart1 = pbi->dec_tile_col * w; in copy_decoded_tile_to_tile_list_buffer()528 pbi->dec_tile_col = aom_rb_read_literal(rb, 8); in read_and_decode_one_tile_list()529 if (pbi->dec_tile_row < 0 || pbi->dec_tile_col < 0 || in read_and_decode_one_tile_list()531 pbi->dec_tile_col >= cm->tiles.cols) { in read_and_decode_one_tile_list()
2340 const int dec_tile_col = AOMMIN(pbi->dec_tile_col, tile_cols); in get_ls_tile_buffers() local2341 const int single_col = pbi->dec_tile_col >= 0; in get_ls_tile_buffers()2342 const int tile_cols_start = single_col ? dec_tile_col : 0; in get_ls_tile_buffers()2404 assert(pbi->dec_tile_row >= 0 && pbi->dec_tile_col >= 0); in get_ls_single_tile_buffer()2405 tile_buffers[pbi->dec_tile_row][pbi->dec_tile_col].data = data; in get_ls_single_tile_buffer()2406 tile_buffers[pbi->dec_tile_row][pbi->dec_tile_col].size = in get_ls_single_tile_buffer()2755 const int dec_tile_col = AOMMIN(pbi->dec_tile_col, tile_cols); in decode_tiles() local2756 const int single_col = pbi->dec_tile_col >= 0; in decode_tiles()2770 tile_cols_start = single_col ? dec_tile_col : 0; in decode_tiles()3535 const int dec_tile_col = AOMMIN(pbi->dec_tile_col, tile_cols); in decode_tiles_mt() local[all …]
204 int dec_tile_row, dec_tile_col; // always -1 for non-VR tile encoding member