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_FULL
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
evrcdec.c
53
RATE_FULL
,
enumerator
104
* Frame unpacking for
RATE_FULL
, RATE_HALF and RATE_QUANT
116
case
RATE_FULL
:
in unpack_frame()
170
case 23: return
RATE_FULL
;
in buf_size2bitrate()
484
if (e->bitrate ==
RATE_FULL
)
in fcb_excitation()
669
if (e->bitrate ==
RATE_FULL
)
in frame_erasure()
674
e->bitrate =
RATE_FULL
;
in frame_erasure()
676
if (e->bitrate ==
RATE_FULL
|| e->bitrate == RATE_HALF) {
in frame_erasure()
765
if (e->bitrate == RATE_QUANT && e->last_valid_bitrate ==
RATE_FULL
in evrc_decode_frame()
792
if (e->bitrate ==
RATE_FULL
||
in evrc_decode_frame()
[all...]
H
A
D
qcelpdec.c
51
RATE_FULL
enumerator
203
case
RATE_FULL
: subframes_count = 16; break;
in decode_gain_and_index()
209
if (q->bitrate ==
RATE_FULL
&& !((i + 1) & 3)) {
in decode_gain_and_index()
296
* formula for
RATE_FULL
and RATE_HALF frames at section 2.4.8.1.1. It says
318
case
RATE_FULL
:
in compute_svector()
592
case 35: return
RATE_FULL
;
in buf_size2bitrate()
Completed in 4 milliseconds