Home
last modified time | relevance | path

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

/development/ndk/samples/hello-neon/jni/
Dhelloneon.c69 static short fir_input_0[FIR_INPUT_SIZE]; variable
70 static const short* fir_input = fir_input_0 + (FIR_KERNEL_SIZE/2);
94 fir_input_0[nn] = (5*nn) & 255; in Java_com_example_neon_HelloNeon_stringFromJNI()