QSVVPPCrop *crop = param->crop + i; if (crop->in_idx > avctx->nb_inputs) { ret = AVERROR(EINVAL); goto failed; } s->frame_infos[crop->in_idx].CropX = crop->x; s->frame_infos[crop->in_idx].CropY = crop->y;
Out.CropW = 1920; videoPrm.vpp.Out.CropH = 1088; mfxExtVPPDoUse vppDoUseOut; mfxExtVPPDoUse vppDoNotUseOut; mfxExtVPPFrameRateConversion vppFpsConvOut; mfxExtVPPImageStab vppImageStabOut; mfxExtVPPVideoSignalInfo vppVSIOut; mfxExtVPPRotation vppRotateOut; mfxExtVPPMirroring vppMirrorOut; ...
@@ -384,10 +411,10 @@ __kernel void kernel_crop_c_yuv444_nv12( const int src_y = dst_y << 1; const int loadx = src_x + cropX; const int loady = src_y + cropY; const int pixSrcU00 = LOAD(srcU, loadx+0, loady+0); const int pixSrcU10 = LOAD(srcU, loadx+0, ...
@@ -701,6 +701,7 @@ rgy_filter_convolution3d.cpp rgy_filter_crop.cpp rgy_filter_curves.cpp \ rgy_filter_deband.cpp rgy_filter_decimate.cpp rgy_filter_delogo.cpp \ rgy_filter_denoise_knn.cpp rgy_filter_denoise_pmd.cpp rgy_filter_edgelevel.cpp rgy_filter_mpdecimate.cpp \ rgy_filter_...
const VppType vppType, const sVppParams *params, const RGY_CSP outCsp, const int outBitdepth, const sInputCrop *crop, const std::pair<int, int> resize, const int blockSize); 216 - virtual std::pair<RGY_ERR, std::unique_ptr<RGYFilter>> AddFilterOpenCL( 217 - FrameInfo& input...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...