Searched refs:FLOOR (Results 1 – 1 of 1) sorted by relevance
22 #define FLOOR(x,q) ((x) & -(1 << (q))) macro204 overlap_b_row = FLOOR(new_row / 4, 3) >> 3; in vp8_calculate_overlaps()205 overlap_b_col = FLOOR(new_col / 4, 3) >> 3; in vp8_calculate_overlaps()210 overlap_mb_row = FLOOR((overlap_b_row << 3) / 4, 3) >> 3; in vp8_calculate_overlaps()211 overlap_mb_col = FLOOR((overlap_b_col << 3) / 4, 3) >> 3; in vp8_calculate_overlaps()