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:TileColsLog2
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/gallium/frontends/omx/bellagio/
H
A
D
vid_dec_av1.c
678
ti->
TileColsLog2
= minLog2TileCols;
in tile_info()
679
while (ti->
TileColsLog2
< maxLog2TileCols) {
in tile_info()
682
ti->
TileColsLog2
++;
in tile_info()
686
tileWidthSb = (sbCols + (1 << ti->
TileColsLog2
) - 1) >> ti->
TileColsLog2
;
in tile_info()
695
minLog2TileRows = (minLog2Tiles > ti->
TileColsLog2
)?
in tile_info()
696
(minLog2Tiles - ti->
TileColsLog2
) : 0;
in tile_info()
734
ti->
TileColsLog2
= tile_log2(1, ti->TileCols);
in tile_info()
758
if (ti->
TileColsLog2
> 0 || ti->TileRowsLog2 > 0) {
in tile_info()
760
av1_f(vlc, ti->TileRowsLog2 + ti->
TileColsLog2
);
in tile_info()
[all...]
H
A
D
vid_dec_av1.h
243
unsigned
TileColsLog2
;
member
/third_party/mesa3d/src/gallium/frontends/va/
H
A
D
picture_av1.c
51
unsigned
TileColsLog2
= util_logbase2_ceil(av1->tile_cols);
in tile_info()
local
65
tileWidthSb = (sbCols + (1 <<
TileColsLog2
) - 1) >>
TileColsLog2
;
in tile_info()
Completed in 5 milliseconds