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:tiles_w
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
sga.c
48
int
tiles_w
, tiles_h;
member
111
for (int x = 0; x < s->
tiles_w
; x++) {
in decode_index_palmap()
112
int pal_idx = s->palmapindex_data[y * s->
tiles_w
+ x] * 16;
in decode_index_palmap()
140
for (int x = 0; x < s->
tiles_w
; x++) {
in decode_index_tilemap()
264
uint8_t *dst = s->palmapindex_data + y * s->
tiles_w
;
in decode_palmapdata()
266
for (int x = 0; x < s->
tiles_w
; x++)
in decode_palmapdata()
269
dst += s->
tiles_w
;
in decode_palmapdata()
321
s->
tiles_w
= avpkt->data[10];
in sga_decode_frame()
328
s->
tiles_w
* 8,
in sga_decode_frame()
338
s->
tiles_w
*
in sga_decode_frame()
[all...]
/third_party/ffmpeg/libavformat/
H
A
D
sga.c
152
int
tiles_w
= src[offset + 10];
in sga_probe()
local
159
if (
tiles_w
== 0 ||
tiles_w
> 80)
in sga_probe()
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_resource.c
876
uint32_t
tiles_w
= DIV_ROUND_UP(psurf->width, 32);
in vc4_surface_msaa_get_sample()
local
881
VC4_TILE_BUFFER_SIZE * (tile_y *
tiles_w
+ tile_x));
in vc4_surface_msaa_get_sample()
947
uint32_t
tiles_w
= DIV_ROUND_UP(psurf->width, tile_w);
in vc4_dump_surface_msaa()
local
950
uint32_t char_w_per_tile = char_w /
tiles_w
- 1;
in vc4_dump_surface_msaa()
956
for (int x = 0; x < (char_w_per_tile + 1) *
tiles_w
; x++)
in vc4_dump_surface_msaa()
985
for (int x = 0; x < (char_w_per_tile + 1) *
tiles_w
; x++)
in vc4_dump_surface_msaa()
Completed in 4 milliseconds