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:ly2
(Results
1 - 2
of
2
) sorted by relevance
/third_party/pulseaudio/src/pulsecore/filter/
H
A
D
crossover.c
30
float
ly2
= lr4->y2;
in lr4_process_float32()
local
43
y = lb0*x + lb1*lx1 + lb2*lx2 - la1*ly1 - la2*
ly2
;
in lr4_process_float32()
44
z = lb0*y + lb1*ly1 + lb2*
ly2
- la1*lz1 - la2*lz2;
in lr4_process_float32()
47
ly2
= ly1;
in lr4_process_float32()
57
lr4->y2 =
ly2
;
in lr4_process_float32()
67
float
ly2
= lr4->y2;
in lr4_process_s16()
local
80
y = lb0*x + lb1*lx1 + lb2*lx2 - la1*ly1 - la2*
ly2
;
in lr4_process_s16()
81
z = lb0*y + lb1*ly1 + lb2*
ly2
- la1*lz1 - la2*lz2;
in lr4_process_s16()
84
ly2
= ly1;
in lr4_process_s16()
94
lr4->y2 =
ly2
;
in lr4_process_s16()
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
agm.c
771
uint8_t ly0 = 0, ly1 = 0,
ly2
= 0, ly3 = 0, lu = 0, lv = 0;
in decode_raw_intra()
local
779
y1dst[x*2+0] = bytestream2_get_byte(gbyte) +
ly2
;
in decode_raw_intra()
780
ly2
= y1dst[x*2+0];
in decode_raw_intra()
Completed in 3 milliseconds