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:bandwidth_code
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ac3enc.h
209
int
bandwidth_code
; ///< bandwidth code (0 to 60) (chbwcod)
member
H
A
D
ac3enc.c
385
block->end_freq[ch] = s->
bandwidth_code
* 3 + 73;
in ff_ac3_compute_coupling_strategy()
1166
max_end_freq = s->
bandwidth_code
* 3 + 73;
in count_mantissa_bits()
1600
put_bits(&s->pb, 6, s->
bandwidth_code
);
in output_audio_block()
2416
s->
bandwidth_code
= av_clip((fbw_coeffs - 73) / 3, 0, 60);
in set_bandwidth()
2419
s->
bandwidth_code
= ac3_bandwidth_tab[s->fbw_channels-1][s->bit_alloc.sr_code][s->frame_size_code/2];
in set_bandwidth()
2426
s->blocks[blk].end_freq[ch] = s->
bandwidth_code
* 3 + 73;
in set_bandwidth()
2453
cpl_end_band = s->
bandwidth_code
/ 4 + 3;
in set_bandwidth()
H
A
D
ac3dec.c
1213
int
bandwidth_code
= get_bits(gbc, 6);
in decode_audio_block()
local
1214
if (
bandwidth_code
> 60) {
in decode_audio_block()
1215
av_log(s->avctx, AV_LOG_ERROR, "bandwidth code = %d > 60\n",
bandwidth_code
);
in decode_audio_block()
1218
s->end_freq[ch] =
bandwidth_code
* 3 + 73;
in decode_audio_block()
Completed in 9 milliseconds