Home
last modified time | relevance | path

Searched refs:offset_y (Results 1 – 18 of 18) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/common/
H A Dvepu_common.c290 RK_U32 offset_y = cfg->offset_y; in get_vepu_offset_cfg() local
296 if (offset_x || offset_y) { in get_vepu_offset_cfg()
299 cfg->offset_byte[0] = offset_y * hor_stride + offset_x; in get_vepu_offset_cfg()
300 cfg->offset_byte[1] = offset_y / 2 * hor_stride + offset_x + offset_c; in get_vepu_offset_cfg()
303 cfg->offset_byte[0] = offset_y * hor_stride + offset_x; in get_vepu_offset_cfg()
304 cfg->offset_byte[1] = (offset_y / 2) * (hor_stride / 2) + (offset_x / 2) + offset_c; in get_vepu_offset_cfg()
305 … cfg->offset_byte[2] = (offset_y / 2) * (hor_stride / 2) + (offset_x / 2) + offset_c * 5 / 4; in get_vepu_offset_cfg()
310 cfg->offset_byte[0] = offset_y * hor_stride + offset_x * 2; in get_vepu_offset_cfg()
318 cfg->offset_byte[0] = offset_y * hor_stride + offset_x * 2; in get_vepu_offset_cfg()
326 cfg->offset_byte[0] = offset_y * hor_stride + offset_x * 4; in get_vepu_offset_cfg()
H A Dvepu_common.h67 RK_U32 offset_y; member
/rockchip-linux_mpp/kmpp/base/inc/
H A Dkmpp_frame.h18 ENTRY(prefix, u32, rk_u32, offset_y, FLAG_NONE, offset_y) \
H A Dkmpp_frame_impl.h24 rk_u32 offset_y; member
/rockchip-linux_mpp/inc/
H A Dmpp_sys_cfg.h73 RK_U32 offset_y; member
H A Dmpp_frame.h406 void mpp_frame_set_offset_y(MppFrame frame, RK_U32 offset_y);
/rockchip-linux_mpp/mpp/common/
H A Djpege_syntax.h57 RK_U32 offset_y; member
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_frame_impl.h91 RK_U32 offset_y; member
/rockchip-linux_mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu2_v2.c350 cfg.offset_y = syntax->offset_y + start_mbrow * 16; in hal_jpege_vepu2_set_extra_info()
662 cfg.offset_y = syntax->offset_y + mcu_y * 16; in multi_core_start()
681 cfg.offset_y = syntax->offset_y; in multi_core_start()
/rockchip-linux_mpp/kmpp/
H A Dkmpp.c43 RK_U32 offset_y; member
293 kmpp_frame_set_offset_y(ctx->mKframe, impl->offset_y); in put_frame()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c808 RK_U32 offset_y = tile->tile_start_y; in h265e_code_skip_tile() local
829 cu.pixelY = offset_y; in h265e_code_skip_tile()
837 offset_y += sps->m_maxCUSize; in h265e_code_skip_tile()
842 cu.pixelY = offset_y; in h265e_code_skip_tile()
/rockchip-linux_mpp/mpp/base/
H A Dmpp_sys_cfg.c96 …ENTRY(dec_buf_chk, offset_y, u32, RK_U32, 0, …
H A Dmpp_frame.c344 MPP_FRAME_ACCESSORS(RK_U32, offset_y)
/rockchip-linux_mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c242 syntax->offset_y = mpp_frame_get_offset_y(frame); in jpege_proc_hal()
/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_v2.c239 hw_offset->offset_y = mpp_frame_get_offset_y(task->frame); in hal_h264e_vepu1_get_task_v2()
H A Dhal_h264e_vepu2_v2.c240 hw_offset->offset_y = mpp_frame_get_offset_y(task->frame); in hal_h264e_vepu2_get_task_v2()
/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.c1384 hw_offset.offset_y = mpp_frame_get_offset_y(task->frame); in hal_vp8e_enc_strm_code()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_init.c480 impl->offset_y = 4; in dpb_mark_malloc()