Searched refs:dctint (Results 1 - 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
H A D | vp9dsp_template.c | 1134 const int t = ((((dctint) block[0] * 11585 + (1 << 13)) >> 14) \ 1168 #define IN(x) ((dctint) in[(x) * stride]) 1173 dctint t0, t1, t2, t3; in idct4_1d() 1189 dctint t0, t1, t2, t3; in iadst4_1d() 1207 dctint t0, t0a, t1, t1a, t2, t2a, t3, t3a, t4, t4a, t5, t5a, t6, t6a, t7, t7a; in idct8_1d() 1243 dctint t0, t0a, t1, t1a, t2, t2a, t3, t3a, t4, t4a, t5, t5a, t6, t6a, t7, t7a; in iadst8_1d() 1273 out[1] = -((dctint)((1U << 13) + t4a + t6a) >> 14); in iadst8_1d() 1274 out[6] = (dctint)((1U << 13) + t5a + t7a) >> 14; in iadst8_1d() 1275 t6 = (dctint)((1U << 13) + t4a - t6a) >> 14; in iadst8_1d() 1276 t7 = (dctint)(( in iadst8_1d() [all...] |
H A D | vp9dsp_8bpp.c | 25 #define dctint int macro
|
H A D | vp9dsp_10bpp.c | 25 #define dctint int64_t macro
|
H A D | vp9dsp_12bpp.c | 25 #define dctint int64_t macro
|
Completed in 7 milliseconds