Home
last modified time | relevance | path

Searched refs:av1cdfs (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/media/platform/verisilicon/
H A Dhantro_hw.h325 struct av1cdfs *cdfs;
327 struct av1cdfs default_cdfs;
329 struct av1cdfs cdfs_last[NUM_REF_FRAMES];
H A Drockchip_av1_entropymode.h193 struct av1cdfs { struct
268 void rockchip_av1_set_default_cdfs(struct av1cdfs *cdfs, argument
H A Drockchip_vpu981_hw_av1_dec.c392 ALIGN(sizeof(struct av1cdfs), 2048), in rockchip_vpu981_av1_dec_init()
397 av1_dec->prob_tbl.size = ALIGN(sizeof(struct av1cdfs), 2048); in rockchip_vpu981_av1_dec_init()
400 ALIGN(sizeof(struct av1cdfs), 2048), in rockchip_vpu981_av1_dec_init()
405 av1_dec->prob_tbl_out.size = ALIGN(sizeof(struct av1cdfs), 2048); in rockchip_vpu981_av1_dec_init()
1131 struct av1cdfs *out_cdfs = (struct av1cdfs *)av1_dec->prob_tbl_out.cpu; in rockchip_vpu981_av1_dec_update_prob()
1182 memcpy(av1_dec->prob_tbl.cpu, av1_dec->cdfs, sizeof(struct av1cdfs)); in rockchip_vpu981_av1_dec_set_prob()
1185 int mv_offset = offsetof(struct av1cdfs, mv_cdf); in rockchip_vpu981_av1_dec_set_prob()
H A Drockchip_av1_entropymode.c4211 struct av1cdfs *cdfs = (struct av1cdfs *)ptr; in rockchip_av1_default_coeff_probs()
4243 void rockchip_av1_set_default_cdfs(struct av1cdfs *cdfs, in rockchip_av1_set_default_cdfs()