Searched refs:rawout1 (Results 1 – 1 of 1) sorted by relevance
/reactos/sdk/lib/3rdparty/libmpg123/ |
H A D | layer3.c | 1872 register real *out1 = rawout1; in dct12() 1981 real *rawout1,*rawout2; in III_hybrid() local 1987 rawout1=block[b][ch]; in III_hybrid() 1996 opt_dct36(fr)(fsIn[0],rawout1,rawout2,win[0],tspnt); in III_hybrid() 1997 opt_dct36(fr)(fsIn[1],rawout1+18,rawout2+18,win1[0],tspnt+1); in III_hybrid() 1998 rawout1 += 36; rawout2 += 36; tspnt += 2; in III_hybrid() 2004 for(; sb<gr_info->maxb; sb+=2,tspnt+=2,rawout1+=36,rawout2+=36) in III_hybrid() 2006 dct12(fsIn[sb] ,rawout1 ,rawout2 ,win[2] ,tspnt); in III_hybrid() 2007 dct12(fsIn[sb+1],rawout1+18,rawout2+18,win1[2],tspnt+1); in III_hybrid() 2014 opt_dct36(fr)(fsIn[sb],rawout1,rawout2,win[bt],tspnt); in III_hybrid() [all …]
|