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_rc_tell
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
opus_celt.c
43
if (
opus_rc_tell
(rc) + 3 <= f->framebits && ff_opus_rc_dec_log(rc, 3)) {
in celt_decode_coarse_energy()
60
available = f->framebits -
opus_rc_tell
(rc);
in celt_decode_coarse_energy()
100
int bits_left = f->framebits -
opus_rc_tell
(rc);
in celt_decode_final_energy()
124
consumed =
opus_rc_tell
(rc);
in celt_decode_tf_changes()
130
consumed =
opus_rc_tell
(rc);
in celt_decode_tf_changes()
249
tapset = (
opus_rc_tell
(rc) + 2 <= f->framebits) ?
in parse_postfilter()
262
consumed =
opus_rc_tell
(rc);
in parse_postfilter()
364
consumed =
opus_rc_tell
(rc);
in ff_celt_decode_frame()
375
rc->total_bits += f->framebits -
opus_rc_tell
(rc);
in ff_celt_decode_frame()
H
A
D
opusenc.c
263
tf_select_needed = ((f->size && (
opus_rc_tell
(rc) + bits + 1) <= f->framebits));
in celt_enc_tf()
266
if ((
opus_rc_tell
(rc) + bits + tf_select_needed) <= f->framebits) {
in celt_enc_tf()
307
if ((
opus_rc_tell
(rc) + 2) <= f->framebits)
in celt_enc_quant_pfilter()
329
if (
opus_rc_tell
(rc) + 3 <= f->framebits)
in exp_quant_coarse()
345
const int left = f->framebits -
opus_rc_tell
(rc);
in exp_quant_coarse()
405
for (int i = f->start_band; i < f->end_band && (f->framebits -
opus_rc_tell
(rc)) >= f->channels; i++) {
in celt_quant_final()
457
if (!f->start_band &&
opus_rc_tell
(rc) + 16 <= f->framebits)
in celt_encode_frame()
461
if (f->size &&
opus_rc_tell
(rc) + 3 <= f->framebits)
in celt_encode_frame()
H
A
D
opus_rc.h
61
static av_always_inline uint32_t
opus_rc_tell
(const OpusRangeCoder *rc)
in opus_rc_tell()
function
H
A
D
opusdec.c
215
consumed =
opus_rc_tell
(&s->rc);
in opus_decode_frame()
H
A
D
opus.c
595
if (
opus_rc_tell
(rc) + 4 <= f->framebits) {
in ff_celt_bitalloc()
Completed in 5 milliseconds