Revision 849f1035 libavcodec/faandct.c
libavcodec/faandct.c | ||
---|---|---|
70 | 70 |
B7*B0, B7*B1, B7*B2, B7*B3, B7*B4, B7*B5, B7*B6, B7*B7, |
71 | 71 |
}; |
72 | 72 |
|
73 |
static always_inline void row_fdct(FLOAT temp[64], DCTELEM * data) |
|
73 |
static av_always_inline void row_fdct(FLOAT temp[64], DCTELEM * data)
|
|
74 | 74 |
{ |
75 | 75 |
FLOAT tmp0, tmp1, tmp2, tmp3, tmp4, tmp5, tmp6, tmp7; |
76 | 76 |
FLOAT tmp10, tmp11, tmp12, tmp13; |
Also available in: Unified diff