Home
last modified time | relevance | path

Searched refs:tile_col (Results 1 - 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
H A Dvp9.c1263 int row, col, tile_row, tile_col, ret; in decode_tiles() local
1279 for (tile_col = 0; tile_col < s->s.h.tiling.tile_cols; tile_col++) { in decode_tiles()
1282 if (tile_col == s->s.h.tiling.tile_cols - 1 && in decode_tiles()
1294 ret = ff_vp56_init_range_decoder(&td->c_b[tile_col], data, tile_size); in decode_tiles()
1297 if (vp56_rac_get_prob_branchy(&td->c_b[tile_col], 128)) { // marker bit in decode_tiles()
1310 for (tile_col = 0; tile_col < s->s.h.tiling.tile_cols; tile_col in decode_tiles()
1699 int tile_row, tile_col; vp9_decode_frame() local
[all...]
H A Dav1dec.c393 uint16_t tile_num, tile_row, tile_col; in get_tiles_info() local
403 tile_col = tile_num % s->raw_frame_header->tile_cols; in get_tiles_info()
409 s->tile_group_info[tile_num].tile_column = tile_col; in get_tiles_info()
425 s->tile_group_info[tile_num].tile_column = tile_col; in get_tiles_info()

Completed in 5 milliseconds