summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2007-10-19 07:30:55 +0000
committerJens Arnold <amiconn@rockbox.org>2007-10-19 07:30:55 +0000
commit2e9c77cc2af6a03f1f01866a0c5ce8cfa4e249cf (patch)
tree57874c0b979fab37f27aff922146b1730bb79fc4 /apps/plugins
parent26b3a7405d65fecfd4ef7119042513a89a0a5140 (diff)
downloadrockbox-2e9c77cc2af6a03f1f01866a0c5ce8cfa4e249cf.zip
rockbox-2e9c77cc2af6a03f1f01866a0c5ce8cfa4e249cf.tar.gz
rockbox-2e9c77cc2af6a03f1f01866a0c5ce8cfa4e249cf.tar.bz2
rockbox-2e9c77cc2af6a03f1f01866a0c5ce8cfa4e249cf.tar.xz
APE codec: Further optimised filtering yields 3..4% speedup for -c2000 (now 135% realtime), -c3000 (now 97% realtime) and higher modes. Single 32 bit stores are faster than movem/lea in IRAM.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15200 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
0 files changed, 0 insertions, 0 deletions
='#n109'>109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211