Searched refs:av1cdfs (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/media/platform/verisilicon/ |
D | hantro_hw.h | 336 struct av1cdfs *cdfs; 338 struct av1cdfs default_cdfs; 340 struct av1cdfs cdfs_last[NUM_REF_FRAMES];
|
D | rockchip_av1_entropymode.h | 193 struct av1cdfs { struct 268 void rockchip_av1_set_default_cdfs(struct av1cdfs *cdfs, argument
|
D | rockchip_vpu981_hw_av1_dec.c | 393 ALIGN(sizeof(struct av1cdfs), 2048), in rockchip_vpu981_av1_dec_init() 398 av1_dec->prob_tbl.size = ALIGN(sizeof(struct av1cdfs), 2048); in rockchip_vpu981_av1_dec_init() 401 ALIGN(sizeof(struct av1cdfs), 2048), in rockchip_vpu981_av1_dec_init() 406 av1_dec->prob_tbl_out.size = ALIGN(sizeof(struct av1cdfs), 2048); in rockchip_vpu981_av1_dec_init() 1132 struct av1cdfs *out_cdfs = (struct av1cdfs *)av1_dec->prob_tbl_out.cpu; in rockchip_vpu981_av1_dec_update_prob() 1183 memcpy(av1_dec->prob_tbl.cpu, av1_dec->cdfs, sizeof(struct av1cdfs)); in rockchip_vpu981_av1_dec_set_prob() 1186 int mv_offset = offsetof(struct av1cdfs, mv_cdf); in rockchip_vpu981_av1_dec_set_prob()
|
D | rockchip_av1_entropymode.c | 4211 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()
|