forked from len0rd/rockbox
Set alignment for major data arrays in the mpc codec. This avoids performance regressions on S5L870x CPUs when changing code and allows further improvements.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28561 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
7555235591
commit
3f4e0cf25b
3 changed files with 13 additions and 7 deletions
|
|
@ -87,8 +87,8 @@ struct mpc_decoder_t {
|
|||
mpc_uint8_t SCF_shift[256];
|
||||
#endif
|
||||
|
||||
MPC_SAMPLE_FORMAT V_L[MPC_V_MEM + 960];
|
||||
MPC_SAMPLE_FORMAT V_R[MPC_V_MEM + 960];
|
||||
MPC_SAMPLE_FORMAT *V_L;
|
||||
MPC_SAMPLE_FORMAT *V_R;
|
||||
MPC_SAMPLE_FORMAT *Y_L;
|
||||
MPC_SAMPLE_FORMAT *Y_R;
|
||||
MPC_SAMPLE_FORMAT SCF[256]; ///< holds adapted scalefactors (for clipping prevention)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue