Lines Matching refs:VdpuAv1dRegCtx
109 } VdpuAv1dRegCtx; typedef
139 MEM_CHECK(ret, p_hal->reg_ctx = mpp_calloc_size(void, sizeof(VdpuAv1dRegCtx))); in hal_av1d_alloc_res()
140 VdpuAv1dRegCtx *reg_ctx = (VdpuAv1dRegCtx *)p_hal->reg_ctx; in hal_av1d_alloc_res()
165 static void vdpu_av1d_filtermem_release(VdpuAv1dRegCtx *ctx) in vdpu_av1d_filtermem_release()
170 static MPP_RET vdpu_av1d_filtermem_alloc(Av1dHalCtx *p_hal, VdpuAv1dRegCtx *ctx, DXVA_PicParams_AV1… in vdpu_av1d_filtermem_alloc()
235 VdpuAv1dRegCtx *reg_ctx = (VdpuAv1dRegCtx *)p_hal->reg_ctx; in hal_av1d_release_res()
270 VdpuAv1dRegCtx *reg_ctx = (VdpuAv1dRegCtx *)p_hal->reg_ctx; in vdpu_av1d_init()
427 VdpuAv1dRegCtx *ctx = (VdpuAv1dRegCtx *)p_hal->reg_ctx; in set_ref_cb_base()
490 VdpuAv1dRegCtx *ctx = (VdpuAv1dRegCtx *)p_hal->reg_ctx; in set_ref_dbase()
738 VdpuAv1dRegCtx *reg_ctx = (VdpuAv1dRegCtx *)p_hal->reg_ctx; in set_frame_sign_bias()
761 VdpuAv1dRegCtx *reg_ctx = (VdpuAv1dRegCtx *)p_hal->reg_ctx; in vdpu_av1d_set_prob()
778 static void vdpu_av1d_set_reference_frames(Av1dHalCtx *p_hal, VdpuAv1dRegCtx *ctx, DXVA_PicParams_A… in vdpu_av1d_set_reference_frames()
1112 VdpuAv1dRegCtx *ctx = p_hal->reg_ctx; in vdpu_av1d_superres_params()
1215 VdpuAv1dRegCtx *ctx = p_hal->reg_ctx; in vdpu_av1d_set_picture_dimensions()
1229 static void vdpu_av1d_set_segmentation(VdpuAv1dRegCtx *ctx, DXVA_PicParams_AV1 *dxva) in vdpu_av1d_set_segmentation()
1395 VdpuAv1dRegCtx *ctx = p_hal->reg_ctx; in vdpu_av1d_set_loopfilter()
1431 VdpuAv1dRegCtx *ctx = p_hal->reg_ctx; in vdpu_av1d_set_global_model()
1471 static void vdpu_av1d_set_tile_info_regs(VdpuAv1dRegCtx *ctx, DXVA_PicParams_AV1 *dxva) in vdpu_av1d_set_tile_info_regs()
1522 VdpuAv1dRegCtx *ctx = (VdpuAv1dRegCtx *)p_hal->reg_ctx; in vdpu_av1d_set_tile_info_mem()
1616 VdpuAv1dRegCtx *ctx = p_hal->reg_ctx; in vdpu_av1d_set_cdef()
1644 VdpuAv1dRegCtx *ctx = p_hal->reg_ctx; in vdpu_av1d_set_lr()
1689 static void vdpu_av1d_set_fgs(VdpuAv1dRegCtx *ctx, DXVA_PicParams_AV1 *dxva) in vdpu_av1d_set_fgs()
1821 VdpuAv1dRegCtx *ctx = (VdpuAv1dRegCtx *)p_hal->reg_ctx; in vdpu_av1d_setup_tile_bufs()
1857 VdpuAv1dRegCtx *ctx = (VdpuAv1dRegCtx *)p_hal->reg_ctx; in vdpu_av1d_gen_regs()
2247 VdpuAv1dRegCtx *reg_ctx = (VdpuAv1dRegCtx *)p_hal->reg_ctx; in vdpu_av1d_start()
2309 VdpuAv1dRegCtx *reg_ctx = (VdpuAv1dRegCtx *)p_hal->reg_ctx; in vdpu_av1d_wait()
2420 .ctx_size = sizeof(VdpuAv1dRegCtx),