Lines Matching refs:dec

875     if (syn->dec.flags.parse_err ||  in hal_h265d_vdpu383_gen_regs()
876 (syn->dec.flags.ref_err && !reg_ctx->cfg->base.disable_error)) { in hal_h265d_vdpu383_gen_regs()
881 h265d_dxva2_picture_context_t *dxva_ctx = (h265d_dxva2_picture_context_t *)syn->dec.syntax.data; in hal_h265d_vdpu383_gen_regs()
888 syn->dec.reg_index = i; in hal_h265d_vdpu383_gen_regs()
912 if (syn->dec.syntax.data == NULL) { in hal_h265d_vdpu383_gen_regs()
1054 mpp_buf_slot_get_prop(reg_ctx->packet_slots, syn->dec.input, SLOT_BUFFER, in hal_h265d_vdpu383_gen_regs()
1070 hal_h265d_vdpu383_rps(syn->dec.syntax.data, rps_ptr, reg_ctx->sw_rps_buf, reg_ctx->fast_mode); in hal_h265d_vdpu383_gen_regs()
1106 reg_ctx->error_index[syn->dec.reg_index] = dxva_ctx->pp.CurrPic.Index7Bits; in hal_h265d_vdpu383_gen_regs()
1133 … reg_ctx->error_index[syn->dec.reg_index] = dxva_ctx->pp.RefPicList[i].Index7Bits; in hal_h265d_vdpu383_gen_regs()
1146 if ((reg_ctx->error_index[syn->dec.reg_index] == dxva_ctx->pp.CurrPic.Index7Bits) && in hal_h265d_vdpu383_gen_regs()
1149 syn->dec.flags.ref_err = 1; in hal_h265d_vdpu383_gen_regs()
1162 hal_h265d_v345_output_pps_packet(hal, syn->dec.syntax.data); 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()
1193 reg_ctx->rcb_buf[syn->dec.reg_index] : reg_ctx->rcb_buf[0], in hal_h265d_vdpu383_gen_regs()
1239 RK_S32 index = task->dec.reg_index; in hal_h265d_vdpu383_start()
1243 if (task->dec.flags.parse_err || in hal_h265d_vdpu383_start()
1244 (task->dec.flags.ref_err && !reg_ctx->cfg->base.disable_error)) { in hal_h265d_vdpu383_start()
1334 RK_S32 index = task->dec.reg_index; in hal_h265d_vdpu383_wait()
1348 if (task->dec.flags.parse_err || in hal_h265d_vdpu383_wait()
1349 (task->dec.flags.ref_err && !reg_ctx->cfg->base.disable_error)) { in hal_h265d_vdpu383_wait()
1359 if (task->dec.flags.parse_err || in hal_h265d_vdpu383_wait()
1360 task->dec.flags.ref_err || in hal_h265d_vdpu383_wait()
1370 mpp_callback(reg_ctx->dec_cb, &task->dec); in hal_h265d_vdpu383_wait()
1373 mpp_buf_slot_get_prop(reg_ctx->slots, task->dec.output, in hal_h265d_vdpu383_wait()
1382 for (i = 0; i < (RK_S32)MPP_ARRAY_ELEMS(task->dec.refer); i++) { in hal_h265d_vdpu383_wait()
1383 if (task->dec.refer[i] >= 0) { in hal_h265d_vdpu383_wait()
1386 mpp_buf_slot_get_prop(reg_ctx->slots, task->dec.refer[i], in hal_h265d_vdpu383_wait()
1389 i, task->dec.refer[i], frame_ref); in hal_h265d_vdpu383_wait()
1392 mpp_buf_slot_get_prop(reg_ctx->slots, task->dec.output, in hal_h265d_vdpu383_wait()