Home
last modified time | relevance | path

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

/development/ndk/samples/hello-neon/jni/
Dhelloneon.c71 static short fir_output_expected[FIR_OUTPUT_SIZE]; variable
95 fir_filter_c(fir_output_expected, fir_input, fir_kernel, FIR_OUTPUT_SIZE, FIR_KERNEL_SIZE); in Java_com_example_neon_HelloNeon_stringFromJNI()
151 if (fir_output[nn] != fir_output_expected[nn]) { in Java_com_example_neon_HelloNeon_stringFromJNI()
153 D("neon[%d] = %d expected %d", nn, fir_output[nn], fir_output_expected[nn]); in Java_com_example_neon_HelloNeon_stringFromJNI()