| /rockchip-linux_mpp/utils/ |
| H A D | mpp_enc_roi_utils.c | 357 RK_U32 index = pos / 32; in set_roi_pos_val() local 364 #define set_roi_qpadj(buf, index, val) \ argument 370 #define set_roi_force_split(buf, index, val) \ argument 376 #define set_roi_force_intra(buf, index, val) \ argument 382 #define set_roi_force_inter(buf, index, val) \ argument 388 static void set_roi_cu8_base_cfg(RK_U32 *buf, RK_U32 index, Vepu580RoiH265BsCfg val) in set_roi_cu8_base_cfg() 396 static void set_roi_cu16_base_cfg(RK_U32 *buf, RK_U32 index, Vepu580RoiH265BsCfg val) in set_roi_cu16_base_cfg() 405 static void set_roi_cu32_base_cfg(RK_U32 *buf, RK_U32 index, Vepu580RoiH265BsCfg val) in set_roi_cu32_base_cfg() 422 static void set_roi_qp_cfg(void *buf, RK_U32 index, Vepu541RoiCfg *cfg) in set_roi_qp_cfg() 432 #define set_roi_cu8_qp_cfg(buf, index, cfg) \ argument [all …]
|
| H A D | utils.h | 76 RK_U32 index; member
|
| /rockchip-linux_mpp/mpp/base/ |
| H A D | mpp_buf_slot.c | 166 RK_S32 index; member 185 RK_S32 index; member 537 static void buf_slot_logs_write(MppBufSlotLogs *logs, RK_S32 index, MppBufSlotOps op, in buf_slot_logs_write() 607 RK_S32 index = slot->index; in slot_ops_with_log() local 1020 MPP_RET mpp_buf_slot_get_unused(MppBufSlots slots, RK_S32 *index) in mpp_buf_slot_get_unused() 1056 MPP_RET mpp_buf_slot_set_flag(MppBufSlots slots, RK_S32 index, SlotUsageType type) in mpp_buf_slot_set_flag() 1075 MPP_RET mpp_buf_slot_clr_flag(MppBufSlots slots, RK_S32 index, SlotUsageType type) in mpp_buf_slot_clr_flag() 1104 MPP_RET mpp_buf_slot_enqueue(MppBufSlots slots, RK_S32 index, SlotQueueType type) in mpp_buf_slot_enqueue() 1129 MPP_RET mpp_buf_slot_dequeue(MppBufSlots slots, RK_S32 *index, SlotQueueType type) in mpp_buf_slot_dequeue() 1164 MPP_RET mpp_buf_slot_set_prop(MppBufSlots slots, RK_S32 index, SlotPropType type, void *val) in mpp_buf_slot_set_prop() [all …]
|
| /rockchip-linux_mpp/mpp/codec/dec/h263/ |
| H A D | h263d_parser.c | 269 RK_S32 index = hdr_curr->slot_idx; in mpp_h263_parser_flush() local 290 RK_S32 index = hdr_curr->slot_idx; in mpp_h263_parser_reset() local 478 RK_S32 index = -1; in mpp_h263_parser_setup_hal_output() local 527 RK_S32 index; in mpp_h263_parser_setup_refer() local 551 RK_S32 index = hdr_curr->slot_idx; in mpp_h263_parser_update_dpb() local
|
| /rockchip-linux_mpp/mpp/codec/ |
| H A D | mpp_dec_no_thread.c | 327 RK_S32 index = task_dec->refer[i]; in mpp_dec_decode() local 354 RK_S32 index; in mpp_dec_reset_no_thread() local
|
| H A D | mpp_dec_normal.c | 158 RK_S32 index; in reset_parser_thread() local 250 RK_S32 index = -1; in reset_hal_thread() local 891 RK_S32 index = task_dec->refer[i]; in mpp_dec_hal_thread() local
|
| /rockchip-linux_mpp/osal/driver/ |
| H A D | mpp_device.c | 190 MPP_RET mpp_dev_set_reg_offset(MppDev dev, RK_S32 index, RK_U32 offset) in mpp_dev_set_reg_offset() 237 MPP_RET mpp_dev_multi_offset_update(MppDevRegOffCfgs *cfgs, RK_S32 index, RK_U32 offset) in mpp_dev_multi_offset_update()
|
| /rockchip-linux_mpp/mpp/hal/vpu/mpg4d/ |
| H A D | hal_m4vd_com.c | 42 void vpu_mpg4d_get_buffer_by_index(hal_mpg4_ctx *ctx, RK_S32 index, MppBuffer *buffer) in vpu_mpg4d_get_buffer_by_index()
|
| /rockchip-linux_mpp/inc/ |
| H A D | mpp_packet.h | 92 RK_S32 index; member
|
| H A D | mpp_buffer.h | 180 int index; member 252 #define mpp_buffer_set_index(buffer, index) \ argument
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h265d/ |
| H A D | hal_h265d_vdpu34x.c | 44 #define SET_REF_VALID(regs, index, value)\ argument 814 #define SET_POC_HIGNBIT_INFO(regs, index, field, value)\ argument 1159 RK_S32 index = task->dec.reg_index; in hal_h265d_vdpu34x_start() local 1281 RK_S32 index = task->dec.reg_index; in hal_h265d_vdpu34x_wait() local
|
| H A D | hal_h265d_vdpu382.c | 42 #define SET_REF_VALID(regs, index, value)\ argument 585 #define SET_POC_HIGNBIT_INFO(regs, index, field, value)\ argument 952 RK_S32 index = task->dec.reg_index; in hal_h265d_vdpu382_start() local 1071 RK_S32 index = task->dec.reg_index; in hal_h265d_vdpu382_wait() local
|
| H A D | hal_h265d_rkv.c | 912 RK_S32 index = task->dec.reg_index; in hal_h265d_rkv_start() local 981 RK_S32 index = task->dec.reg_index; in hal_h265d_rkv_wait() local
|
| /rockchip-linux_mpp/mpp/base/inc/ |
| H A D | mpp_bitput.h | 27 RK_U32 index; //!< current uint position member
|
| H A D | mpp_trie.h | 36 rk_u32 index : 12; member
|
| H A D | mpp_task_impl.h | 69 RK_S32 index; member
|
| /rockchip-linux_mpp/mpp/hal/vpu/vp8e/ |
| H A D | hal_vp8e_putbit.h | 37 RK_S32 index[9]; member
|
| /rockchip-linux_mpp/mpp/hal/vpu/h263d/ |
| H A D | hal_h263d_api.c | 30 void vpu_h263d_get_buffer_by_index(hal_h263_ctx *ctx, RK_S32 index, in vpu_h263d_get_buffer_by_index()
|
| /rockchip-linux_mpp/mpp/codec/enc/h265/ |
| H A D | h265e_dpb.c | 308 RK_U32 index = 0; in h265e_dpb_apply_rps() local 347 RK_U32 index = 0; in h265e_dpb_dec_refresh_marking() local 752 RK_U32 index = 0, i = 0; in h265e_dpb_proc_cpb() local
|
| /rockchip-linux_mpp/mpp/vproc/ |
| H A D | mpp_dec_vproc.c | 793 MPP_RET dec_vproc_update_ref_v1(MppDecVprocCtx *vproc_ctx, MppFrame frm, RK_U32 index) in dec_vproc_update_ref_v1() 804 MPP_RET dec_vproc_update_ref_v2(MppDecVprocCtx *vproc_ctx, MppFrame frm, RK_U32 index) in dec_vproc_update_ref_v2() 818 static MPP_RET dec_vproc_update_ref(MppDecVprocCtxImpl *ctx, MppFrame frm, RK_U32 index, RK_U32 eos) in dec_vproc_update_ref() 896 RK_S32 index = task_vproc->input; in dec_vproc_thread() local
|
| /rockchip-linux_mpp/mpp/hal/rkdec/h264d/ |
| H A D | hal_h264d_vdpu382.c | 67 #define SET_REF_INFO(regs, index, field, value)\ argument 89 #define SET_POC_HIGNBIT_INFO(regs, index, field, value)\ argument 1045 RK_S32 index = task->dec.reg_index; in vdpu382_h264d_gen_regs() local 1226 RK_S32 index = task->dec.reg_index; in vdpu382_h264d_wait() local
|
| /rockchip-linux_mpp/mpp/vproc/vdpp/ |
| H A D | hwpq_vdpp_proc.c | 443 static FILE *try_env_file(const char *env, const char *path, pid_t tid, int index) in try_env_file() 461 static void vdpp_dump(rk_vdpp_proc_params *p_proc_param, int index) in vdpp_dump()
|
| /rockchip-linux_mpp/mpp/codec/dec/h264/ |
| H A D | h264d_fill.c | 62 static void fill_picture_entry(DXVA_PicEntry_H264 *pic, RK_U32 index, RK_U32 flag) in fill_picture_entry()
|
| /rockchip-linux_mpp/mpp/codec/rc/ |
| H A D | rc_model_v2.c | 948 RK_S32 index = pre_mean_qp + 8 - ctx->pre_mean_qp; in moving_ratio_calc() local 968 RK_S32 index = (total_bit << 6) / pbit_sum; in moving_ratio_calc() local 1504 RK_S32 index; in cal_first_i_start_qp() local 1647 RK_U32 index = mpp_clip(mpp_data_mean_v2(p->madi) / 4, 0, 7); in rc_model_v2_hal_start() local
|
| /rockchip-linux_mpp/mpp/codec/dec/mpg4/ |
| H A D | mpg4d_parser.c | 1126 RK_S32 index = hdr_ref0->slot_idx; in mpp_mpg4_parser_flush() local 1147 RK_S32 index = hdr_ref0->slot_idx; in mpp_mpg4_parser_reset() local 1414 RK_S32 index = -1; in mpp_mpg4_parser_setup_hal_output() local 1476 RK_S32 index; in mpp_mpg4_parser_setup_refer() local 1507 RK_S32 index = p->output; in mpp_mpg4_parser_update_dpb() local
|