HomeSort by relevance Sort by last modified time
    Searched full:convolvetest (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/test/
convolve_test.cc 313 class ConvolveTest : public ::testing::TestWithParam<ConvolveParam> {
555 uint8_t* ConvolveTest::input_ = NULL;
556 uint8_t* ConvolveTest::output_ = NULL;
557 uint8_t* ConvolveTest::output_ref_ = NULL;
559 uint16_t* ConvolveTest::input16_ = NULL;
560 uint16_t* ConvolveTest::output16_ = NULL;
561 uint16_t* ConvolveTest::output16_ref_ = NULL;
564 TEST_P(ConvolveTest, GuardBlocks) {
568 TEST_P(ConvolveTest, Copy) {
585 TEST_P(ConvolveTest, Avg)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
convolve_test.cc 172 class ConvolveTest : public ::testing::TestWithParam<convolve_param_t> {
251 uint8_t* ConvolveTest::input_ = NULL;
252 uint8_t* ConvolveTest::output_ = NULL;
254 TEST_P(ConvolveTest, GuardBlocks) {
258 TEST_P(ConvolveTest, CopyHoriz) {
275 TEST_P(ConvolveTest, CopyVert) {
292 TEST_P(ConvolveTest, Copy2D) {
319 TEST(ConvolveTest, FiltersWontSaturateWhenAddedPairwise) {
341 TEST_P(ConvolveTest, MatchesReferenceSubpixelFilter) {
386 TEST_P(ConvolveTest, MatchesReferenceAveragingSubpixelFilter)
    [all...]
  /cts/tests/tests/rscpp/src/android/cts/rscpp/
RSConvolveTest.java 34 native boolean convolveTest(String path, int X, int Y, byte[] input, byte[] output, float[] coeffs, boolean is3x3);
66 convolveTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs, true);
123 convolveTest(this.getContext().getCacheDir().toString(), X, Y, byteAlloc, nativeByteAlloc, coeffs, false);

Completed in 83 milliseconds