Home | History | Annotate | Download | only in Tremolo

Lines Matching refs:ogg_int32_t

75     ogg_int32_t lo;
76 ogg_int32_t hi;
85 ogg_int32_t hi;
86 ogg_int32_t lo;
92 static inline ogg_int32_t MULT32(ogg_int32_t x, ogg_int32_t y) {
98 static inline ogg_int32_t MULT31(ogg_int32_t x, ogg_int32_t y) {
102 static inline ogg_int32_t MULT31_SHIFT15(ogg_int32_t x, ogg_int32_t y) {
124 static inline ogg_int32_t MULT32(ogg_int32_t x, ogg_int32_t y) {
128 static inline ogg_int32_t MULT31(ogg_int32_t x, ogg_int32_t y) {
132 static inline ogg_int32_t MULT31_SHIFT15(ogg_int32_t x, ogg_int32_t y) {
169 static inline void XPROD32(ogg_int32_t a, ogg_int32_t b,
170 ogg_int32_t t, ogg_int32_t v,
171 ogg_int32_t *x, ogg_int32_t *y)
177 static inline void XPROD31(ogg_int32_t a, ogg_int32_t b,
178 ogg_int32_t t, ogg_int32_t v,
179 ogg_int32_t *x, ogg_int32_t *y)
185 static inline void XNPROD31(ogg_int32_t a, ogg_int32_t b,
186 ogg_int32_t t, ogg_int32_t v,
187 ogg_int32_t *x, ogg_int32_t *y)
200 static inline ogg_int32_t CLIP_TO_15(ogg_int32_t x) {