Searched refs:b_col (Results 1 – 2 of 2) sorted by relevance
91 int b_col; in vp8_print_modes_and_motion_vectors() local94 for (b_col = 0; b_col < 4 * cols; b_col++) in vp8_print_modes_and_motion_vectors()96 mb_index = (b_row >> 2) * (cols + 1) + (b_col >> 2); in vp8_print_modes_and_motion_vectors()97 bindex = (b_row & 3) * 4 + (b_col & 3); in vp8_print_modes_and_motion_vectors()139 int b_col; in vp8_print_modes_and_motion_vectors() local142 for (b_col = 0; b_col < 4 * cols; b_col++) in vp8_print_modes_and_motion_vectors()144 mb_index = (b_row >> 2) * (cols + 1) + (b_col >> 2); in vp8_print_modes_and_motion_vectors()145 bindex = (b_row & 3) * 4 + (b_col & 3); in vp8_print_modes_and_motion_vectors()
175 int b_row, int b_col) in vp8_calculate_overlaps() argument186 col = (4 * b_col) << 3; /* Q3 */ in vp8_calculate_overlaps()