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:OPUS_BLOCK_SIZE
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
opusenc.h
38
#define
OPUS_BLOCK_SIZE
(x) (2 * 15 * (1 << ((x) + 2)))
macro
H
A
D
opusenc_psy.c
100
(
OPUS_BLOCK_SIZE
(s->bsize_analysis) << 1));
in step_collect_psy_metrics()
289
f->blocks = f->transient ?
OPUS_BLOCK_SIZE
(s->p.framesize)/CELT_OVERLAP : 1;
in ff_opus_psy_celt_frame_init()
314
int frame_size =
OPUS_BLOCK_SIZE
(s->p.framesize);
in celt_gauge_psy_weight()
469
f->blocks = f->transient ?
OPUS_BLOCK_SIZE
(s->p.framesize)/CELT_OVERLAP : 1;
in ff_opus_psy_celt_frame_process()
481
int i, frame_size =
OPUS_BLOCK_SIZE
(s->p.framesize);
in ff_opus_psy_postencode_update()
560
const int len =
OPUS_BLOCK_SIZE
(i);
in ff_opus_psy_init()
H
A
D
opusenc.c
123
int subframes =
OPUS_BLOCK_SIZE
(s->packet.framesize) / subframesize;
in celt_frame_setup_input()
162
const int subframes =
OPUS_BLOCK_SIZE
(s->packet.framesize) / subframesize;
in celt_apply_preemph_filter()
211
int blk_len =
OPUS_BLOCK_SIZE
(f->size), wlen =
OPUS_BLOCK_SIZE
(f->size + 1);
in celt_frame_mdct()
562
frame_size =
OPUS_BLOCK_SIZE
(s->packet.framesize);
in opus_encode_frame()
H
A
D
opusenc_psy.h
42
float coeffs[OPUS_MAX_CHANNELS][
OPUS_BLOCK_SIZE
(CELT_BLOCK_960)];
Completed in 4 milliseconds