Lines Matching refs:ogg_int32_t
43 static inline ogg_int32_t MULT32(ogg_int32_t x, ogg_int32_t y) {
52 static inline ogg_int32_t MULT31(ogg_int32_t x, ogg_int32_t y) {
56 static inline ogg_int32_t MULT31_SHIFT15(ogg_int32_t x, ogg_int32_t y) {
69 static inline void XPROD32(ogg_int32_t a, ogg_int32_t b,
70 ogg_int32_t t, ogg_int32_t v,
71 ogg_int32_t *x, ogg_int32_t *y)
88 static inline void XPROD31(ogg_int32_t a, ogg_int32_t b,
89 ogg_int32_t t, ogg_int32_t v,
90 ogg_int32_t *x, ogg_int32_t *y)
107 static inline void XNPROD31(ogg_int32_t a, ogg_int32_t b,
108 ogg_int32_t t, ogg_int32_t v,
109 ogg_int32_t *x, ogg_int32_t *y)
130 static inline ogg_int32_t CLIP_TO_15(ogg_int32_t x) {
149 ogg_int32_t *qexpp,
150 ogg_int32_t *ilsp,ogg_int32_t wi,
151 ogg_int32_t m){
154 ogg_int32_t qexp=*qexpp;
239 static inline void lsp_norm_asm(ogg_uint32_t *qip,ogg_int32_t *qexpp){
242 ogg_int32_t qexp=*qexpp;