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

  /external/libxcam/modules/ocl/
cl_post_image_processor.h 91 virtual bool set_wavelet (CLWaveletBasis basis, uint32_t channel, bool bayes_shrink);
cl_post_image_processor.cpp 460 CLPostImageProcessor::set_wavelet (CLWaveletBasis basis, uint32_t channel, bool bayes_shrink) function in class:XCam::CLPostImageProcessor
  /external/libxcam/wrapper/gstreamer/
gstxcamfilter.cpp 540 image_processor->set_wavelet (CL_WAVELET_HAT, CL_IMAGE_CHANNEL_Y, false);
542 image_processor->set_wavelet (CL_WAVELET_HAT, CL_IMAGE_CHANNEL_UV, false);
544 image_processor->set_wavelet (CL_WAVELET_HAAR, CL_IMAGE_CHANNEL_Y, false);
546 image_processor->set_wavelet (CL_WAVELET_HAAR, CL_IMAGE_CHANNEL_UV, false);
548 image_processor->set_wavelet (CL_WAVELET_HAAR, CL_IMAGE_CHANNEL_UV | CL_IMAGE_CHANNEL_Y, false);
550 image_processor->set_wavelet (CL_WAVELET_HAAR, CL_IMAGE_CHANNEL_UV | CL_IMAGE_CHANNEL_Y, true);
552 image_processor->set_wavelet (CL_WAVELET_DISABLED, CL_IMAGE_CHANNEL_UV, false);
    [all...]
gstxcamsrc.cpp     [all...]
  /external/libxcam/tests/
test-pipe-manager.cpp 406 cl_post_processor->set_wavelet (wavelet_mode, wavelet_channel, wavelet_bayes_shrink);
test-device-manager.cpp 844 cl_post_processor->set_wavelet (wavelet_mode, wavelet_channel, wavelet_bayes_shrink);

Completed in 87 milliseconds