Lines Matching refs:cmv_bufs
217 if (reg_ctx->cmv_bufs) { in hal_h265d_vdpu383_deinit()
218 hal_bufs_deinit(reg_ctx->cmv_bufs); in hal_h265d_vdpu383_deinit()
219 reg_ctx->cmv_bufs = NULL; in hal_h265d_vdpu383_deinit()
943 if (reg_ctx->cmv_bufs == NULL || reg_ctx->mv_size < mv_size) { in hal_h265d_vdpu383_gen_regs()
946 if (reg_ctx->cmv_bufs) { in hal_h265d_vdpu383_gen_regs()
947 hal_bufs_deinit(reg_ctx->cmv_bufs); in hal_h265d_vdpu383_gen_regs()
948 reg_ctx->cmv_bufs = NULL; in hal_h265d_vdpu383_gen_regs()
951 hal_bufs_init(®_ctx->cmv_bufs); in hal_h265d_vdpu383_gen_regs()
952 if (reg_ctx->cmv_bufs == NULL) { in hal_h265d_vdpu383_gen_regs()
959 hal_bufs_setup(reg_ctx->cmv_bufs, reg_ctx->mv_count, 1, &size); in hal_h265d_vdpu383_gen_regs()
1041 mv_buf = hal_bufs_get_buf(reg_ctx->cmv_bufs, dxva_ctx->pp.CurrPic.Index7Bits); in hal_h265d_vdpu383_gen_regs()
1141 mv_buf = hal_bufs_get_buf(reg_ctx->cmv_bufs, dxva_ctx->pp.RefPicList[i].Index7Bits); in hal_h265d_vdpu383_gen_regs()
1178 … mv_buf = hal_bufs_get_buf(reg_ctx->cmv_bufs, reg_ctx->error_index[syn->dec.reg_index]); in hal_h265d_vdpu383_gen_regs()
1184 mv_buf = hal_bufs_get_buf(reg_ctx->cmv_bufs, reg_ctx->error_index[syn->dec.reg_index]); in hal_h265d_vdpu383_gen_regs()