filter           4606 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     struct AVBitStreamFilter *filter;
filter           4615 3rdparty/include/ffmpeg_/libavcodec/avcodec.h     int (*filter)(AVBitStreamFilterContext *bsfc,
filter            306 3rdparty/include/ffmpeg_/libswscale/swscale.h void sws_freeFilter(SwsFilter *filter);
filter            997 3rdparty/libpng/pngpriv.h     png_bytep row, png_const_bytep prev_row, int filter));
filter           3745 3rdparty/libpng/pngrutil.c    png_const_bytep prev_row, int filter)
filter           3749 3rdparty/libpng/pngrutil.c    if (filter > PNG_FILTER_VALUE_NONE && filter < PNG_FILTER_VALUE_LAST)
filter           3750 3rdparty/libpng/pngrutil.c       pp->read_filter[filter-1](row_info, row, prev_row);
filter            132 3rdparty/libpng/pngstruct.h    png_byte filter;           /* file filter type (always 0) */
filter             37 3rdparty/libwebp/dec/alpha.c   WEBP_FILTER_TYPE filter;
filter             53 3rdparty/libwebp/dec/alpha.c   filter = (data[0] >> 2) & 0x03;
filter             58 3rdparty/libwebp/dec/alpha.c       filter >= WEBP_FILTER_LAST ||
filter             74 3rdparty/libwebp/dec/alpha.c     WebPUnfilterFunc unfilter_func = WebPUnfilters[filter];
filter            103 3rdparty/libwebp/enc/alpha.c                                int method, int filter, int reduce_levels,
filter            116 3rdparty/libwebp/enc/alpha.c   assert(filter >= 0 && filter < WEBP_FILTER_LAST);
filter            125 3rdparty/libwebp/enc/alpha.c   header = method | (filter << 2);
filter            131 3rdparty/libwebp/enc/alpha.c   filter_func = WebPFilters[filter];
filter            181 3rdparty/libwebp/enc/alpha.c                        int quality, int method, int filter,
filter            200 3rdparty/libwebp/enc/alpha.c   assert(filter >= WEBP_FILTER_NONE && filter <= WEBP_FILTER_FAST);
filter            233 3rdparty/libwebp/enc/alpha.c     if (filter == WEBP_FILTER_FAST) {  // Quick estimate of the best candidate.
filter            238 3rdparty/libwebp/enc/alpha.c       filter = (num_colors <= kMinColorsForFilterNone) ? WEBP_FILTER_NONE :
filter            248 3rdparty/libwebp/enc/alpha.c     if (try_filter_none || filter == WEBP_FILTER_NONE) {
filter            259 3rdparty/libwebp/enc/alpha.c     if (filter == WEBP_FILTER_NONE) {
filter            283 3rdparty/libwebp/enc/alpha.c         if (filter != WEBP_FILTER_BEST && test_filter != filter) {
filter            335 3rdparty/libwebp/enc/alpha.c   const WEBP_FILTER_TYPE filter =
filter            340 3rdparty/libwebp/enc/alpha.c                    filter, effort_level, &alpha_data, &alpha_size)) {
filter            189 3rdparty/libwebp/utils/filters.c     WEBP_FILTER_TYPE filter, best_filter = WEBP_FILTER_NONE;
filter            191 3rdparty/libwebp/utils/filters.c     for (filter = WEBP_FILTER_NONE; filter < WEBP_FILTER_LAST; ++filter) {
filter            194 3rdparty/libwebp/utils/filters.c         if (bins[filter][i] > 0) {
filter            200 3rdparty/libwebp/utils/filters.c         best_filter = filter;
filter           1935 modules/core/src/gl_core_3_1.cpp     static void CODEGEN_FUNCPTR Switch_BlitFramebuffer(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter)
filter           1938 modules/core/src/gl_core_3_1.cpp         BlitFramebuffer(srcX0, srcY0, srcX1, srcY1, dstX0, dstY0, dstX1, dstY1, mask, filter);
filter           1277 modules/core/src/gl_core_3_1.hpp     extern void (CODEGEN_FUNCPTR *BlitFramebuffer)(GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter);
filter            345 modules/cudafilters/src/filtering.cpp             {filter::linearRow<uchar, float>, 0, filter::linearRow<uchar3, float3>, filter::linearRow<uchar4, float4>},
filter            347 modules/cudafilters/src/filtering.cpp             {filter::linearRow<ushort, float>, 0, filter::linearRow<ushort3, float3>, filter::linearRow<ushort4, float4>},
filter            348 modules/cudafilters/src/filtering.cpp             {filter::linearRow<short, float>, 0, filter::linearRow<short3, float3>, filter::linearRow<short4, float4>},
filter            349 modules/cudafilters/src/filtering.cpp             {filter::linearRow<int, float>, 0, filter::linearRow<int3, float3>, filter::linearRow<int4, float4>},
filter            350 modules/cudafilters/src/filtering.cpp             {filter::linearRow<float, float>, 0, filter::linearRow<float3, float3>, filter::linearRow<float4, float4>},
filter            356 modules/cudafilters/src/filtering.cpp             {filter::linearColumn<float, uchar>, 0, filter::linearColumn<float3, uchar3>, filter::linearColumn<float4, uchar4>},
filter            358 modules/cudafilters/src/filtering.cpp             {filter::linearColumn<float, ushort>, 0, filter::linearColumn<float3, ushort3>, filter::linearColumn<float4, ushort4>},
filter            359 modules/cudafilters/src/filtering.cpp             {filter::linearColumn<float, short>, 0, filter::linearColumn<float3, short3>, filter::linearColumn<float4, short4>},
filter            360 modules/cudafilters/src/filtering.cpp             {filter::linearColumn<float, int>, 0, filter::linearColumn<float3, int3>, filter::linearColumn<float4, int4>},
filter            361 modules/cudafilters/src/filtering.cpp             {filter::linearColumn<float, float>, 0, filter::linearColumn<float3, float3>, filter::linearColumn<float4, float4>},
filter            257 modules/cudafilters/test/test_filters.cpp     cv::Ptr<cv::cuda::Filter> filter = cv::cuda::createSeparableLinearFilter(src.type(), -1, rowKernel, columnKernel, anchor, borderType);
filter            260 modules/cudafilters/test/test_filters.cpp     filter->apply(loadMat(src, useRoi), dst);
filter            316 modules/cudalegacy/src/fgd.cpp     void morphology(const GpuMat& src, GpuMat& dst, GpuMat& filterBrd, int brd, Ptr<cuda::Filter>& filter, Scalar brdVal)
filter            319 modules/cudalegacy/src/fgd.cpp         filter->apply(filterBrd(Rect(brd, brd, src.cols, src.rows)), dst);
filter           1672 modules/highgui/src/window_gtk.cpp     GtkFileFilter* filter = gtk_file_filter_new();
filter           1673 modules/highgui/src/window_gtk.cpp     gtk_file_filter_set_name(filter, name);
filter           1677 modules/highgui/src/window_gtk.cpp         gtk_file_filter_add_pattern(filter, patterns);
filter           1682 modules/highgui/src/window_gtk.cpp     return filter;
filter            148 modules/imgproc/include/opencv2/imgproc/imgproc_c.h                         int filter CV_DEFAULT(CV_GAUSSIAN_5x5) );
filter            157 modules/imgproc/include/opencv2/imgproc/imgproc_c.h                       int filter CV_DEFAULT(CV_GAUSSIAN_5x5) );
filter            166 modules/imgproc/include/opencv2/imgproc/imgproc_c.h                                 int filter CV_DEFAULT(CV_GAUSSIAN_5x5) );
filter           1473 modules/imgproc/src/pyramids.cpp                  int calc, int filter )
filter           1540 modules/imgproc/src/pyramids.cpp             cvPyrDown( pyramid[i-1], pyramid[i], filter );
filter             69 modules/photo/src/npr.cpp     obj.filter(img, res, sigma_s, sigma_r, flags);
filter            103 modules/photo/src/npr.cpp     obj.filter(L, res, sigma_s, sigma_r, 1);
filter            159 modules/photo/src/npr.cpp     obj.filter(img, res, sigma_s, sigma_r, NORMCONV_FILTER);
filter             68 modules/photo/src/npr.hpp         void filter(const Mat &img, Mat &res, float sigma_s, float sigma_r, int flags);
filter           17578 modules/ts/include/opencv2/ts/ts_gtest.h GTEST_DECLARE_string_(filter);
filter            578 modules/ts/src/ts_gtest.cpp     filter_ = GTEST_FLAG(filter);
filter            600 modules/ts/src/ts_gtest.cpp     GTEST_FLAG(filter) = filter_;
filter            819 modules/ts/src/ts_gtest.cpp   static bool MatchesFilter(const std::string& name, const char* filter);
filter           1708 modules/ts/src/ts_gtest.cpp     filter,
filter           1958 modules/ts/src/ts_gtest.cpp     const std::string& name, const char* filter) {
filter           1959 modules/ts/src/ts_gtest.cpp   const char *cur_pattern = filter;
filter           1986 modules/ts/src/ts_gtest.cpp   const char* const p = GTEST_FLAG(filter).c_str();
filter           1991 modules/ts/src/ts_gtest.cpp     positive = GTEST_FLAG(filter).c_str();  // Whole string is a positive filter
filter           4224 modules/ts/src/ts_gtest.cpp   const char* const filter = GTEST_FLAG(filter).c_str();
filter           4228 modules/ts/src/ts_gtest.cpp   if (!String::CStringEquals(filter, kUniversalFilter)) {
filter           4230 modules/ts/src/ts_gtest.cpp                   "Note: %s filter = %s\n", GTEST_NAME_, filter);
filter           6430 modules/ts/src/ts_gtest.cpp         ParseStringFlag(arg, kFilterFlag, &GTEST_FLAG(filter)) ||
filter            139 modules/videoio/src/cap_gstreamer.cpp     void removeFilter(const char *filter);
filter            484 modules/videoio/src/cap_gstreamer.cpp void CvCapture_GStreamer::removeFilter(const char *filter)
filter            495 modules/videoio/src/cap_gstreamer.cpp     gst_structure_remove_field(s, filter);
filter            236 modules/viz/src/precomp.hpp             static void SetInputData(vtkSmartPointer<Filter> filter, vtkPolyData* polydata)
filter            239 modules/viz/src/precomp.hpp                 filter->SetInput(polydata);
filter            241 modules/viz/src/precomp.hpp                 filter->SetInputData(polydata);
filter            245 modules/viz/src/precomp.hpp             static void SetSourceData(vtkSmartPointer<Filter> filter, vtkPolyData* polydata)
filter            248 modules/viz/src/precomp.hpp                 filter->SetSource(polydata);
filter            250 modules/viz/src/precomp.hpp                 filter->SetSourceData(polydata);
filter            255 modules/viz/src/precomp.hpp             static void SetInputData(vtkSmartPointer<Filter> filter, vtkImageData* polydata)
filter            258 modules/viz/src/precomp.hpp                 filter->SetInput(polydata);
filter            260 modules/viz/src/precomp.hpp                 filter->SetInputData(polydata);
filter            265 modules/viz/src/precomp.hpp             static void AddInputData(vtkSmartPointer<Filter> filter, vtkPolyData *polydata)
filter            268 modules/viz/src/precomp.hpp                 filter->AddInput(polydata);
filter            270 modules/viz/src/precomp.hpp                 filter->AddInputData(polydata);
filter            201 samples/gpu/performance/performance.cpp     string filter = cmd.get<string>("filter");
filter            206 samples/gpu/performance/performance.cpp     if (!filter.empty())
filter            207 samples/gpu/performance/performance.cpp         TestSystem::instance().setTestFilter(filter);
filter            145 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp     void Direct3DInterop::CreateTexture(const Platform::Array<int>^  buffer,int width,int height, OCVFilterType filter)
filter            152 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.cpp             switch (filter)
filter             49 samples/wp8/OcvRotatingCube/PhoneXamlDirect3DApp1/PhoneXamlDirect3DApp1Comp/Direct3DInterop.h     void CreateTexture(const Platform::Array<int>^ buffer, int with, int height, OCVFilterType filter);