On Wed, 19 Mar 2014, Ben Avison wrote:

Ben Avison (6):
 truehd: add hand-scheduled ARM asm version of mlp_filter_channel.
 truehd: break out part of rematrix_channels into platform-specific
   callback.
 truehd: add hand-scheduled ARM asm version of
   ff_mlp_rematrix_channel.
 truehd: tune VLC decoding for ARM.
 truehd: break out part of output_data into platform-specific
   callback.
 truehd: add hand-scheduled ARM asm version of ff_mlp_pack_output.

libavcodec/arm/Makefile          |    4 +
libavcodec/arm/mlpdsp_arm.S      | 1164 ++++++++++++++++++++++++++++++++++++++
libavcodec/arm/mlpdsp_init_arm.c |  112 ++++
libavcodec/mlpdec.c              |   90 ++--
libavcodec/mlpdsp.c              |   71 +++
libavcodec/mlpdsp.h              |   46 ++
6 files changed, 1442 insertions(+), 45 deletions(-)
create mode 100644 libavcodec/arm/mlpdsp_arm.S
create mode 100644 libavcodec/arm/mlpdsp_init_arm.c

FWIW, this doesn't build properly with gas-preprocessor at the moment - I or someone else needs to get that sorted out before this can be merged.

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to