Home
last modified time | relevance | path

Searched refs:column_width (Results 1 - 10 of 10) sorted by relevance

/third_party/mesa3d/src/intel/isl/
H A Disl_tiled_memcpy.c302 * (x % column_width) // position within column in linear_to_ytiled()
303 * (x / column_width) * bytes_per_column // column number * bytes per column in linear_to_ytiled()
304 * y * column_width in linear_to_ytiled()
309 const uint32_t column_width = ytile_span; in linear_to_ytiled() local
310 const uint32_t bytes_per_column = column_width * ytile_height; in linear_to_ytiled()
331 for (yo = y0 * column_width; yo < y1 * column_width; yo += column_width) { in linear_to_ytiled()
352 for (yo = y1 * column_width; yo < y2 * column_width; y in linear_to_ytiled()
473 const uint32_t column_width = ytile_span; ytiled_to_linear() local
[all...]
/third_party/ffmpeg/libavcodec/
H A Dhevc_ps.c1309 av_freep(&pps->column_width); in hevc_pps_free()
1379 if (!pps->column_width) { in setup_pps()
1380 pps->column_width = av_malloc_array(pps->num_tile_columns, sizeof(*pps->column_width)); in setup_pps()
1383 if (!pps->column_width || !pps->row_height) in setup_pps()
1387 pps->column_width[i] = ((i + 1) * sps->ctb_width) / pps->num_tile_columns - in setup_pps()
1399 pps->col_bd[i + 1] = pps->col_bd[i] + pps->column_width[i]; in setup_pps()
1447 val += pps->row_height[tile_y] * pps->column_width[i]; in setup_pps()
1451 val += (tb_y - pps->row_bd[tile_y]) * pps->column_width[tile_x] + in setup_pps()
1634 pps->column_width in ff_hevc_decode_nal_pps()
[all...]
H A Dhevc_ps.h310 unsigned int *column_width; ///< ColumnWidth member
H A Ddxva2_hevc.c150 pp->column_width_minus1[i] = pps->column_width[i] - 1; in fill_picture_parameters()
H A Dnvdec_hevc.c202 ppc->column_width_minus1[i] = pps->column_width[i] - 1; in nvdec_hevc_start_frame()
H A Dvdpau_hevc.c161 info->column_width_minus1[i] = pps->column_width[i] - 1; in vdpau_hevc_start_frame()
H A Dvaapi_hevc.c208 pic_param->column_width_minus1[i] = pps->column_width[i] - 1; in vaapi_hevc_start_frame()
H A Dhevcdec.c2444 lc->end_of_tiles_x = x_ctb + (s->ps.pps->column_width[idxX] << s->ps.sps->log2_ctb_size); in hls_decode_neighbour()
3027 lc->end_of_tiles_x = s->ps.pps->column_width[0] << s->ps.sps->log2_ctb_size; in hevc_frame_start()
/third_party/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_context.c1191 unsigned column_width = 251; in hud_parse_env_var() local
1229 column_width = width > column_width ? width : column_width; in hud_parse_env_var()
1469 x += column_width + hud->font.glyph_width * 9; in hud_parse_env_var()
1478 column_width = 251; in hud_parse_env_var()
/third_party/python/Lib/tkinter/
H A Dtix.py883 def column_width(self, col=0, width=None, chars=None): member in HList

Completed in 21 milliseconds