Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:column_width
(Results
1 - 10
of
10
) sorted by relevance
/third_party/mesa3d/src/intel/isl/
H
A
D
isl_tiled_memcpy.c
302
* (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
D
hevc_ps.c
1309
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
D
hevc_ps.h
310
unsigned int *
column_width
; ///< ColumnWidth
member
H
A
D
dxva2_hevc.c
150
pp->column_width_minus1[i] = pps->
column_width
[i] - 1;
in fill_picture_parameters()
H
A
D
nvdec_hevc.c
202
ppc->column_width_minus1[i] = pps->
column_width
[i] - 1;
in nvdec_hevc_start_frame()
H
A
D
vdpau_hevc.c
161
info->column_width_minus1[i] = pps->
column_width
[i] - 1;
in vdpau_hevc_start_frame()
H
A
D
vaapi_hevc.c
208
pic_param->column_width_minus1[i] = pps->
column_width
[i] - 1;
in vaapi_hevc_start_frame()
H
A
D
hevcdec.c
2444
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
D
hud_context.c
1191
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
D
tix.py
883
def
column_width
(self, col=0, width=None, chars=None):
member in HList
Completed in 21 milliseconds