Revision 849f1035 libavcodec/wavpack.c
libavcodec/wavpack.c | ||
---|---|---|
98 | 98 |
0xea, 0xec, 0xed, 0xee, 0xf0, 0xf1, 0xf2, 0xf4, 0xf5, 0xf6, 0xf8, 0xf9, 0xfa, 0xfc, 0xfd, 0xff |
99 | 99 |
}; |
100 | 100 |
|
101 |
static always_inline int wp_exp2(int16_t val) |
|
101 |
static av_always_inline int wp_exp2(int16_t val)
|
|
102 | 102 |
{ |
103 | 103 |
int res, neg = 0; |
104 | 104 |
|
... | ... | |
137 | 137 |
} |
138 | 138 |
|
139 | 139 |
|
140 |
static always_inline int get_tail(GetBitContext *gb, int k) |
|
140 |
static av_always_inline int get_tail(GetBitContext *gb, int k)
|
|
141 | 141 |
{ |
142 | 142 |
int p, e, res; |
143 | 143 |
|
Also available in: Unified diff