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:DCA_CODE_BOOKS
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
dcahuff.h
33
#define
DCA_CODE_BOOKS
10
macro
45
extern DCAVLC ff_dca_vlc_quant_index[
DCA_CODE_BOOKS
];
H
A
D
dcadata.h
37
extern const uint8_t ff_dca_quant_index_sel_nbits[
DCA_CODE_BOOKS
];
38
extern const uint8_t ff_dca_quant_index_group_size[
DCA_CODE_BOOKS
];
H
A
D
dcaenc.c
97
int32_t quant_index_sel[MAX_CHANNELS][
DCA_CODE_BOOKS
];
215
for (j = 0; j <
DCA_CODE_BOOKS
; j++) {
in encode_init()
704
static uint32_t set_best_code(uint32_t vlc_bits[
DCA_CODE_BOOKS
][7],
in set_best_code()
705
uint32_t clc_bits[
DCA_CODE_BOOKS
],
in set_best_code()
706
int32_t res[
DCA_CODE_BOOKS
])
in set_best_code()
709
uint32_t best_sel_bits[
DCA_CODE_BOOKS
];
in set_best_code()
710
int32_t best_sel_id[
DCA_CODE_BOOKS
];
in set_best_code()
713
for (i = 0; i <
DCA_CODE_BOOKS
; i++) {
in set_best_code()
776
uint32_t huff_bit_count_accum[MAX_CHANNELS][
DCA_CODE_BOOKS
][7];
in init_quantization_noise()
777
uint32_t clc_bit_count_accum[MAX_CHANNELS][
DCA_CODE_BOOKS
];
in init_quantization_noise()
[all...]
H
A
D
dca_core.h
135
int8_t quant_index_sel[DCA_CHANNELS][
DCA_CODE_BOOKS
]; ///< Quantization index codebook select
136
int32_t scale_factor_adj[DCA_CHANNELS][
DCA_CODE_BOOKS
]; ///< Scale factor adjustment
H
A
D
dcahuff.c
985
static const uint8_t bitalloc_sizes[
DCA_CODE_BOOKS
] = {
989
static const int8_t bitalloc_offsets[
DCA_CODE_BOOKS
] = {
993
static const uint8_t bitalloc_maxbits[
DCA_CODE_BOOKS
][7] = {
1006
static const uint16_t *const bitalloc_codes[
DCA_CODE_BOOKS
][8] = {
1024
static const uint8_t *const bitalloc_bits[
DCA_CODE_BOOKS
][8] = {
1250
DCAVLC ff_dca_vlc_quant_index[
DCA_CODE_BOOKS
];
1296
for (i = 0; i <
DCA_CODE_BOOKS
; i++) {
in ff_dca_init_vlcs()
H
A
D
dca_core.c
322
for (n = 0; n <
DCA_CODE_BOOKS
; n++)
in parse_coding_header()
327
for (n = 0; n <
DCA_CODE_BOOKS
; n++)
in parse_coding_header()
585
if (abits <=
DCA_CODE_BOOKS
) {
in extract_audio()
H
A
D
dcadata.c
49
const uint8_t ff_dca_quant_index_sel_nbits[
DCA_CODE_BOOKS
] = {
53
const uint8_t ff_dca_quant_index_group_size[
DCA_CODE_BOOKS
] = {
Completed in 29 milliseconds