av1cdfs
struct av1cdfs *cdfs;
struct av1cdfs default_cdfs;
struct av1cdfs cdfs_last[NUM_REF_FRAMES];
struct av1cdfs *cdfs = (struct av1cdfs *)ptr;
void rockchip_av1_set_default_cdfs(struct av1cdfs *cdfs,
void rockchip_av1_set_default_cdfs(struct av1cdfs *cdfs,
struct av1cdfs *out_cdfs = (struct av1cdfs *)av1_dec->prob_tbl_out.cpu;
memcpy(av1_dec->prob_tbl.cpu, av1_dec->cdfs, sizeof(struct av1cdfs));
int mv_offset = offsetof(struct av1cdfs, mv_cdf);
ALIGN(sizeof(struct av1cdfs), 2048),
av1_dec->prob_tbl.size = ALIGN(sizeof(struct av1cdfs), 2048);
ALIGN(sizeof(struct av1cdfs), 2048),
av1_dec->prob_tbl_out.size = ALIGN(sizeof(struct av1cdfs), 2048);