STAGE_RESIZE      275 libavfilter/vf_scale_npp.c         s->stages[STAGE_RESIZE].stage_needed = 1;
STAGE_RESIZE      289 libavfilter/vf_scale_npp.c     if (!s->stages[STAGE_RESIZE].stage_needed && in_format == out_format)
STAGE_RESIZE      304 libavfilter/vf_scale_npp.c     s->stages[STAGE_RESIZE].in_fmt               = in_deinterleaved_format;
STAGE_RESIZE      305 libavfilter/vf_scale_npp.c     s->stages[STAGE_RESIZE].out_fmt              = out_deinterleaved_format;
STAGE_RESIZE      306 libavfilter/vf_scale_npp.c     s->stages[STAGE_RESIZE].planes_in[0].width   = in_width;
STAGE_RESIZE      307 libavfilter/vf_scale_npp.c     s->stages[STAGE_RESIZE].planes_in[0].height  = in_height;
STAGE_RESIZE      308 libavfilter/vf_scale_npp.c     s->stages[STAGE_RESIZE].planes_out[0].width  = out_width;
STAGE_RESIZE      309 libavfilter/vf_scale_npp.c     s->stages[STAGE_RESIZE].planes_out[0].height = out_height;
STAGE_RESIZE      463 libavfilter/vf_scale_npp.c     [STAGE_RESIZE]       = nppscale_resize,