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:sbRows
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
picture_av1.c
44
unsigned
sbRows
;
in tile_info()
local
56
sbRows
= (av1->seq_info_fields.fields.use_128x128_superblock) ?
in tile_info()
60
height_sb =
sbRows
;
in tile_info()
73
tileHeightSb = (
sbRows
+ (1 << TileRowsLog2) - 1) >> TileRowsLog2;
in tile_info()
75
for (startSb = 0; startSb <
sbRows
; startSb += tileHeightSb) {
in tile_info()
79
context->desc.av1.picture_parameter.tile_row_start_sb[i] =
sbRows
;
in tile_info()
96
for (i = 0; startSb <
sbRows
; ++i) {
in tile_info()
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H
A
D
vid_dec_av1.c
646
unsigned
sbRows
;
in tile_info()
local
661
sbRows
= (seq->use_128x128_superblock) ?
in tile_info()
664
height_sb =
sbRows
;
in tile_info()
670
maxLog2TileRows = tile_log2(1, MIN2(
sbRows
, AV1_MAX_TILE_ROWS));
in tile_info()
671
minLog2Tiles = MAX2(minLog2TileCols, tile_log2(maxTileAreaSb,
sbRows
* sbCols));
in tile_info()
705
tileHeightSb = (
sbRows
+ (1 << ti->TileRowsLog2) - 1) >> ti->TileRowsLog2;
in tile_info()
707
for (startSb = 0; startSb <
sbRows
; startSb += tileHeightSb) {
in tile_info()
711
ti->tile_row_start_sb[i] =
sbRows
;
in tile_info()
737
maxTileAreaSb = (
sbRows
* sbCols) >> (minLog2Tiles + 1);
in tile_info()
739
maxTileAreaSb = (
sbRows
* sbCol
in tile_info()
[all...]
Completed in 3 milliseconds