Home
last modified time | relevance | path

Searched refs:vpp (Results 1 – 25 of 2338) sorted by relevance

12345678910>>...94

/dports/multimedia/handbrake/ffmpeg-4.4/libavfilter/
H A Dvf_vpp_qsv.c276 vpp->crop_x = FFMAX(vpp->crop_x, 0); in config_input()
277 vpp->crop_y = FFMAX(vpp->crop_y, 0); in config_input()
279 if(vpp->crop_w + vpp->crop_x > inlink->w) in config_input()
280 vpp->crop_x = inlink->w - vpp->crop_w; in config_input()
281 if(vpp->crop_h + vpp->crop_y > inlink->h) in config_input()
282 vpp->crop_y = inlink->h - vpp->crop_h; in config_input()
362 vpp->detail_conf.DetailFactor = vpp->detail; in config_output()
426 vpp->rotation_conf.Angle = vpp->rotate; in config_output()
447 vpp->mirroring_conf.Type = vpp->hflip; in config_output()
457 if (vpp->use_frc || vpp->use_crop || vpp->deinterlace || vpp->denoise || in config_output()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavfilter/
H A Dvf_vpp_qsv.c276 vpp->crop_x = FFMAX(vpp->crop_x, 0); in config_input()
277 vpp->crop_y = FFMAX(vpp->crop_y, 0); in config_input()
279 if(vpp->crop_w + vpp->crop_x > inlink->w) in config_input()
280 vpp->crop_x = inlink->w - vpp->crop_w; in config_input()
281 if(vpp->crop_h + vpp->crop_y > inlink->h) in config_input()
282 vpp->crop_y = inlink->h - vpp->crop_h; in config_input()
362 vpp->detail_conf.DetailFactor = vpp->detail; in config_output()
426 vpp->rotation_conf.Angle = vpp->rotate; in config_output()
447 vpp->mirroring_conf.Type = vpp->hflip; in config_output()
457 if (vpp->use_frc || vpp->use_crop || vpp->deinterlace || vpp->denoise || in config_output()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavfilter/
H A Dvf_vpp_qsv.c276 vpp->crop_x = FFMAX(vpp->crop_x, 0); in config_input()
277 vpp->crop_y = FFMAX(vpp->crop_y, 0); in config_input()
279 if(vpp->crop_w + vpp->crop_x > inlink->w) in config_input()
280 vpp->crop_x = inlink->w - vpp->crop_w; in config_input()
281 if(vpp->crop_h + vpp->crop_y > inlink->h) in config_input()
282 vpp->crop_y = inlink->h - vpp->crop_h; in config_input()
362 vpp->detail_conf.DetailFactor = vpp->detail; in config_output()
426 vpp->rotation_conf.Angle = vpp->rotate; in config_output()
447 vpp->mirroring_conf.Type = vpp->hflip; in config_output()
457 if (vpp->use_frc || vpp->use_crop || vpp->deinterlace || vpp->denoise || in config_output()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavfilter/
H A Dvf_vpp_qsv.c276 vpp->crop_x = FFMAX(vpp->crop_x, 0); in config_input()
277 vpp->crop_y = FFMAX(vpp->crop_y, 0); in config_input()
279 if(vpp->crop_w + vpp->crop_x > inlink->w) in config_input()
280 vpp->crop_x = inlink->w - vpp->crop_w; in config_input()
281 if(vpp->crop_h + vpp->crop_y > inlink->h) in config_input()
282 vpp->crop_y = inlink->h - vpp->crop_h; in config_input()
362 vpp->detail_conf.DetailFactor = vpp->detail; in config_output()
426 vpp->rotation_conf.Angle = vpp->rotate; in config_output()
447 vpp->mirroring_conf.Type = vpp->hflip; in config_output()
457 if (vpp->use_frc || vpp->use_crop || vpp->deinterlace || vpp->denoise || in config_output()
[all …]
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavfilter/
H A Dvf_vpp_qsv.c228 if (vpp->out_height == 0 || vpp->out_width == 0) { in config_input()
234 vpp->crop_x = FFMAX(vpp->crop_x, 0); in config_input()
235 vpp->crop_y = FFMAX(vpp->crop_y, 0); in config_input()
237 if(vpp->crop_w + vpp->crop_x > inlink->w) in config_input()
238 vpp->crop_x = inlink->w - vpp->crop_w; in config_input()
239 if(vpp->crop_h + vpp->crop_y > inlink->h) in config_input()
240 vpp->crop_y = inlink->h - vpp->crop_h; in config_input()
299 vpp->denoise_conf.DenoiseFactor = vpp->denoise; in config_output()
308 vpp->detail_conf.DetailFactor = vpp->detail; in config_output()
317 vpp->procamp_conf.Hue = vpp->hue; in config_output()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dbuiltins-ppc-pair-mma.c13 __vector_pair vp = *((__vector_pair *)vpp); in test1()
54 __vector_pair vp = *((__vector_pair *)vpp); in test3()
89 __vector_pair vp = *((__vector_pair *)vpp); in test5()
105 __vector_pair vp = *((__vector_pair *)vpp); in test6()
119 __vector_pair vp = *((__vector_pair *)vpp); in test7()
133 __vector_pair vp = *((__vector_pair *)vpp); in test8()
147 __vector_pair vp = *((__vector_pair *)vpp); in test9()
161 __vector_pair vp = *((__vector_pair *)vpp); in test10()
175 __vector_pair vp = *((__vector_pair *)vpp); in test11()
189 __vector_pair vp = *((__vector_pair *)vpp); in test12()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/
H A Dbuiltins-ppc-pair-mma.c16 __vector_pair vp = *((__vector_pair *)vpp); in test1()
57 __vector_pair vp = *((__vector_pair *)vpp); in test3()
92 __vector_pair vp = *((__vector_pair *)vpp); in test5()
108 __vector_pair vp = *((__vector_pair *)vpp); in test6()
122 __vector_pair vp = *((__vector_pair *)vpp); in test7()
136 __vector_pair vp = *((__vector_pair *)vpp); in test8()
150 __vector_pair vp = *((__vector_pair *)vpp); in test9()
164 __vector_pair vp = *((__vector_pair *)vpp); in test10()
178 __vector_pair vp = *((__vector_pair *)vpp); in test11()
192 __vector_pair vp = *((__vector_pair *)vpp); in test12()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dbuiltins-ppc-pair-mma.c13 __vector_pair vp = *((__vector_pair *)vpp); in test1()
54 __vector_pair vp = *((__vector_pair *)vpp); in test3()
89 __vector_pair vp = *((__vector_pair *)vpp); in test5()
105 __vector_pair vp = *((__vector_pair *)vpp); in test6()
119 __vector_pair vp = *((__vector_pair *)vpp); in test7()
133 __vector_pair vp = *((__vector_pair *)vpp); in test8()
147 __vector_pair vp = *((__vector_pair *)vpp); in test9()
161 __vector_pair vp = *((__vector_pair *)vpp); in test10()
175 __vector_pair vp = *((__vector_pair *)vpp); in test11()
189 __vector_pair vp = *((__vector_pair *)vpp); in test12()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/
H A Dbuiltins-ppc-pair-mma.c13 __vector_pair vp = *((__vector_pair *)vpp); in test1()
54 __vector_pair vp = *((__vector_pair *)vpp); in test3()
89 __vector_pair vp = *((__vector_pair *)vpp); in test5()
105 __vector_pair vp = *((__vector_pair *)vpp); in test6()
119 __vector_pair vp = *((__vector_pair *)vpp); in test7()
133 __vector_pair vp = *((__vector_pair *)vpp); in test8()
147 __vector_pair vp = *((__vector_pair *)vpp); in test9()
161 __vector_pair vp = *((__vector_pair *)vpp); in test10()
175 __vector_pair vp = *((__vector_pair *)vpp); in test11()
189 __vector_pair vp = *((__vector_pair *)vpp); in test12()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/
H A Dbuiltins-ppc-pair-mma.c13 __vector_pair vp = *((__vector_pair *)vpp); in test1()
54 __vector_pair vp = *((__vector_pair *)vpp); in test3()
89 __vector_pair vp = *((__vector_pair *)vpp); in test5()
105 __vector_pair vp = *((__vector_pair *)vpp); in test6()
119 __vector_pair vp = *((__vector_pair *)vpp); in test7()
133 __vector_pair vp = *((__vector_pair *)vpp); in test8()
147 __vector_pair vp = *((__vector_pair *)vpp); in test9()
161 __vector_pair vp = *((__vector_pair *)vpp); in test10()
175 __vector_pair vp = *((__vector_pair *)vpp); in test11()
189 __vector_pair vp = *((__vector_pair *)vpp); in test12()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/
H A Dbuiltins-ppc-pair-mma.c13 __vector_pair vp = *((__vector_pair *)vpp); in test1()
54 __vector_pair vp = *((__vector_pair *)vpp); in test3()
89 __vector_pair vp = *((__vector_pair *)vpp); in test5()
105 __vector_pair vp = *((__vector_pair *)vpp); in test6()
119 __vector_pair vp = *((__vector_pair *)vpp); in test7()
133 __vector_pair vp = *((__vector_pair *)vpp); in test8()
147 __vector_pair vp = *((__vector_pair *)vpp); in test9()
161 __vector_pair vp = *((__vector_pair *)vpp); in test10()
175 __vector_pair vp = *((__vector_pair *)vpp); in test11()
189 __vector_pair vp = *((__vector_pair *)vpp); in test12()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Dbuiltins-ppc-pair-mma.c13 __vector_pair vp = *((__vector_pair *)vpp); in test1()
54 __vector_pair vp = *((__vector_pair *)vpp); in test3()
89 __vector_pair vp = *((__vector_pair *)vpp); in test5()
105 __vector_pair vp = *((__vector_pair *)vpp); in test6()
119 __vector_pair vp = *((__vector_pair *)vpp); in test7()
133 __vector_pair vp = *((__vector_pair *)vpp); in test8()
147 __vector_pair vp = *((__vector_pair *)vpp); in test9()
161 __vector_pair vp = *((__vector_pair *)vpp); in test10()
175 __vector_pair vp = *((__vector_pair *)vpp); in test11()
189 __vector_pair vp = *((__vector_pair *)vpp); in test12()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/
H A Dbuiltins-ppc-pair-mma.c13 __vector_pair vp = *((__vector_pair *)vpp); in test1()
54 __vector_pair vp = *((__vector_pair *)vpp); in test3()
89 __vector_pair vp = *((__vector_pair *)vpp); in test5()
105 __vector_pair vp = *((__vector_pair *)vpp); in test6()
119 __vector_pair vp = *((__vector_pair *)vpp); in test7()
133 __vector_pair vp = *((__vector_pair *)vpp); in test8()
147 __vector_pair vp = *((__vector_pair *)vpp); in test9()
161 __vector_pair vp = *((__vector_pair *)vpp); in test10()
175 __vector_pair vp = *((__vector_pair *)vpp); in test11()
189 __vector_pair vp = *((__vector_pair *)vpp); in test12()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/
H A Dbuiltins-ppc-mma.c13 __vector_pair vp = *((__vector_pair *)vpp); in test1()
54 __vector_pair vp = *((__vector_pair *)vpp); in test3()
89 __vector_pair vp = *((__vector_pair *)vpp); in test5()
105 __vector_pair vp = *((__vector_pair *)vpp); in test6()
119 __vector_pair vp = *((__vector_pair *)vpp); in test7()
133 __vector_pair vp = *((__vector_pair *)vpp); in test8()
147 __vector_pair vp = *((__vector_pair *)vpp); in test9()
161 __vector_pair vp = *((__vector_pair *)vpp); in test10()
175 __vector_pair vp = *((__vector_pair *)vpp); in test11()
189 __vector_pair vp = *((__vector_pair *)vpp); in test12()
[all …]
/dports/multimedia/lives/lives-3.2.0/src/
H A Dtranscode.c69 mainw->vpp = vpp; in transcode_prep()
181 vpp = mainw->vpp; in transcode_clip()
184 vpp = mainw->vpp; in transcode_clip()
193 if (vpp->set_fps)(*vpp->set_fps)(cfile->fps); in transcode_clip()
195 (*vpp->set_palette)(vpp->palette); in transcode_clip()
252 if (!(*vpp->init_screen)(vpp->fwidth, vpp->fheight, FALSE, 0, vpp->extra_argc, vpp->extra_argv)) { in transcode_clip()
267 …weed_layer_set_palette_yuv(frame_layer, vpp->palette, vpp->YUV_clamping, vpp->YUV_sampling, vpp->Y… in transcode_clip()
332 (*vpp->set_palette)(vpp->palette); in transcode_clip()
336 … if (!(*vpp->init_screen)(vpp->fwidth, vpp->fheight, FALSE, 0, vpp->extra_argc, vpp->extra_argv)) { in transcode_clip()
417 …convert_layer_palette_full(frame_layer, vpp->palette, vpp->YUV_clamping, vpp->YUV_sampling, vpp->Y… in transcode_clip()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Dppc-mma-types.c178 *vpp = vp; in testVPArg1()
183 *vpp = vp; in testVPArg2()
188 *vpp = *vp; in testVPArg3()
193 *vpp = *vp; in testVPArg4()
198 *vpp = vpa[0]; in testVPArg5()
203 *vpp = vp; in testVPArg6()
208 *vpp = *vp; in testVPArg7()
219 return vpp + 2; in testVPRet2()
224 return vpp + 2; in testVPRet3()
234 return vpp + 2; in testVPRet5()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Dppc-pair-mma-types.c178 *vpp = vp; in testVPArg1()
183 *vpp = vp; in testVPArg2()
188 *vpp = *vp; in testVPArg3()
193 *vpp = *vp; in testVPArg4()
198 *vpp = vpa[0]; in testVPArg5()
203 *vpp = vp; in testVPArg6()
208 *vpp = *vp; in testVPArg7()
219 return vpp + 2; in testVPRet2()
224 return vpp + 2; in testVPRet3()
234 return vpp + 2; in testVPRet5()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dppc-pair-mma-types.c178 *vpp = vp; in testVPArg1()
183 *vpp = vp; in testVPArg2()
188 *vpp = *vp; in testVPArg3()
193 *vpp = *vp; in testVPArg4()
198 *vpp = vpa[0]; in testVPArg5()
203 *vpp = vp; in testVPArg6()
208 *vpp = *vp; in testVPArg7()
219 return vpp + 2; in testVPRet2()
224 return vpp + 2; in testVPRet3()
234 return vpp + 2; in testVPRet5()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Dppc-pair-mma-types.c178 *vpp = vp; in testVPArg1()
183 *vpp = vp; in testVPArg2()
188 *vpp = *vp; in testVPArg3()
193 *vpp = *vp; in testVPArg4()
198 *vpp = vpa[0]; in testVPArg5()
203 *vpp = vp; in testVPArg6()
208 *vpp = *vp; in testVPArg7()
219 return vpp + 2; in testVPRet2()
224 return vpp + 2; in testVPRet3()
234 return vpp + 2; in testVPRet5()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dppc-pair-mma-types.c178 *vpp = vp; in testVPArg1()
183 *vpp = vp; in testVPArg2()
188 *vpp = *vp; in testVPArg3()
193 *vpp = *vp; in testVPArg4()
198 *vpp = vpa[0]; in testVPArg5()
203 *vpp = vp; in testVPArg6()
208 *vpp = *vp; in testVPArg7()
219 return vpp + 2; in testVPRet2()
224 return vpp + 2; in testVPRet3()
234 return vpp + 2; in testVPRet5()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Sema/
H A Dppc-pair-mma-types.c178 *vpp = vp; in testVPArg1()
183 *vpp = vp; in testVPArg2()
188 *vpp = *vp; in testVPArg3()
193 *vpp = *vp; in testVPArg4()
198 *vpp = vpa[0]; in testVPArg5()
203 *vpp = vp; in testVPArg6()
208 *vpp = *vp; in testVPArg7()
219 return vpp + 2; in testVPRet2()
224 return vpp + 2; in testVPRet3()
234 return vpp + 2; in testVPRet5()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Sema/
H A Dppc-pair-mma-types.c178 *vpp = vp; in testVPArg1()
183 *vpp = vp; in testVPArg2()
188 *vpp = *vp; in testVPArg3()
193 *vpp = *vp; in testVPArg4()
198 *vpp = vpa[0]; in testVPArg5()
203 *vpp = vp; in testVPArg6()
208 *vpp = *vp; in testVPArg7()
219 return vpp + 2; in testVPRet2()
224 return vpp + 2; in testVPRet3()
234 return vpp + 2; in testVPRet5()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/test/Sema/
H A Dppc-pair-mma-types.c178 *vpp = vp; in testVPArg1()
183 *vpp = vp; in testVPArg2()
188 *vpp = *vp; in testVPArg3()
193 *vpp = *vp; in testVPArg4()
198 *vpp = vpa[0]; in testVPArg5()
203 *vpp = vp; in testVPArg6()
208 *vpp = *vp; in testVPArg7()
219 return vpp + 2; in testVPRet2()
224 return vpp + 2; in testVPRet3()
234 return vpp + 2; in testVPRet5()
[all …]
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/mfx_lib/vpp/src/
H A Dmfx_vpp_sw_core.cpp42 VideoVPPBase * vpp = 0; in CreateAndInitVPPImpl() local
48 delete vpp; in CreateAndInitVPPImpl()
55 delete vpp; in CreateAndInitVPPImpl()
64 return vpp; in CreateAndInitVPPImpl()
67 delete vpp; in CreateAndInitVPPImpl()
68 vpp = 0; in CreateAndInitVPPImpl()
623 out->vpp = in->vpp; in Query()
1033 if ((0 == (out->vpp.In.FrameRateExtN * out->vpp.In.FrameRateExtD)) && in Query()
1034 (out->vpp.In.FrameRateExtN + out->vpp.In.FrameRateExtD) ) in Query()
1101 if ((0 == (out->vpp.Out.FrameRateExtN * out->vpp.Out.FrameRateExtD)) && in Query()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Dppc-pair-mma-types.c180 *vpp = vp; in testVPArg1()
185 *vpp = vp; in testVPArg2()
190 *vpp = *vp; in testVPArg3()
195 *vpp = *vp; in testVPArg4()
200 *vpp = vpa[0]; in testVPArg5()
205 *vpp = vp; in testVPArg6()
210 *vpp = *vp; in testVPArg7()
221 return vpp + 2; in testVPRet2()
226 return vpp + 2; in testVPRet3()
236 return vpp + 2; in testVPRet5()
[all …]

12345678910>>...94