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:wblocks
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
agm.c
96
int16_t *
wblocks
;
member
203
memset(s->
wblocks
, 0, s->wblocks_size);
in decode_intra_blocks()
206
int16_t *block = s->
wblocks
+ scantable[i];
in decode_intra_blocks()
245
memset(s->
wblocks
, 0, s->wblocks_size);
in decode_inter_blocks()
249
int16_t *block = s->
wblocks
+ scantable[i];
in decode_inter_blocks()
325
av_fast_padded_malloc(&s->
wblocks
, &s->wblocks_size,
in decode_intra_plane()
326
64 * s->blocks_w * sizeof(*s->
wblocks
));
in decode_intra_plane()
327
if (!s->
wblocks
)
in decode_intra_plane()
336
s->
wblocks
[64 * x] += offset;
in decode_intra_plane()
338
frame->linesize[plane], s->
wblocks
in decode_intra_plane()
[all...]
/third_party/mesa3d/src/mesa/main/
H
A
D
formats.c
824
const uint32_t
wblocks
= (width + bw - 1) / bw;
in _mesa_format_image_size()
local
827
sz =
wblocks
* hblocks * dblocks * info->BytesPerBlock;
in _mesa_format_image_size()
852
const uint64_t
wblocks
= (width + bw - 1) / bw;
in _mesa_format_image_size64()
local
855
sz =
wblocks
* hblocks * dblocks * info->BytesPerBlock;
in _mesa_format_image_size64()
874
const uint32_t
wblocks
= (width + bw - 1) / bw;
in _mesa_format_row_stride()
local
875
const int32_t stride =
wblocks
* info->BytesPerBlock;
in _mesa_format_row_stride()
Completed in 4 milliseconds