Home
last modified time | relevance | path

Searched refs:refr (Results 1 – 25 of 34) sorted by relevance

12

/OK3568_Linux_fs/external/mpp/mpp/codec/enc/h264/
H A Dh264e_dpb.c323 H264eDpbFrm *refr = dpb->refr; in h264e_dpb_build_list() local
327 RK_S32 set_ref_frm_cnt = refr->status.seq_idx; in h264e_dpb_build_list()
337 h264e_dbg_list("reorder to frm %d\n", refr->status.seq_idx); in h264e_dpb_build_list()
339 mpp_assert(!refr->status.is_non_ref); in h264e_dpb_build_list()
341 op.modification_of_pic_nums_idc = (refr->status.is_lt_ref) ? (2) : (0); in h264e_dpb_build_list()
342 if (refr->status.is_lt_ref) { in h264e_dpb_build_list()
344 op.long_term_pic_idx = refr->status.lt_idx; in h264e_dpb_build_list()
350 op.abs_diff_pic_num_minus1 = MPP_ABS(curr->frame_num - refr->frame_num) - 1; in h264e_dpb_build_list()
353 curr->frame_num, refr->frame_num, in h264e_dpb_build_list()
428 EncFrmStatus *refr = &cpb->refr; in h264e_dpb_proc() local
[all …]
H A Dh264e_api_v2.c733 H264eDpbFrm *refr = NULL; in h264e_proc_dpb() local
742 refr = dpb->refr; in h264e_proc_dpb()
750 frms->refr_idx = (refr) ? refr->slot_idx : curr->slot_idx; in h264e_proc_dpb()
H A Dh264e_dpb.h121 H264eDpbFrm *refr; member
/OK3568_Linux_fs/u-boot/board/wandboard/
H A Dspl.c191 .refr = 3, /* 4 refresh commands per refresh cycle */
234 .refr = 3, /* 4 refresh commands per refresh cycle */
253 .refr = 3, /* 4 refresh commands per refresh cycle */
/OK3568_Linux_fs/external/mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_v2.c224 MppBuffer refr = h264e_vepu_buf_get_frame_buffer(hw_bufs, frms->refr_idx); in hal_h264e_vepu1_get_task_v2() local
227 hw_addr->refr[0] = mpp_buffer_get_fd(refr); in hal_h264e_vepu1_get_task_v2()
229 hw_addr->refr[1] = hw_addr->refr[0]; in hal_h264e_vepu1_get_task_v2()
557 H264E_HAL_SET_REG(reg, VEPU_REG_ADDR_REF_LUMA, hw_addr->refr[0]); in hal_h264e_vepu1_gen_regs_v2()
558 H264E_HAL_SET_REG(reg, VEPU_REG_ADDR_REF_CHROMA, hw_addr->refr[1]); in hal_h264e_vepu1_gen_regs_v2()
H A Dhal_h264e_vepu2_v2.c225 MppBuffer refr = h264e_vepu_buf_get_frame_buffer(hw_bufs, frms->refr_idx); in hal_h264e_vepu2_get_task_v2() local
228 hw_addr->refr[0] = mpp_buffer_get_fd(refr); in hal_h264e_vepu2_get_task_v2()
230 hw_addr->refr[1] = hw_addr->refr[0]; in hal_h264e_vepu2_get_task_v2()
624 H264E_HAL_SET_REG(reg, VEPU_REG_ADDR_REF_LUMA, hw_addr->refr[0]); in hal_h264e_vepu2_gen_regs_v2()
625 H264E_HAL_SET_REG(reg, VEPU_REG_ADDR_REF_CHROMA, hw_addr->refr[1]); in hal_h264e_vepu2_gen_regs_v2()
H A Dhal_h264e_vepu_v2.h75 RK_U32 refr[2]; member
/OK3568_Linux_fs/u-boot/board/compulab/cm_fx6/
H A Dspl.c111 .refr = 7, /* 8 refresh commands per refresh cycle */
180 .refr = 7, /* 8 refresh commands per refresh cycle */
/OK3568_Linux_fs/u-boot/board/bachmann/ot1200/
H A Dot1200_spl.c89 .refr = 7, /* 8 refresh commands per refresh cycle */
/OK3568_Linux_fs/u-boot/board/ccv/xpress/
H A Dspl.c64 .refr = 7, /* 8 refresh commands per refresh cycle */
/OK3568_Linux_fs/u-boot/board/barco/platinum/
H A Dspl_picon.c142 .refr = 7, /* 8 refresh commands per refresh cycle */ in spl_dram_init()
H A Dspl_titanium.c145 .refr = 7, /* 8 refresh commands per refresh cycle */ in spl_dram_init()
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/
H A Dmpp_rc_defs.h159 EncFrmStatus refr; member
/OK3568_Linux_fs/external/mpp/inc/
H A Dmpp_rc_defs.h159 EncFrmStatus refr; member
/OK3568_Linux_fs/u-boot/arch/arm/mach-imx/mx6/
H A Dlitesom.c132 .refr = 1, /* 2 refresh commands per refresh cycle */
/OK3568_Linux_fs/u-boot/board/liebherr/display5/
H A Dspl.c139 .refr = 7, /* 8 refresh commands per refresh cycle */ in spl_dram_init()
/OK3568_Linux_fs/u-boot/board/udoo/
H A Dudoo_spl.c197 .refr = 7, /* 8 refresh commands per refresh cycle */
/OK3568_Linux_fs/u-boot/board/freescale/mx6ul_14x14_evk/
H A Dmx6ul_14x14_evk.c770 .refr = 3, /* 4 refresh commands per refresh cycle */
810 .refr = 1, /* 2 refresh commands per refresh cycle */
/OK3568_Linux_fs/external/mpp/mpp/hal/rkenc/h264e/
H A Dhal_h264e_vepu541.c1123 HalBuf *refr = hal_bufs_get_buf(bufs, frms->refr_idx); in setup_vepu541_recn_refr() local
1145 if (refr && refr->cnt) { in setup_vepu541_recn_refr()
1146 MppBuffer buf_pixel = refr->buf[0]; in setup_vepu541_recn_refr()
1147 MppBuffer buf_thumb = refr->buf[1]; in setup_vepu541_recn_refr()
H A Dhal_h264e_vepu540c.c1133 HalBuf *refr = hal_bufs_get_buf(bufs, frms->refr_idx); in setup_vepu540c_recn_refr() local
1151 if (refr && refr->cnt) { in setup_vepu540c_recn_refr()
1152 MppBuffer buf_pixel = refr->buf[0]; in setup_vepu540c_recn_refr()
1153 MppBuffer buf_thumb = refr->buf[1]; in setup_vepu540c_recn_refr()
/OK3568_Linux_fs/u-boot/board/freescale/mx6slevk/
H A Dmx6slevk.c462 .refr = 3, /* 4 refresh commands per refresh cycle */ in spl_dram_init()
/OK3568_Linux_fs/u-boot/board/gateworks/gw_ventana/
H A Dgw_ventana_spl.c455 .refr = 7, /* 8 refresh commands per refresh cycle */ in spl_dram_init()
/OK3568_Linux_fs/u-boot/board/kosagi/novena/
H A Dnovena_spl.c524 .refr = 7, /* 8 refresh commands per refresh cycle */
/OK3568_Linux_fs/u-boot/board/phytec/pcm058/
H A Dpcm058.c510 .refr = 7, /* 8 refresh commands per refresh cycle */ in spl_dram_init()
/OK3568_Linux_fs/u-boot/board/solidrun/mx6cuboxi/
H A Dmx6cuboxi.c603 .refr = 7, /* 8 refresh commands per refresh cycle */ in spl_dram_init()

12