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:coup
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
aacdec_template.c
2365
ChannelCoupling *
coup
= &che->
coup
;
local
2367
coup
->coupling_point = 2 * get_bits1(gb);
2368
coup
->num_coupled = get_bits(gb, 3);
2369
for (c = 0; c <=
coup
->num_coupled; c++) {
2371
coup
->type[c] = get_bits1(gb) ? TYPE_CPE : TYPE_SCE;
2372
coup
->id_select[c] = get_bits(gb, 4);
2373
if (
coup
->type[c] == TYPE_CPE) {
2374
coup
->ch_select[c] = get_bits(gb, 2);
2375
if (
coup
3012
ChannelCoupling *
coup
= &cce->
coup
;
global()
local
[all...]
H
A
D
aacdec.c
231
const float gain = cce->
coup
.gain[index][idx];
in apply_dependent_coupling()
254
const float gain = cce->
coup
.gain[index][0];
in apply_independent_coupling()
H
A
D
aacdec_fixed.c
373
const int gain = cce->
coup
.gain[index][idx];
in apply_dependent_coupling_fixed()
425
const int gain = cce->
coup
.gain[index][0];
in apply_independent_coupling_fixed()
H
A
D
aac.h
287
ChannelCoupling
coup
;
member
Completed in 7 milliseconds