Home
last modified time | relevance | path

Searched refs:offset_x (Results 1 – 16 of 16) sorted by relevance

/rockchip-linux_mpp/mpp/hal/vpu/common/
H A Dvepu_common.c289 RK_U32 offset_x = cfg->offset_x; 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()
309 mpp_assert((offset_x & 1) == 0); 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()
[all …]
H A Dvepu_common.h66 RK_U32 offset_x; member
/rockchip-linux_mpp/kmpp/base/inc/
H A Dkmpp_frame.h17 ENTRY(prefix, u32, rk_u32, offset_x, FLAG_NONE, offset_x) \
H A Dkmpp_frame_impl.h23 rk_u32 offset_x; member
/rockchip-linux_mpp/mpp/hal/vpu/jpege/
H A Dhal_jpege_vepu2_v2.c349 cfg.offset_x = syntax->offset_x; in hal_jpege_vepu2_set_extra_info()
661 cfg.offset_x = syntax->offset_x; in multi_core_start()
676 cfg.offset_x = syntax->offset_x + in multi_core_start()
679 cfg.offset_x = syntax->offset_x + mcu_y * 16; in multi_core_start()
/rockchip-linux_mpp/mpp/common/
H A Djpege_syntax.h56 RK_U32 offset_x; member
/rockchip-linux_mpp/mpp/base/inc/
H A Dmpp_frame_impl.h90 RK_U32 offset_x; member
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_slice.c807 RK_U32 offset_x = tile->tile_start_x; in h265e_code_skip_tile() local
828 cu.pixelX = offset_x; in h265e_code_skip_tile()
834 offset_x += sps->m_maxCUSize; in h265e_code_skip_tile()
835 if (offset_x > tile->tile_end_x) { in h265e_code_skip_tile()
836 offset_x = tile->tile_start_x; in h265e_code_skip_tile()
841 cu.pixelX = offset_x; in h265e_code_skip_tile()
/rockchip-linux_mpp/kmpp/
H A Dkmpp.c42 RK_U32 offset_x; member
292 kmpp_frame_set_offset_x(ctx->mKframe, impl->offset_x); in put_frame()
/rockchip-linux_mpp/mpp/codec/enc/jpeg/
H A Djpege_api_v2.c241 syntax->offset_x = mpp_frame_get_offset_x(frame); in jpege_proc_hal()
/rockchip-linux_mpp/inc/
H A Dmpp_frame.h404 void mpp_frame_set_offset_x(MppFrame frame, RK_U32 offset_x);
/rockchip-linux_mpp/mpp/base/
H A Dmpp_frame.c343 MPP_FRAME_ACCESSORS(RK_U32, offset_x)
/rockchip-linux_mpp/mpp/hal/vpu/h264e/
H A Dhal_h264e_vepu1_v2.c238 hw_offset->offset_x = mpp_frame_get_offset_x(task->frame); in hal_h264e_vepu1_get_task_v2()
H A Dhal_h264e_vepu2_v2.c239 hw_offset->offset_x = mpp_frame_get_offset_x(task->frame); in hal_h264e_vepu2_get_task_v2()
/rockchip-linux_mpp/mpp/hal/vpu/vp8e/
H A Dhal_vp8e_base.c1383 hw_offset.offset_x = mpp_frame_get_offset_x(task->frame); in hal_vp8e_enc_strm_code()
/rockchip-linux_mpp/mpp/codec/dec/h264/
H A Dh264d_init.c479 impl->offset_x = 0; in dpb_mark_malloc()