Home
last modified time | relevance | path

Searched refs:_downsample (Results 1 – 2 of 2) sorted by relevance

/external/libopus/src/
Dopus_compare.c90 int _step,int _downsample){ in band_energy() argument
136 re*=_downsample; in band_energy()
137 im*=_downsample; in band_energy()
/external/opencv3/modules/imgproc/test/
Dtest_filter.cpp1037 CV_PyramidBaseTest::CV_PyramidBaseTest( bool _downsample ) : CV_FilterBaseTest(true) in CV_PyramidBaseTest() argument
1040 downsample = _downsample; in CV_PyramidBaseTest()