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:bits_main_spec
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
twinvq.c
187
int bits = tctx->
bits_main_spec
[0][ftype][bitstream_second_part];
in dequant()
195
bits = tctx->
bits_main_spec
[1][ftype][bitstream_second_part];
in dequant()
722
tctx->
bits_main_spec
[0][i][0] = (rounded_up + 1) / 2;
in init_bitstream_params()
723
tctx->
bits_main_spec
[1][i][0] = rounded_up / 2;
in init_bitstream_params()
724
tctx->
bits_main_spec
[0][i][1] = (rounded_down + 1) / 2;
in init_bitstream_params()
725
tctx->
bits_main_spec
[1][i][1] = rounded_down / 2;
in init_bitstream_params()
H
A
D
twinvq.h
153
uint8_t
bits_main_spec
[2][4][2]; ///< bits for the main codebook
member
H
A
D
metasound.c
162
*dst++ = get_bits(gb, tctx->
bits_main_spec
[0][ftype][bs_second_part]);
in read_cb_data()
163
*dst++ = get_bits(gb, tctx->
bits_main_spec
[1][ftype][bs_second_part]);
in read_cb_data()
H
A
D
twinvqdec.c
247
*dst++ = get_bits(gb, tctx->
bits_main_spec
[0][ftype][bs_second_part]);
in read_cb_data()
248
*dst++ = get_bits(gb, tctx->
bits_main_spec
[1][ftype][bs_second_part]);
in read_cb_data()
Completed in 4 milliseconds