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:bitres
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
aacpsy.c
329
ctx->
bitres
.size = 6144 - pctx->frame_bits;
in psy_3gpp_init()
330
ctx->
bitres
.size -= ctx->
bitres
.size % 8;
in psy_3gpp_init()
331
pctx->fill_level = ctx->
bitres
.size;
in psy_3gpp_init()
719
if (ctx->
bitres
.bits > 0) {
in psy_3gpp_analyze_channel()
727
desired_bits = calc_bit_demand(pctx, pe, ctx->
bitres
.bits, ctx->
bitres
.size, wi->num_windows == 8);
in psy_3gpp_analyze_channel()
734
if (ctx->
bitres
.bits > 0)
in psy_3gpp_analyze_channel()
735
desired_pe *= av_clipf(pctx->pe.previous / PSY_3GPP_BITS_TO_PE(ctx->
bitres
.bits),
in psy_3gpp_analyze_channel()
739
ctx->
bitres
in psy_3gpp_analyze_channel()
[all...]
H
A
D
psymodel.h
106
}
bitres
;
member
H
A
D
aacenc.c
716
s->psy.
bitres
.alloc = -1;
in aac_encode_frame()
717
s->psy.
bitres
.bits = s->last_frame_pb_count / s->channels;
in aac_encode_frame()
719
if (s->psy.
bitres
.alloc > 0) {
in aac_encode_frame()
721
target_bits += s->psy.
bitres
.alloc
in aac_encode_frame()
723
s->psy.
bitres
.alloc /= chans;
in aac_encode_frame()
H
A
D
aaccoder_twoloop.h
130
if (s->psy.
bitres
.alloc >= 0) {
in search_for_quantizers_twoloop()
135
destbits = s->psy.
bitres
.alloc
in search_for_quantizers_twoloop()
Completed in 6 milliseconds