Searched refs:tile_cols_log2 (Results 1 – 6 of 6) sorted by relevance
259 RK_U8 tile_cols_log2; member
297 pp->tile_cols_log2 = frame_header->tile_cols_log2; in av1d_fill_picparams()
1040 increment(tile_cols_log2, min_log2_tile_cols, max_log2_tile_cols); in mpp_av1_tile_info()1042 tile_width_sb = (sb_cols + (1 << current->tile_cols_log2) - 1) >> in mpp_av1_tile_info()1043 current->tile_cols_log2; in mpp_av1_tile_info()1046 min_log2_tile_rows = MPP_MAX(min_log2_tiles - current->tile_cols_log2, 0); in mpp_av1_tile_info()1077 current->tile_cols_log2 = mpp_av1_tile_log2(1, i); in mpp_av1_tile_info()1097 if (current->tile_cols_log2 > 0 || in mpp_av1_tile_info()1099 fb(current->tile_cols_log2 + current->tile_rows_log2, in mpp_av1_tile_info()
210 RK_U8 tile_cols_log2; member
177 RK_U32 num_tile_cols = 1 << dxva->tile_cols_log2;//dxva->tiles.cols; in vdpu_av1d_filtermem_alloc()1868 RK_U32 num_tile_cols = 1 << dxva->tile_cols_log2; in vdpu_av1d_gen_regs()
1772 mpp_put_bits(&bp, dxva->tile_cols_log2 + dxva->tile_rows_log2, 12); in prepare_uncompress_header()