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:RATE_HALF
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
qcelpdec.c
50
RATE_HALF
,
enumerator
204
case
RATE_HALF
: subframes_count = 4; break;
in decode_gain_and_index()
296
* formula for RATE_FULL and
RATE_HALF
frames at section 2.4.8.1.1. It says
327
case
RATE_HALF
:
in compute_svector()
473
if (q->bitrate >=
RATE_HALF
|| q->bitrate == SILENCE ||
in apply_pitch_filters()
474
(q->bitrate == I_F_Q && (q->prev_bitrate >=
RATE_HALF
))) {
in apply_pitch_filters()
476
if (q->bitrate >=
RATE_HALF
) {
in apply_pitch_filters()
593
case 17: return
RATE_HALF
;
in buf_size2bitrate()
741
if (q->bitrate >=
RATE_HALF
) {
in qcelp_decode_frame()
H
A
D
evrcdec.c
52
RATE_HALF
,
enumerator
104
* Frame unpacking for RATE_FULL,
RATE_HALF
and RATE_QUANT
144
case
RATE_HALF
:
in unpack_frame()
171
case 11: return
RATE_HALF
;
in buf_size2bitrate()
676
if (e->bitrate == RATE_FULL || e->bitrate ==
RATE_HALF
) {
in frame_erasure()
792
if (e->bitrate == RATE_FULL || e->bitrate ==
RATE_HALF
) {
in evrc_decode_frame()
862
f = exp((e->bitrate ==
RATE_HALF
? 0.5 : 0.25)
in evrc_decode_frame()
Completed in 4 milliseconds