mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-03-28 12:32:17 +02:00
rv34: remove inline keyword from rv34_decode_block().
Force-inlining increases object size by 8kB and causes a 2% slowdown.
This commit is contained in:
parent
0195ab5f5f
commit
774b681b80
@ -282,7 +282,7 @@ static inline void decode_subblock3(DCTELEM *dst, int code, GetBitContext *gb, V
|
|||||||
* o--o
|
* o--o
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static inline int rv34_decode_block(DCTELEM *dst, GetBitContext *gb, RV34VLC *rvlc, int fc, int sc, int q_dc, int q_ac1, int q_ac2)
|
static int rv34_decode_block(DCTELEM *dst, GetBitContext *gb, RV34VLC *rvlc, int fc, int sc, int q_dc, int q_ac1, int q_ac2)
|
||||||
{
|
{
|
||||||
int code, pattern, has_ac = 1;
|
int code, pattern, has_ac = 1;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user