Lines Matching defs:col
70 int row = td->row, col = td->col, row7 = td->row7;
140 VP9mvrefPair *mv = &s->s.frames[CUR_FRAME].mv[(row - 1) * s->sb_cols * 8 + col];
142 RETURN_MV(s->above_mv_ctx[2 * col + (sb & 1)][0]);
144 RETURN_MV(s->above_mv_ctx[2 * col + (sb & 1)][1]);
146 if (col > td->tile_col_start) {
147 VP9mvrefPair *mv = &s->s.frames[CUR_FRAME].mv[row * s->sb_cols * 8 + col - 1];
160 int c = p[i][0] + col, r = p[i][1] + row;
175 VP9mvrefPair *mv = &s->s.frames[REF_FRAME_MVPAIR].mv[row * s->sb_cols * 8 + col];
197 int c = p[i][0] + col, r = p[i][1] + row;
216 VP9mvrefPair *mv = &s->s.frames[REF_FRAME_MVPAIR].mv[row * s->sb_cols * 8 + col];