Home
last modified time | relevance | path

Searched refs:SHIFT_FRW_ROW (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/x86/
Dfdct.c55 #define SHIFT_FRW_ROW (BITS_FRW_ACC + 17 - 3) macro
56 #define RND_FRW_ROW (1 << (SHIFT_FRW_ROW-1))
363 "r" (fdct_r_row_sse2.fdct_r_row_sse2), "i" (SHIFT_FRW_ROW), "r" (out) in FDCT_COL()
/third_party/ffmpeg/libavcodec/mips/
Dxvid_idct_mmi.c38 #define SHIFT_FRW_ROW (BITS_FRW_ACC + 17) macro