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:cpl_coord_mant
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
ac3enc.h
139
uint8_t **
cpl_coord_mant
; ///< coupling coord mantissas (cplcomant)
member
H
A
D
ac3dec.c
1054
int master_cpl_coord, cpl_coord_exp,
cpl_coord_mant
;
in coupling_coordinates()
local
1060
cpl_coord_mant
= get_bits(bc, 4);
in coupling_coordinates()
1062
s->cpl_coords[ch][bnd] =
cpl_coord_mant
<< 22;
in coupling_coordinates()
1064
s->cpl_coords[ch][bnd] = (
cpl_coord_mant
+ 16) << 21;
in coupling_coordinates()
H
A
D
ac3enc_template.c
306
block->
cpl_coord_mant
[ch][bnd] = cpl_mant;
in apply_channel_coupling()
H
A
D
ac3enc.c
1571
put_bits(&s->pb, 4, block->
cpl_coord_mant
[ch][bnd]);
in output_audio_block()
2204
av_freep(&block->
cpl_coord_mant
);
in ff_ac3_encode_close()
2518
!FF_ALLOCZ_TYPED_ARRAY(block->
cpl_coord_mant
, channels))
in allocate_buffers()
2531
block->
cpl_coord_mant
[ch] = &s->cpl_coord_mant_buffer[16 * (blk * channels + ch)];
in allocate_buffers()
Completed in 8 milliseconds