Searched refs:bandPtr (Results 1 - 2 of 2) sorted by relevance
/third_party/lame/mpglib/ |
H A D | decode_i386.h | 27 int synth_1to1_mono(PMPSTR mp, real * bandPtr, unsigned char *out, int *pnt); 28 int synth_1to1(PMPSTR mp, real * bandPtr, int channel, unsigned char *out, int *pnt); 30 int synth_1to1_mono_unclipped(PMPSTR mp, real * bandPtr, unsigned char *out, int *pnt); 31 int synth_1to1_unclipped(PMPSTR mp, real * bandPtr, int channel, unsigned char *out, int *pnt);
|
H A D | decode_i386.c | 84 ret = SYNTH_1TO1 (mp,bandPtr,0,(unsigned char *) samples_tmp,&pnt1); \ 100 synth_1to1_mono(PMPSTR mp, real * bandPtr, unsigned char *out, int *pnt) in synth_1to1_mono() argument 104 synth_1to1_mono_unclipped(PMPSTR mp, real * bandPtr, unsigned char *out, int *pnt) in synth_1to1_mono_unclipped() argument 135 dct64(buf[1]+((bo+1)&0xf),buf[0]+bo,bandPtr); \ 140 dct64(buf[0]+bo,buf[1]+bo+1,bandPtr); \ 217 synth_1to1(PMPSTR mp, real * bandPtr, int channel, unsigned char *out, int *pnt) in synth_1to1() argument 221 synth_1to1_unclipped(PMPSTR mp, real * bandPtr, int channel, unsigned char *out, int *pnt) in synth_1to1_unclipped() argument
|
Completed in 1 milliseconds