Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/imxwayland/qmlvideofx/shaders/
H A Dglow.fsh38 const float step_h = 0.0027778;
47 vec3 t1 = texture2D(source, vec2(uv.x - step_w, uv.y - step_h)).rgb;
48 vec3 t2 = texture2D(source, vec2(uv.x, uv.y - step_h)).rgb;
49 vec3 t3 = texture2D(source, vec2(uv.x + step_w, uv.y - step_h)).rgb;
53 vec3 t7 = texture2D(source, vec2(uv.x - step_w, uv.y + step_h)).rgb;
54 vec3 t8 = texture2D(source, vec2(uv.x, uv.y + step_h)).rgb;
55 vec3 t9 = texture2D(source, vec2(uv.x + step_w, uv.y + step_h)).rgb;
H A Demboss.fsh38 const float step_h = 0.0027778;
47 vec3 t1 = texture2D(source, vec2(uv.x - step_w, uv.y - step_h)).rgb;
48 vec3 t2 = texture2D(source, vec2(uv.x, uv.y - step_h)).rgb;
49 vec3 t3 = texture2D(source, vec2(uv.x + step_w, uv.y - step_h)).rgb;
53 vec3 t7 = texture2D(source, vec2(uv.x - step_w, uv.y + step_h)).rgb;
54 vec3 t8 = texture2D(source, vec2(uv.x, uv.y + step_h)).rgb;
55 vec3 t9 = texture2D(source, vec2(uv.x + step_w, uv.y + step_h)).rgb;
H A Dsharpen.fsh39 const float step_h = 0.0027778;
53 vec3 t1 = texture2D(source, vec2(uv.x - step_w, uv.y - step_h)).rgb;
54 vec3 t2 = texture2D(source, vec2(uv.x, uv.y - step_h)).rgb;
55 vec3 t3 = texture2D(source, vec2(uv.x + step_w, uv.y - step_h)).rgb;
59 vec3 t7 = texture2D(source, vec2(uv.x - step_w, uv.y + step_h)).rgb;
60 vec3 t8 = texture2D(source, vec2(uv.x, uv.y + step_h)).rgb;
61 vec3 t9 = texture2D(source, vec2(uv.x + step_w, uv.y + step_h)).rgb;
H A Dtiltshift.fsh38 const float step_h = 0.0027778;
52 … acc += texture2D(source, vec2(uv.x + dist * x * step_w, uv.y + 0.5 * dist * y * step_h)).rgb;
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.20/
H A D0008-v4l2src-Support-setting-max-resolution.patch60 step_h = MAX (size.stepwise.step_height, 1);
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-good/
H A D0008-v4l2src-Support-setting-max-resolution.patch60 step_h = MAX (size.stepwise.step_height, 1);
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good_1.22/
H A D0008-v4l2src-Support-setting-max-resolution.patch60 step_h = MAX (size.stepwise.step_height, 1);
/OK3568_Linux_fs/kernel/drivers/media/platform/mtk-mdp/
H A Dmtk_mdp_m2m.c156 int org_w, org_h, step_w, step_h; in mtk_mdp_bound_align_image() local
166 step_h = 1 << halign; in mtk_mdp_bound_align_image()
169 if (*h < org_h && (*h + step_h) <= hmax) in mtk_mdp_bound_align_image()
170 *h += step_h; in mtk_mdp_bound_align_image()