Searched refs:cdfs (Results 1 – 10 of 10) sorted by relevance
| /rockchip-linux_mpp/mpp/codec/dec/av1/ |
| H A D | av1_entropymode.c | 4366 AV1CDFs *cdfs = (AV1CDFs*)ptr; in Av1DefaultCoeffProbs() local 4369 memcpy(cdfs->txb_skip_cdf, av1_default_txb_skip_cdfs[index], in Av1DefaultCoeffProbs() 4371 memcpy(cdfs->eob_extra_cdf, av1_default_eob_extra_cdfs[index], in Av1DefaultCoeffProbs() 4373 memcpy(cdfs->dc_sign_cdf, av1_default_dc_sign_cdfs[index], in Av1DefaultCoeffProbs() 4375 memcpy(cdfs->coeff_br_cdf, av1_default_coeff_lps_multi_cdfs[index], in Av1DefaultCoeffProbs() 4377 memcpy(cdfs->coeff_base_cdf, av1_default_coeff_base_multi_cdfs[index], in Av1DefaultCoeffProbs() 4379 memcpy(cdfs->coeff_base_eob_cdf, in Av1DefaultCoeffProbs() 4382 memcpy(cdfs->eob_flag_cdf16, av1_default_eob_multi16_cdfs[index], in Av1DefaultCoeffProbs() 4384 memcpy(cdfs->eob_flag_cdf32, av1_default_eob_multi32_cdfs[index], in Av1DefaultCoeffProbs() 4386 memcpy(cdfs->eob_flag_cdf64, av1_default_eob_multi64_cdfs[index], in Av1DefaultCoeffProbs() [all …]
|
| H A D | av1d_probs.c | 22 ctx->cdfs = &ctx->cdfs_last[ref_idx]; in Av1GetCDFs() 32 if (&ctx->cdfs_last[i] != ctx->cdfs) { in Av1StoreCDFs() 33 ctx->cdfs_last[i] = *ctx->cdfs; in Av1StoreCDFs()
|
| H A D | av1_entropymode.h | 48 void AV1SetDefaultCDFs(AV1CDFs *cdfs, MvCDFs *cdfs_ndvc);
|
| H A D | av1d_parser.h | 127 AV1CDFs *cdfs; member
|
| H A D | av1d_parser2_syntax.c | 295 pp->cdfs = h->cdfs; in av1d_fill_picparams()
|
| H A D | av1d_parser.c | 899 s->cdfs = &s->default_cdfs; in av1d_parser_init() 901 AV1SetDefaultCDFs(s->cdfs, s->cdfs_ndvc); in av1d_parser_init() 1154 RK_U8 *cdf_base = (RK_U8 *)c_ctx->cdfs; in av1d_parser_update()
|
| H A D | av1d_cbs.c | 2051 ctx->cdfs = &ctx->default_cdfs; in mpp_av1_uncompressed_header() 2053 Av1DefaultCoeffProbs(current->base_q_idx, ctx->cdfs); in mpp_av1_uncompressed_header()
|
| /rockchip-linux_mpp/mpp/common/ |
| H A D | av1d_syntax.h | 257 void *cdfs; member
|
| /rockchip-linux_mpp/mpp/hal/vpu/av1d/ |
| H A D | hal_av1d_vdpu.c | 80 AV1CDFs *cdfs; member 272 reg_ctx->cdfs = ®_ctx->default_cdfs; in vdpu_av1d_init() 766 memcpy(prob_base, dxva->cdfs, sizeof(AV1CDFs)); in vdpu_av1d_set_prob()
|
| /rockchip-linux_mpp/mpp/hal/rkdec/av1d/ |
| H A D | hal_av1d_vdpu383.c | 181 AV1CDFs *cdfs; member
|