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:LUT_SIZE
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
bgmc.c
39
#define
LUT_SIZE
(1 << LUT_BITS) // size of the lookup tables
macro
431
for (i = 0; i <
LUT_SIZE
; i++) {
in bgmc_lut_fillp()
450
lut += (i *
LUT_SIZE
) << 4;
in bgmc_lut_getp()
463
*cf_lut = av_malloc(sizeof(**cf_lut) * LUT_BUFF * 16 *
LUT_SIZE
);
in ff_bgmc_init()
523
lut += sx *
LUT_SIZE
;
in ff_bgmc_decode()
/third_party/skia/third_party/externals/libwebp/src/utils/
H
A
D
quant_levels_dec_utils.c
27
#define
LUT_SIZE
((1 << (8 + LFIX)) - 1) // look-up table size
macro
69
int16_t* correction_; // size = 1 + 2*
LUT_SIZE
-> ~4k memory
172
for (i = 1; i <=
LUT_SIZE
; ++i) {
in InitCorrectionLUT()
222
const size_t size_lut = (1 + 2 *
LUT_SIZE
) * sizeof(*p->correction_);
in InitParams()
252
p->correction_ = ((int16_t*)mem) +
LUT_SIZE
;
in InitParams()
Completed in 4 milliseconds