Searched refs:fir_output (Results 1 – 1 of 1) sorted by relevance
/development/ndk/samples/hello-neon/jni/ |
D | helloneon.c | 68 static short fir_output[FIR_OUTPUT_SIZE]; variable 103 fir_filter_c(fir_output, fir_input, fir_kernel, FIR_OUTPUT_SIZE, FIR_KERNEL_SIZE); in Java_com_example_neon_HelloNeon_stringFromJNI() 138 … fir_filter_neon_intrinsics(fir_output, 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()
|