Home
last modified time | relevance | path

Searched refs:tile_row (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/asahi/lib/
H A Dtiling.c102 unsigned tile_row = tile_y * tiles_per_row;\
109 unsigned tile_idx = (tile_row + tile_x);\
/third_party/ffmpeg/libavcodec/
H A Dav1dec.h59 uint16_t tile_row; member
H A Dvp9.c1263 int row, col, tile_row, tile_col, ret; in decode_tiles() local
1275 for (tile_row = 0; tile_row < s->s.h.tiling.tile_rows; tile_row++) { in decode_tiles()
1277 tile_row, s->s.h.tiling.log2_tile_rows, s->sb_rows); in decode_tiles()
1283 tile_row == s->s.h.tiling.tile_rows - 1) { in decode_tiles()
1399 int bytesperpixel = s->bytesperpixel, row, col, tile_row; in decode_tiles_mt() local
1416 for (tile_row = 0; tile_row < s->s.h.tiling.tile_rows; tile_row in decode_tiles_mt()
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
402 tile_row = tile_num / s->raw_frame_header->tile_cols; in get_tiles_info()
408 s->tile_group_info[tile_num].tile_row = tile_row; in get_tiles_info()
424 s->tile_group_info[tile_num].tile_row = tile_row; in get_tiles_info()
H A Dvaapi_av1.c418 .tile_row = s->tile_group_info[i].tile_row, in vaapi_av1_decode_slice()
H A Ddxva2_av1.c315 ctx_pic->tiles[tile_num].row = h->tile_group_info[tile_num].tile_row; in dxva2_av1_decode_slice()
336 ctx_pic->tiles[tile_num].row = h->tile_group_info[tile_num].tile_row; in dxva2_av1_decode_slice()

Completed in 7 milliseconds