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:sbCols
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
picture_av1.c
43
unsigned
sbCols
;
in tile_info()
local
54
sbCols
= (av1->seq_info_fields.fields.use_128x128_superblock) ?
in tile_info()
59
width_sb =
sbCols
;
in tile_info()
65
tileWidthSb = (
sbCols
+ (1 << TileColsLog2) - 1) >> TileColsLog2;
in tile_info()
67
for (startSb = 0; startSb <
sbCols
; startSb += tileWidthSb) {
in tile_info()
71
context->desc.av1.picture_parameter.tile_col_start_sb[i] =
sbCols
;
in tile_info()
84
for (i = 0; startSb <
sbCols
; ++i) {
in tile_info()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H
A
D
vid_dec_av1.c
645
unsigned
sbCols
;
in tile_info()
local
659
sbCols
= (seq->use_128x128_superblock) ?
in tile_info()
663
width_sb =
sbCols
;
in tile_info()
668
minLog2TileCols = tile_log2(maxTileWidthSb,
sbCols
);
in tile_info()
669
maxLog2TileCols = tile_log2(1, MIN2(
sbCols
, AV1_MAX_TILE_COLS));
in tile_info()
671
minLog2Tiles = MAX2(minLog2TileCols, tile_log2(maxTileAreaSb, sbRows *
sbCols
));
in tile_info()
686
tileWidthSb = (
sbCols
+ (1 << ti->TileColsLog2) - 1) >> ti->TileColsLog2;
in tile_info()
688
for (startSb = 0; startSb <
sbCols
; startSb += tileWidthSb) {
in tile_info()
692
ti->tile_col_start_sb[i] =
sbCols
;
in tile_info()
718
for (i = 0; startSb <
sbCols
;
in tile_info()
[all...]
Completed in 5 milliseconds