Lines Matching refs:sample

2218 		 mad_fixed_t sample[18][32], unsigned int sb)  in III_overlap()
2230 sample[i + 0][sb] = output[i + 0 + 0] + tmp1; in III_overlap()
2234 sample[i + 1][sb] = output[i + 1 + 0] + tmp2; in III_overlap()
2239 sample[16][sb] = output[16 + 0] + tmp1; in III_overlap()
2241 sample[17][sb] = output[17 + 0] + tmp2; in III_overlap()
2246 sample[i + 0][sb] = output[i + 0 + 0] + overlap[i + 0]; in III_overlap()
2249 sample[i + 1][sb] = output[i + 1 + 0] + overlap[i + 1]; in III_overlap()
2254 sample[i][sb] = output[i + 0] + overlap[i]; in III_overlap()
2266 mad_fixed_t sample[18][32], unsigned int sb) in III_overlap_z()
2278 sample[i + 0][sb] = tmp1; in III_overlap_z()
2282 sample[i + 1][sb] = tmp2; in III_overlap_z()
2287 sample[16][sb] = tmp1; in III_overlap_z()
2289 sample[17][sb] = tmp2; in III_overlap_z()
2294 sample[i][sb] = overlap[i]; in III_overlap_z()
2305 void III_freqinver(mad_fixed_t sample[18][32], unsigned int sb) in III_freqinver()
2313 tmp1 = sample[1][sb]; in III_freqinver()
2314 tmp2 = sample[3][sb]; in III_freqinver()
2317 sample[i + 0][sb] = -tmp1; in III_freqinver()
2318 tmp1 = sample[i + 4][sb]; in III_freqinver()
2319 sample[i + 2][sb] = -tmp2; in III_freqinver()
2320 tmp2 = sample[i + 6][sb]; in III_freqinver()
2323 sample[13][sb] = -tmp1; in III_freqinver()
2324 tmp1 = sample[17][sb]; in III_freqinver()
2325 sample[15][sb] = -tmp2; in III_freqinver()
2326 sample[17][sb] = -tmp1; in III_freqinver()
2330 sample[i][sb] = -sample[i][sb]; in III_freqinver()
2409 mad_fixed_t (*sample)[32] = &frame->sbsample[ch][18 * gr]; in III_decode() local
2445 III_overlap(output, (*frame->overlap)[ch][sb], sample, sb); in III_decode()
2452 III_overlap(output, (*frame->overlap)[ch][sb], sample, sb); in III_decode()
2456 III_freqinver(sample, 1); in III_decode()
2470 III_overlap(output, (*frame->overlap)[ch][sb], sample, sb); in III_decode()
2473 III_freqinver(sample, sb); in III_decode()
2480 III_overlap(output, (*frame->overlap)[ch][sb], sample, sb); in III_decode()
2483 III_freqinver(sample, sb); in III_decode()
2490 III_overlap_z((*frame->overlap)[ch][sb], sample, sb); in III_decode()
2493 III_freqinver(sample, sb); in III_decode()