Searched refs:tile_col (Results 1 – 8 of 8) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | vp9.c | 1264 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 …]
|
D | av1dec.c | 294 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/ |
D | gstsvthevcenc.h | 122 guint tile_col; member
|
D | gstsvthevcenc.c | 656 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/ |
D | gstd3d11av1dec.cpp | 1137 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/ |
D | gstav1parser.h | 1703 guint32 tile_col; /* tileCol */ member
|
D | gstav1parser.c | 4396 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/ |
D | gstvaav1dec.c | 801 tile_group->entry[tile_group->tg_start + i].tile_col; in gst_va_av1_dec_decode_tile()
|