linux/drivers/media/platform/verisilicon/hantro_g2_hevc_dec.c

// SPDX-License-Identifier: GPL-2.0
/*
 * Hantro VPU HEVC codec driver
 *
 * Copyright (C) 2020 Safran Passenger Innovations LLC
 */

#include "hantro_hw.h"
#include "hantro_g2_regs.h"

static void prepare_tile_info_buffer(struct hantro_ctx *ctx)
{}

static int compute_header_skip_length(struct hantro_ctx *ctx)
{}

static void set_params(struct hantro_ctx *ctx)
{}

static void set_ref_pic_list(struct hantro_ctx *ctx)
{}

static int set_ref(struct hantro_ctx *ctx)
{}

static void set_buffers(struct hantro_ctx *ctx)
{}

static void prepare_scaling_list_buffer(struct hantro_ctx *ctx)
{}

int hantro_g2_hevc_dec_run(struct hantro_ctx *ctx)
{}