Home | History | Annotate | Download | only in common

Lines Matching refs:b_col

91             int b_col;
94 for (b_col = 0; b_col < 4 * cols; b_col++)
96 mb_index = (b_row >> 2) * (cols + 1) + (b_col >> 2);
97 bindex = (b_row & 3) * 4 + (b_col & 3);
139 int b_col;
142 for (b_col = 0; b_col < 4 * cols; b_col++)
144 mb_index = (b_row >> 2) * (cols + 1) + (b_col >> 2);
145 bindex = (b_row & 3) * 4 + (b_col & 3);