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:dual_stereo
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
opus.c
539
if (f->
dual_stereo
&& i == f->intensity_stereo) {
in ff_celt_quant_bands()
541
f->
dual_stereo
= 0;
in ff_celt_quant_bands()
549
if (f->
dual_stereo
) {
in ff_celt_quant_bands()
832
f->intensity_stereo = f->
dual_stereo
= 0;
in ff_celt_bitalloc()
842
ff_opus_rc_enc_log(rc, f->
dual_stereo
, 1);
in ff_celt_bitalloc()
844
f->
dual_stereo
= ff_opus_rc_dec_log(rc, 1);
in ff_celt_bitalloc()
875
dof = N * f->channels + (f->channels == 2 && N > 2 && !f->
dual_stereo
&& i < f->intensity_stereo);
in ff_celt_bitalloc()
H
A
D
opusenc_psy.c
52
if (f->
dual_stereo
) {
in pvq_band_cost()
304
f->
dual_stereo
= 0;
in ff_opus_psy_celt_frame_init()
385
f->
dual_stereo
= 0;
in celt_search_for_dual_stereo()
391
f->
dual_stereo
= 1;
in celt_search_for_dual_stereo()
394
f->
dual_stereo
= td2 < td1;
in celt_search_for_dual_stereo()
H
A
D
opus_celt.h
121
int
dual_stereo
;
member
Completed in 3 milliseconds