Home
last modified time | relevance | path

Searched refs:tile_col (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dvp9.c1264 int row, col, tile_row, tile_col, ret; in decode_tiles() local
1280 for (tile_col = 0; tile_col < s->s.h.tiling.tile_cols; tile_col++) { in decode_tiles()
1283 if (tile_col == s->s.h.tiling.tile_cols - 1 && in decode_tiles()
1295 ret = ff_vp56_init_range_decoder(&td->c_b[tile_col], data, tile_size); in decode_tiles()
1298 if (vp56_rac_get_prob_branchy(&td->c_b[tile_col], 128)) { // marker bit in decode_tiles()
1311 for (tile_col = 0; tile_col < s->s.h.tiling.tile_cols; tile_col++) { in decode_tiles()
1313 tile_col, s->s.h.tiling.log2_tile_cols, s->sb_cols); in decode_tiles()
1327 td->c = &td->c_b[tile_col]; in decode_tiles()
1705 int tile_row, tile_col; in vp9_decode_frame() local
1710 for (tile_col = 0; tile_col < s->s.h.tiling.tile_cols; tile_col++) { in vp9_decode_frame()
[all …]
Dav1dec.c294 uint16_t tile_num, tile_row, tile_col; in get_tiles_info() local
304 tile_col = tile_num % s->raw_frame_header->tile_cols; in get_tiles_info()
310 s->tile_group_info[tile_num].tile_column = tile_col; in get_tiles_info()
326 s->tile_group_info[tile_num].tile_column = tile_col; in get_tiles_info()
/third_party/gstreamer/gstplugins_bad/ext/svthevcenc/
Dgstsvthevcenc.h122 guint tile_col; member
Dgstsvthevcenc.c656 encoder->tile_col = PROP_TILE_COL_DEFAULT; in gst_svthevc_enc_init()
849 param->tileColumnCount = encoder->tile_col; in config_enc_params()
2146 encoder->tile_col = g_value_get_uint (value); in gst_svthevc_enc_set_property()
2241 g_value_set_uint (value, encoder->tile_col); in gst_svthevc_enc_get_property()
/third_party/gstreamer/gstplugins_bad/sys/d3d11/
Dgstd3d11av1dec.cpp1137 tile_group->entry[i].tile_row, tile_group->entry[i].tile_col); in gst_d3d11_av1_dec_decode_tile()
1143 dxva_tile->column = tile_group->entry[i].tile_col; in gst_d3d11_av1_dec_decode_tile()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/codecparsers/
Dgstav1parser.h1703 guint32 tile_col; /* tileCol */ member
Dgstav1parser.c4396 guint32 tile_col /* tileCol */ ; in gst_av1_parse_tile_group() local
4442 tile_col = tile_num % parser->state.tile_cols; in gst_av1_parse_tile_group()
4458 tile_group->entry[tile_num].tile_col = tile_col; in gst_av1_parse_tile_group()
4465 parser->state.mi_col_starts[tile_col]; in gst_av1_parse_tile_group()
4467 parser->state.mi_col_starts[tile_col + 1]; in gst_av1_parse_tile_group()
/third_party/gstreamer/gstplugins_bad/sys/va/
Dgstvaav1dec.c801 tile_group->entry[tile_group->tg_start + i].tile_col; in gst_va_av1_dec_decode_tile()