Searched refs:SHIFT_FRW_ROW (Results 1 – 2 of 2) sorted by relevance
53 #define SHIFT_FRW_ROW (BITS_FRW_ACC + 17 - 3) macro54 #define RND_FRW_ROW (1 << (SHIFT_FRW_ROW-1))438 "r" (fdct_r_row_sse2.fdct_r_row_sse2), "i" (SHIFT_FRW_ROW), "r" (out) in FDCT_COL()479 "psrad $"S(SHIFT_FRW_ROW)", %%mm3 \n\t" in fdct_row_mmxext()480 "psrad $"S(SHIFT_FRW_ROW)", %%mm5 \n\t" in fdct_row_mmxext()481 "psrad $"S(SHIFT_FRW_ROW)", %%mm7 \n\t" in fdct_row_mmxext()482 "psrad $"S(SHIFT_FRW_ROW)", %%mm2 \n\t" in fdct_row_mmxext()530 "psrad $"S(SHIFT_FRW_ROW)", %%mm3 \n\t" in fdct_row_mmx()531 "psrad $"S(SHIFT_FRW_ROW)", %%mm5 \n\t" in fdct_row_mmx()532 "psrad $"S(SHIFT_FRW_ROW)", %%mm7 \n\t" in fdct_row_mmx()[all …]
38 #define SHIFT_FRW_ROW (BITS_FRW_ACC + 17) macro