Home
last modified time | relevance | path

Searched refs:step (Results 1 – 8 of 8) sorted by relevance

/rockchip-linux_mpp/mpp/vproc/iep2/
H A Diep2_pd.c97 idx, pd_inf->step, in iep2_check_pd()
104 idx, pd_inf->step, in iep2_check_pd()
111 idx, pd_inf->step, in iep2_check_pd()
118 if (pd_inf->pdtype != PD_TYPES_UNKNOWN && pd_inf->step != -1) { in iep2_check_pd()
120 int type = pd_table[n][(pd_inf->step + 1) % 5]; in iep2_check_pd()
125 pd_inf->step = -1; in iep2_check_pd()
129 pd_inf->step = pd_inf->step != -1 ? (pd_inf->step + 1) % 5 : -1; in iep2_check_pd()
180 pd_inf->step = 0; in iep2_check_pd()
206 int step = (pd_inf->step + 1) % 5; in iep2_pd_get_output() local
210 switch (step) { in iep2_pd_get_output()
[all …]
H A Diep2_pd.h26 int step; member
H A Diep2.c180 ctx->pd_inf.step = -1; in iep2_init()
/rockchip-linux_mpp/utils/
H A Dmpp_opt.c109 RK_S32 step = 0; in mpp_opt_parse() local
118 step = info->proc(impl->ctx, next); in mpp_opt_parse()
121 if (step < 0) { in mpp_opt_parse()
122 ret = step; in mpp_opt_parse()
126 opt_idx += step; in mpp_opt_parse()
/rockchip-linux_mpp/mpp/
H A Dmpp_impl.c173 RK_U32 step = MPP_MAX((hor_stride + w - 1) / w, in dump_frame() local
175 RK_U32 img_w = width / step; in dump_frame()
176 RK_U32 img_h = height / step; in dump_frame()
182 pdes[j] = fetch_data(fmt, psrc, j * step); in dump_frame()
184 psrc += step * hor_stride; in dump_frame()
190 pdes[2 * j + 0] = fetch_data(fmt, psrc, 2 * j * step + 0); in dump_frame()
191 pdes[2 * j + 1] = fetch_data(fmt, psrc, 2 * j * step + 1); in dump_frame()
194 psrc += step * hor_stride; in dump_frame()
/rockchip-linux_mpp/mpp/codec/enc/h265/
H A Dh265e_ps.c67 RK_S32 step = stride >> depth; in init_zscan2raster() local
69 init_zscan2raster(maxDepth, depth + 1, startVal + step, curIdx); in init_zscan2raster()
70 init_zscan2raster(maxDepth, depth + 1, startVal + step * stride, curIdx); in init_zscan2raster()
71 init_zscan2raster(maxDepth, depth + 1, startVal + step * stride + step, curIdx); in init_zscan2raster()
/rockchip-linux_mpp/mpp/codec/dec/vp9/
H A Dvp9d_parser2_syntax.c149 RK_U32 step = len / sizeof(partition_probs[0]); in vp9d_fill_picparams() local
155 m += step; in vp9d_fill_picparams()
/rockchip-linux_mpp/doc/
H A DRockchip_Developer_Guide_MPP_EN.md355 5. Check the bitstream is sent successfully or not and loops back to step 1;