Searched refs:in_h (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_pad.c46 "in_h", "ih",
84 int in_w, in_h; ///< width and height for the padded input video, which has to be aligned to the chroma values in order to avoid chroma issues member in struct:PadContext
167 s->in_h = ff_draw_round_to_sub(&s->draw, 1, -1, inlink->h);
207 h + (s->h - s->in_h));
329 if (s->h > s->y + s->in_h) {
332 0, s->y + s->in_h, s->w, s->h - s->y - s->in_h);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavfilter/
H A Dvf_pad.c43 "in_h", "ih",
94 int in_w, in_h; ///< width and height for the padded input video, which has to be aligned to the chroma values in order to avoid chroma issues member in struct:__anon2088
214 pad->in_h = inlink->h & ~((1 << pad->vsub) - 1);
259 h + (pad->h - pad->in_h));
360 } else if (slice_dir * before_slice == -1 && (y + h) == (pad->y + pad->in_h)) {
362 bar_y = pad->y + pad->in_h;
363 bar_h = pad->h - pad->in_h - pad->y;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/msm/
H A Dmdp_ppp_v31.c271 uint32 in_h,
298 src_ROI_height = in_h;
270 mdp_calc_scaleInitPhase_3p1(uint32 in_w, uint32 in_h, uint32 out_w, uint32 out_h, boolean is_rotate, boolean is_pp_x, boolean is_pp_y, struct phase_val *pval) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/
H A Drj54n1cb0c.c558 static int rj54n1_sensor_scale(struct v4l2_subdev *sd, s32 *in_w, s32 *in_h,
641 static int rj54n1_sensor_scale(struct v4l2_subdev *sd, s32 *in_w, s32 *in_h, argument
646 unsigned int skip, resize, input_w = *in_w, input_h = *in_h,
818 *in_h = (output_h * resize + 512) / 1024;
823 *in_w, *in_h, resize, output_w, output_h, skip);

Completed in 1520 milliseconds