#include "mpg123lib_intern.h"
#include "debug.h"
Go to the source code of this file.
◆ SAFE_NTOM
Definition at line 9 of file ntom.c.
◆ ntom_frame_outsamples()
Definition at line 73 of file ntom.c.
74{
75
79}
unsigned long ntom_val[2]
◆ ntom_frameoff()
Definition at line 130 of file ntom.c.
131{
134#ifdef SAFE_NTOM
135 if(soff <= 0) return 0;
136 for(ioff=0; 1; ++ioff)
137 {
142 }
143 return ioff;
144#else
147#endif
148}
◆ ntom_frmouts()
Definition at line 82 of file ntom.c.
83{
84#ifdef SAFE_NTOM
86#endif
89#ifdef SAFE_NTOM
90 if(frame <= 0) return 0;
91 for(
f=0;
f<frame; ++
f)
92 {
96 }
97#else
99#endif
100 return soff;
101}
◆ ntom_ins2outs()
Definition at line 104 of file ntom.c.
105{
108#ifdef SAFE_NTOM
109 {
111 if(ins <= 0) return 0;
112 do
113 {
118 ins -= nowblock;
119 } while(ins > 0);
120 }
121#else
122
123
125#endif
126 return soff;
127}
static unsigned int block
◆ ntom_set_ntom()
◆ ntom_val()
Definition at line 46 of file ntom.c.
47{
49#ifdef SAFE_NTOM
52 for(
f=0;
f<frame; ++
f)
53 {
56 }
57#else
60#endif
61 return (unsigned long) ntm;
62}
◆ synth_ntom_set_step()
Definition at line 13 of file ntom.c.
14{
20
24 return -1;
25 }
26
29
33 return -1;
34 }
35
37 return 0;
38}
_Check_return_opt_ _CRTIMP int __cdecl fprintf(_Inout_ FILE *_File, _In_z_ _Printf_format_string_ const char *_Format,...)
#define error3(s, a, b, c)