Home | History | Annotate | Download | only in decoder

Lines Matching refs:col

325                                                 int row, int col,
331 dst = &pd->dst.buf[4 * row * pd->dst.stride + 4 * col];
334 if (plane == 0) mode = xd->mi[0]->bmi[(row << 1) + col].as_mode;
337 dst, pd->dst.stride, col, row, plane);
345 const int eob = vp9_decode_block_tokens(twd, plane, sc, col, row, tx_size,
355 int plane, int row, int col,
360 const int eob = vp9_decode_block_tokens(twd, plane, sc, col, row, tx_size,
365 xd, plane, tx_size, &pd->dst.buf[4 * row * pd->dst.stride + 4 * col],
527 mv_q4.col == mv->col * (1 << (1 - pd->subsampling_x)));
557 scaled_mv.col = mv->col * (1 << (1 - pd->subsampling_x));
560 subpel_x = scaled_mv.col & SUBPEL_MASK;
565 x0 += scaled_mv.col >> SUBPEL_BITS;
567 x0_16 += scaled_mv.col;
576 if (is_scaled || scaled_mv.col || scaled_mv.row || (frame_width & 0x7) ||
799 int row, col;
813 for (col = 0; col < max_blocks_wide; col += step)
814 predict_and_reconstruct_intra_block(twd, mi, plane, row, col,
832 int row, col;
847 for (col = 0; col < max_blocks_wide; col += step)
849 reconstruct_inter_block(twd, mi, plane, row, col, tx_size);
1364 buf->col = c;
1441 const int col =
1443 tile_data = pbi->tile_worker_data + tile_cols * tile_row + col;
1444 vp9_tile_set_col(&tile, cm, col);
1525 vp9_tile_init(tile, &pbi->common, 0, buf->col);
1543 if (buf->col == final_col) {
2104 pbi->cur_buf->col = -1;