| /rockchip-linux_mpp/mpp/hal/vpu/common/ |
| H A D | vepu_common.c | 290 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 D | vepu_common.h | 67 RK_U32 offset_y; member
|
| /rockchip-linux_mpp/kmpp/base/inc/ |
| H A D | kmpp_frame.h | 18 ENTRY(prefix, u32, rk_u32, offset_y, FLAG_NONE, offset_y) \
|
| H A D | kmpp_frame_impl.h | 24 rk_u32 offset_y; member
|
| /rockchip-linux_mpp/inc/ |
| H A D | mpp_sys_cfg.h | 73 RK_U32 offset_y; member
|
| H A D | mpp_frame.h | 406 void mpp_frame_set_offset_y(MppFrame frame, RK_U32 offset_y);
|
| /rockchip-linux_mpp/mpp/common/ |
| H A D | jpege_syntax.h | 57 RK_U32 offset_y; member
|
| /rockchip-linux_mpp/mpp/base/inc/ |
| H A D | mpp_frame_impl.h | 91 RK_U32 offset_y; member
|
| /rockchip-linux_mpp/mpp/hal/vpu/jpege/ |
| H A D | hal_jpege_vepu2_v2.c | 350 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 D | kmpp.c | 43 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 D | h265e_slice.c | 808 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 D | mpp_sys_cfg.c | 96 …ENTRY(dec_buf_chk, offset_y, u32, RK_U32, 0, …
|
| H A D | mpp_frame.c | 344 MPP_FRAME_ACCESSORS(RK_U32, offset_y)
|
| /rockchip-linux_mpp/mpp/codec/enc/jpeg/ |
| H A D | jpege_api_v2.c | 242 syntax->offset_y = mpp_frame_get_offset_y(frame); in jpege_proc_hal()
|
| /rockchip-linux_mpp/mpp/hal/vpu/h264e/ |
| H A D | hal_h264e_vepu1_v2.c | 239 hw_offset->offset_y = mpp_frame_get_offset_y(task->frame); in hal_h264e_vepu1_get_task_v2()
|
| H A D | hal_h264e_vepu2_v2.c | 240 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 D | hal_vp8e_base.c | 1384 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 D | h264d_init.c | 480 impl->offset_y = 4; in dpb_mark_malloc()
|