Displaying 2 results from an estimated 2 matches for "rfcv2_final_opus_fft_ne10".
2015 Feb 16
0
[RFC PATCH v2] Encode optimize using libNe10
...y?
>
> You can find my working Ne10 repo at [1]
> You can find my working opus repo at [2]
>
> Commands I used to build opus:
> Download code
> $ git clone git://git.linaro.org/people/viswanath.puttagunta/opus.git
> $ cd opus
> $ git checkout -b local_rfcv2 remotes/origin/rfcv2_final_opus_fft_ne10
>
> Compile code
> $ ./autogen.sh
> $ mkdir ../build
> $ cd ../build
> $ export PATH=$PATH:<path_to_arm-linux-gnueabihf_bin_dir>
> $ ../opus/configure --host=arm-linux-gnueabihf --enable-intrinsics --with-NE10-libraries=<path_to_Ne10_libraries> --with-NE10-includes=...
2015 Feb 04
4
[RFC PATCH v2] Encode optimize using libNe10
...r errors/warnings coming out of Ne10 library?
You can find my working Ne10 repo at [1]
You can find my working opus repo at [2]
Commands I used to build opus:
Download code
$ git clone git://git.linaro.org/people/viswanath.puttagunta/opus.git
$ cd opus
$ git checkout -b local_rfcv2 remotes/origin/rfcv2_final_opus_fft_ne10
Compile code
$ ./autogen.sh
$ mkdir ../build
$ cd ../build
$ export PATH=$PATH:<path_to_arm-linux-gnueabihf_bin_dir>
$ ../opus/configure --host=arm-linux-gnueabihf --enable-intrinsics --with-NE10-libraries=<path_to_Ne10_libraries> --with-NE10-includes=<path_to_Ne10_includes>
$ ma...