Searched refs:BITS_FRW_ACC (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Didct_mmx_xvid.c57 #define BITS_FRW_ACC 3 // 2 or 3 for accuracy macro
58 #define SHIFT_FRW_COL BITS_FRW_ACC
59 #define SHIFT_FRW_ROW (BITS_FRW_ACC + 17)
60 #define RND_FRW_ROW (262144*(BITS_FRW_ACC - 1))
H A Dfdct_mmx.c48 #define BITS_FRW_ACC 3 //; 2 or 3 for accuracy macro
49 #define SHIFT_FRW_COL BITS_FRW_ACC
50 #define SHIFT_FRW_ROW (BITS_FRW_ACC + 17 - 3)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Didct_mmx_xvid.c63 #define BITS_FRW_ACC 3 // 2 or 3 for accuracy macro
64 #define SHIFT_FRW_COL BITS_FRW_ACC
65 #define SHIFT_FRW_ROW (BITS_FRW_ACC + 17)
66 #define RND_FRW_ROW (262144*(BITS_FRW_ACC - 1))
H A Dfdct.c50 #define BITS_FRW_ACC 3 //; 2 or 3 for accuracy macro
51 #define SHIFT_FRW_COL BITS_FRW_ACC
52 #define SHIFT_FRW_ROW (BITS_FRW_ACC + 17 - 3)

Completed in 67 milliseconds