HomeSort by relevance Sort by last modified time
    Searched refs:outframe (Results 1 - 4 of 4) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/ns/
noise_suppression.c 45 float* const* outframe) {
47 outframe);
noise_suppression.h 93 * - outframe : Pointer to output frame for each band
98 float* const* outframe);
nsx_core.c     [all...]
  /external/opencv3/samples/tapi/
clahe.cpp 55 UMat frame, outframe; local
93 pFilter->apply(frame, outframe);
95 imshow("CLAHE", outframe);
99 imwrite(outfile, outframe);

Completed in 154 milliseconds