00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00027 #include "avcodec.h"
00028
00029
00030
00031
00032
00033
00034
00035 static const int16_t MACEtab1[] = {-13, 8, 76, 222, 222, 76, 8, -13};
00036
00037 static const int16_t MACEtab3[] = {-18, 140, 140, -18};
00038
00039 static const int16_t MACEtab2[][4] = {
00040 { 37, 116, 206, 330}, { 39, 121, 216, 346},
00041 { 41, 127, 225, 361}, { 42, 132, 235, 377},
00042 { 44, 137, 245, 392}, { 46, 144, 256, 410},
00043 { 48, 150, 267, 428}, { 51, 157, 280, 449},
00044 { 53, 165, 293, 470}, { 55, 172, 306, 490},
00045 { 58, 179, 319, 511}, { 60, 187, 333, 534},
00046 { 63, 195, 348, 557}, { 66, 205, 364, 583},
00047 { 69, 214, 380, 609}, { 72, 223, 396, 635},
00048 { 75, 233, 414, 663}, { 79, 244, 433, 694},
00049 { 82, 254, 453, 725}, { 86, 265, 472, 756},
00050 { 90, 278, 495, 792}, { 94, 290, 516, 826},
00051 { 98, 303, 538, 862}, { 102, 316, 562, 901},
00052 { 107, 331, 588, 942}, { 112, 345, 614, 983},
00053 { 117, 361, 641, 1027}, { 122, 377, 670, 1074},
00054 { 127, 394, 701, 1123}, { 133, 411, 732, 1172},
00055 { 139, 430, 764, 1224}, { 145, 449, 799, 1280},
00056 { 152, 469, 835, 1337}, { 159, 490, 872, 1397},
00057 { 166, 512, 911, 1459}, { 173, 535, 951, 1523},
00058 { 181, 558, 993, 1590}, { 189, 584, 1038, 1663},
00059 { 197, 610, 1085, 1738}, { 206, 637, 1133, 1815},
00060 { 215, 665, 1183, 1895}, { 225, 695, 1237, 1980},
00061 { 235, 726, 1291, 2068}, { 246, 759, 1349, 2161},
00062 { 257, 792, 1409, 2257}, { 268, 828, 1472, 2357},
00063 { 280, 865, 1538, 2463}, { 293, 903, 1606, 2572},
00064 { 306, 944, 1678, 2688}, { 319, 986, 1753, 2807},
00065 { 334, 1030, 1832, 2933}, { 349, 1076, 1914, 3065},
00066 { 364, 1124, 1999, 3202}, { 380, 1174, 2088, 3344},
00067 { 398, 1227, 2182, 3494}, { 415, 1281, 2278, 3649},
00068 { 434, 1339, 2380, 3811}, { 453, 1398, 2486, 3982},
00069 { 473, 1461, 2598, 4160}, { 495, 1526, 2714, 4346},
00070 { 517, 1594, 2835, 4540}, { 540, 1665, 2961, 4741},
00071 { 564, 1740, 3093, 4953}, { 589, 1818, 3232, 5175},
00072 { 615, 1898, 3375, 5405}, { 643, 1984, 3527, 5647},
00073 { 671, 2072, 3683, 5898}, { 701, 2164, 3848, 6161},
00074 { 733, 2261, 4020, 6438}, { 766, 2362, 4199, 6724},
00075 { 800, 2467, 4386, 7024}, { 836, 2578, 4583, 7339},
00076 { 873, 2692, 4786, 7664}, { 912, 2813, 5001, 8008},
00077 { 952, 2938, 5223, 8364}, { 995, 3070, 5457, 8739},
00078 { 1039, 3207, 5701, 9129}, { 1086, 3350, 5956, 9537},
00079 { 1134, 3499, 6220, 9960}, { 1185, 3655, 6497, 10404},
00080 { 1238, 3818, 6788, 10869}, { 1293, 3989, 7091, 11355},
00081 { 1351, 4166, 7407, 11861}, { 1411, 4352, 7738, 12390},
00082 { 1474, 4547, 8084, 12946}, { 1540, 4750, 8444, 13522},
00083 { 1609, 4962, 8821, 14126}, { 1680, 5183, 9215, 14756},
00084 { 1756, 5415, 9626, 15415}, { 1834, 5657, 10057, 16104},
00085 { 1916, 5909, 10505, 16822}, { 2001, 6173, 10975, 17574},
00086 { 2091, 6448, 11463, 18356}, { 2184, 6736, 11974, 19175},
00087 { 2282, 7037, 12510, 20032}, { 2383, 7351, 13068, 20926},
00088 { 2490, 7679, 13652, 21861}, { 2601, 8021, 14260, 22834},
00089 { 2717, 8380, 14897, 23854}, { 2838, 8753, 15561, 24918},
00090 { 2965, 9144, 16256, 26031}, { 3097, 9553, 16982, 27193},
00091 { 3236, 9979, 17740, 28407}, { 3380, 10424, 18532, 29675},
00092 { 3531, 10890, 19359, 31000}, { 3688, 11375, 20222, 32382},
00093 { 3853, 11883, 21125, 32767}, { 4025, 12414, 22069, 32767},
00094 { 4205, 12967, 23053, 32767}, { 4392, 13546, 24082, 32767},
00095 { 4589, 14151, 25157, 32767}, { 4793, 14783, 26280, 32767},
00096 { 5007, 15442, 27452, 32767}, { 5231, 16132, 28678, 32767},
00097 { 5464, 16851, 29957, 32767}, { 5708, 17603, 31294, 32767},
00098 { 5963, 18389, 32691, 32767}, { 6229, 19210, 32767, 32767},
00099 { 6507, 20067, 32767, 32767}, { 6797, 20963, 32767, 32767},
00100 { 7101, 21899, 32767, 32767}, { 7418, 22876, 32767, 32767},
00101 { 7749, 23897, 32767, 32767}, { 8095, 24964, 32767, 32767},
00102 { 8456, 26078, 32767, 32767}, { 8833, 27242, 32767, 32767},
00103 { 9228, 28457, 32767, 32767}, { 9639, 29727, 32767, 32767}
00104 };
00105
00106 static const int16_t MACEtab4[][2] = {
00107 { 64, 216}, { 67, 226}, { 70, 236}, { 74, 246},
00108 { 77, 257}, { 80, 268}, { 84, 280}, { 88, 294},
00109 { 92, 307}, { 96, 321}, { 100, 334}, { 104, 350},
00110 { 109, 365}, { 114, 382}, { 119, 399}, { 124, 416},
00111 { 130, 434}, { 136, 454}, { 142, 475}, { 148, 495},
00112 { 155, 519}, { 162, 541}, { 169, 564}, { 176, 590},
00113 { 185, 617}, { 193, 644}, { 201, 673}, { 210, 703},
00114 { 220, 735}, { 230, 767}, { 240, 801}, { 251, 838},
00115 { 262, 876}, { 274, 914}, { 286, 955}, { 299, 997},
00116 { 312, 1041}, { 326, 1089}, { 341, 1138}, { 356, 1188},
00117 { 372, 1241}, { 388, 1297}, { 406, 1354}, { 424, 1415},
00118 { 443, 1478}, { 462, 1544}, { 483, 1613}, { 505, 1684},
00119 { 527, 1760}, { 551, 1838}, { 576, 1921}, { 601, 2007},
00120 { 628, 2097}, { 656, 2190}, { 686, 2288}, { 716, 2389},
00121 { 748, 2496}, { 781, 2607}, { 816, 2724}, { 853, 2846},
00122 { 891, 2973}, { 930, 3104}, { 972, 3243}, { 1016, 3389},
00123 { 1061, 3539}, { 1108, 3698}, { 1158, 3862}, { 1209, 4035},
00124 { 1264, 4216}, { 1320, 4403}, { 1379, 4599}, { 1441, 4806},
00125 { 1505, 5019}, { 1572, 5244}, { 1642, 5477}, { 1715, 5722},
00126 { 1792, 5978}, { 1872, 6245}, { 1955, 6522}, { 2043, 6813},
00127 { 2134, 7118}, { 2229, 7436}, { 2329, 7767}, { 2432, 8114},
00128 { 2541, 8477}, { 2655, 8854}, { 2773, 9250}, { 2897, 9663},
00129 { 3026, 10094}, { 3162, 10546}, { 3303, 11016}, { 3450, 11508},
00130 { 3604, 12020}, { 3765, 12556}, { 3933, 13118}, { 4108, 13703},
00131 { 4292, 14315}, { 4483, 14953}, { 4683, 15621}, { 4892, 16318},
00132 { 5111, 17046}, { 5339, 17807}, { 5577, 18602}, { 5826, 19433},
00133 { 6086, 20300}, { 6358, 21205}, { 6642, 22152}, { 6938, 23141},
00134 { 7248, 24173}, { 7571, 25252}, { 7909, 26380}, { 8262, 27557},
00135 { 8631, 28786}, { 9016, 30072}, { 9419, 31413}, { 9839, 32767},
00136 { 10278, 32767}, { 10737, 32767}, { 11216, 32767}, { 11717, 32767},
00137 { 12240, 32767}, { 12786, 32767}, { 13356, 32767}, { 13953, 32767},
00138 { 14576, 32767}, { 15226, 32767}, { 15906, 32767}, { 16615, 32767}
00139 };
00140
00141 static const struct {
00142 const int16_t *tab1; const int16_t *tab2; int stride;
00143 } tabs[] = {
00144 {MACEtab1, &MACEtab2[0][0], 4},
00145 {MACEtab3, &MACEtab4[0][0], 2},
00146 {MACEtab1, &MACEtab2[0][0], 4}
00147 };
00148
00149 #define QT_8S_2_16S(x) (((x) & 0xFF00) | (((x) >> 8) & 0xFF))
00150
00151 typedef struct ChannelData {
00152 int16_t index, factor, prev2, previous, level;
00153 } ChannelData;
00154
00155 typedef struct MACEContext {
00156 AVFrame frame;
00157 ChannelData chd[2];
00158 } MACEContext;
00159
00164 static inline int16_t mace_broken_clip_int16(int n)
00165 {
00166 if (n > 32767)
00167 return 32767;
00168 else if (n < -32768)
00169 return -32767;
00170 else
00171 return n;
00172 }
00173
00174 static int16_t read_table(ChannelData *chd, uint8_t val, int tab_idx)
00175 {
00176 int16_t current;
00177
00178 if (val < tabs[tab_idx].stride)
00179 current = tabs[tab_idx].tab2[((chd->index & 0x7f0) >> 4) * tabs[tab_idx].stride + val];
00180 else
00181 current = - 1 - tabs[tab_idx].tab2[((chd->index & 0x7f0) >> 4)*tabs[tab_idx].stride + 2*tabs[tab_idx].stride-val-1];
00182
00183 if (( chd->index += tabs[tab_idx].tab1[val]-(chd->index >> 5) ) < 0)
00184 chd->index = 0;
00185
00186 return current;
00187 }
00188
00189 static void chomp3(ChannelData *chd, int16_t *output, uint8_t val,
00190 int tab_idx,
00191 uint32_t numChannels)
00192 {
00193
00194 int16_t current = read_table(chd, val, tab_idx);
00195
00196 current = mace_broken_clip_int16(current + chd->level);
00197
00198 chd->level = current - (current >> 3);
00199 *output = QT_8S_2_16S(current);
00200 }
00201
00202 static void chomp6(ChannelData *chd, int16_t *output, uint8_t val,
00203 int tab_idx,
00204 uint32_t numChannels)
00205 {
00206 int16_t current = read_table(chd, val, tab_idx);
00207
00208 if ((chd->previous ^ current) >= 0) {
00209 chd->factor = FFMIN(chd->factor + 506, 32767);
00210 } else {
00211 if (chd->factor - 314 < -32768)
00212 chd->factor = -32767;
00213 else
00214 chd->factor -= 314;
00215 }
00216
00217 current = mace_broken_clip_int16(current + chd->level);
00218
00219 chd->level = (current*chd->factor) >> 15;
00220 current >>= 1;
00221
00222 output[0] = QT_8S_2_16S(chd->previous + chd->prev2 -
00223 ((chd->prev2-current) >> 2));
00224 output[numChannels] = QT_8S_2_16S(chd->previous + current +
00225 ((chd->prev2-current) >> 2));
00226 chd->prev2 = chd->previous;
00227 chd->previous = current;
00228 }
00229
00230 static av_cold int mace_decode_init(AVCodecContext * avctx)
00231 {
00232 MACEContext *ctx = avctx->priv_data;
00233
00234 if (avctx->channels > 2)
00235 return -1;
00236 avctx->sample_fmt = AV_SAMPLE_FMT_S16;
00237
00238 avcodec_get_frame_defaults(&ctx->frame);
00239 avctx->coded_frame = &ctx->frame;
00240
00241 return 0;
00242 }
00243
00244 static int mace_decode_frame(AVCodecContext *avctx, void *data,
00245 int *got_frame_ptr, AVPacket *avpkt)
00246 {
00247 const uint8_t *buf = avpkt->data;
00248 int buf_size = avpkt->size;
00249 int16_t *samples;
00250 MACEContext *ctx = avctx->priv_data;
00251 int i, j, k, l, ret;
00252 int is_mace3 = (avctx->codec_id == CODEC_ID_MACE3);
00253
00254
00255 ctx->frame.nb_samples = 3 * (buf_size << (1 - is_mace3)) / avctx->channels;
00256 if ((ret = avctx->get_buffer(avctx, &ctx->frame)) < 0) {
00257 av_log(avctx, AV_LOG_ERROR, "get_buffer() failed\n");
00258 return ret;
00259 }
00260 samples = (int16_t *)ctx->frame.data[0];
00261
00262 for(i = 0; i < avctx->channels; i++) {
00263 int16_t *output = samples + i;
00264
00265 for (j=0; j < buf_size / (avctx->channels << is_mace3); j++)
00266 for (k=0; k < (1 << is_mace3); k++) {
00267 uint8_t pkt = buf[(i << is_mace3) +
00268 (j*avctx->channels << is_mace3) + k];
00269
00270 uint8_t val[2][3] = {{pkt >> 5, (pkt >> 3) & 3, pkt & 7 },
00271 {pkt & 7 , (pkt >> 3) & 3, pkt >> 5}};
00272
00273 for (l=0; l < 3; l++) {
00274 if (is_mace3)
00275 chomp3(&ctx->chd[i], output, val[1][l], l,
00276 avctx->channels);
00277 else
00278 chomp6(&ctx->chd[i], output, val[0][l], l,
00279 avctx->channels);
00280
00281 output += avctx->channels << (1-is_mace3);
00282 }
00283 }
00284 }
00285
00286 *got_frame_ptr = 1;
00287 *(AVFrame *)data = ctx->frame;
00288
00289 return buf_size;
00290 }
00291
00292 AVCodec ff_mace3_decoder = {
00293 .name = "mace3",
00294 .type = AVMEDIA_TYPE_AUDIO,
00295 .id = CODEC_ID_MACE3,
00296 .priv_data_size = sizeof(MACEContext),
00297 .init = mace_decode_init,
00298 .decode = mace_decode_frame,
00299 .capabilities = CODEC_CAP_DR1,
00300 .long_name = NULL_IF_CONFIG_SMALL("MACE (Macintosh Audio Compression/Expansion) 3:1"),
00301 };
00302
00303 AVCodec ff_mace6_decoder = {
00304 .name = "mace6",
00305 .type = AVMEDIA_TYPE_AUDIO,
00306 .id = CODEC_ID_MACE6,
00307 .priv_data_size = sizeof(MACEContext),
00308 .init = mace_decode_init,
00309 .decode = mace_decode_frame,
00310 .capabilities = CODEC_CAP_DR1,
00311 .long_name = NULL_IF_CONFIG_SMALL("MACE (Macintosh Audio Compression/Expansion) 6:1"),
00312 };
00313