Lines Matching refs:tile_col
1263 int row, col, tile_row, tile_col, ret;
1279 for (tile_col = 0; tile_col < s->s.h.tiling.tile_cols; tile_col++) {
1282 if (tile_col == s->s.h.tiling.tile_cols - 1 &&
1294 ret = ff_vp56_init_range_decoder(&td->c_b[tile_col], data, tile_size);
1297 if (vp56_rac_get_prob_branchy(&td->c_b[tile_col], 128)) { // marker bit
1310 for (tile_col = 0; tile_col < s->s.h.tiling.tile_cols; tile_col++) {
1312 tile_col, s->s.h.tiling.log2_tile_cols, s->sb_cols);
1326 td->c = &td->c_b[tile_col];
1699 int tile_row, tile_col;
1704 for (tile_col = 0; tile_col < s->s.h.tiling.tile_cols; tile_col++) {
1707 if (tile_col == s->s.h.tiling.tile_cols - 1 &&
1717 ret = ff_vp56_init_range_decoder(&s->td[tile_col].c_b[tile_row], data, tile_size);
1720 if (vp56_rac_get_prob_branchy(&s->td[tile_col].c_b[tile_row], 128)) // marker bit