@class NSDictionary; @interface BWNoiseReducerNode : BWNode { NSDictionary *_cameraTuningOptions; NSDictionary *_noiseReductionOptions; struct opaqueCMFormatDescription { } *_outputFormatDescription; struct NoiseReductionCtx_s { } *_context; int _contextSynchronization; int _gpuPriority; BOOL _threaded; BOOL _processLuma; BOOL _useInPlaceAlgorithm; BOOL _quadraHighResStillImageCaptureEnabled; struct __CVBuffer { } *_quadraResampledIntermediateBuffer; struct opaqueCMFormatDescription { } *_quadraResampledIntermediaBufferFormatDescription; struct OpaqueVTPixelTransferSession { } *_quadraResampledTransferSession; } + (void)initialize; - (void)setQuadraHighResStillImageCaptureEnabled:(BOOL)a0; - (void)prepareForCurrentConfigurationToBecomeLive; - (void)renderSampleBuffer:(struct opaqueCMSampleBuffer { } *)a0 forInput:(id)a1; - (void)dealloc; - (void)configurationWithID:(long long)a0 updatedFormat:(id)a1 didBecomeLiveForInput:(id)a2; - (id)nodeType; - (void)didReachEndOfDataForInput:(id)a0; - (void)didSelectFormat:(id)a0 forInput:(id)a1; - (id)nodeSubType; - (BOOL)quadraHighResStillImageCaptureEnabled; - (id)initWithCameraTuningDictionary:(id)a0 sensorIDDictionary:(id)a1; @end