Home
last modified time | relevance | path

Searched refs:uv_stride (Results 1 – 3 of 3) sorted by relevance

/rockchip-linux_mpp/mpp/hal/rkenc/jpege/
H A Dhal_jpege_vpu720.c81 RK_U32 uv_stride; member
243 fmt_cfg->uv_stride = hor_stride >> 1; in jpege_vpu720_setup_format()
245 fmt_cfg->v_offset = fmt_cfg->u_offset + fmt_cfg->uv_stride * (ver_stride >> 1); in jpege_vpu720_setup_format()
250 fmt_cfg->uv_stride = hor_stride; in jpege_vpu720_setup_format()
256 fmt_cfg->uv_stride = hor_stride; in jpege_vpu720_setup_format()
263 fmt_cfg->uv_stride = hor_stride >> 1; in jpege_vpu720_setup_format()
265 fmt_cfg->v_offset = fmt_cfg->u_offset + fmt_cfg->uv_stride * ver_stride; in jpege_vpu720_setup_format()
270 fmt_cfg->uv_stride = hor_stride; in jpege_vpu720_setup_format()
276 fmt_cfg->uv_stride = hor_stride; in jpege_vpu720_setup_format()
301 fmt_cfg->uv_stride = hor_stride << 1; in jpege_vpu720_setup_format()
[all …]
/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser.h119 RK_S32 y_stride, uv_stride; member
/rockchip-linux_mpp/mpp/hal/vpu/av1d/
H A Dhal_av1d_vdpu.c790 RK_U32 uv_stride = y_stride / 2; in vdpu_av1d_set_reference_frames() local
1052 uv_stride = y_stride / 2; in vdpu_av1d_set_reference_frames()
1053 mv_offset = y_stride + uv_stride + 64; in vdpu_av1d_set_reference_frames()
2110 RK_U32 uv_stride = y_stride / 2; in vdpu_av1d_gen_regs() local
2111 RK_U32 mv_offset = y_stride + uv_stride + 64; in vdpu_av1d_gen_regs()