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:swb
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
aaccoder_trellis.h
63
int w,
swb
, cb, start, size;
in codebook_trellis_rate()
local
80
for (
swb
= 0;
swb
< max_sfb;
swb
++) {
in codebook_trellis_rate()
81
size = sce->ics.swb_sizes[
swb
];
in codebook_trellis_rate()
82
if (sce->zeroes[win*16 +
swb
]) {
in codebook_trellis_rate()
83
float cost_stay_here = path[
swb
][0].cost;
in codebook_trellis_rate()
85
if ( run_value_bits[sce->ics.num_windows == 8][path[
swb
][0].run]
in codebook_trellis_rate()
86
!= run_value_bits[sce->ics.num_windows == 8][path[
swb
][0].run+1])
in codebook_trellis_rate()
89
path[
swb
in codebook_trellis_rate()
[all...]
H
A
D
aaccoder.c
81
int w,
swb
, cb, start, size;
in encode_window_bands_info()
local
98
for (
swb
= 0;
swb
< max_sfb;
swb
++) {
in encode_window_bands_info()
99
size = sce->ics.swb_sizes[
swb
];
in encode_window_bands_info()
100
if (sce->zeroes[win*16 +
swb
]) {
in encode_window_bands_info()
102
path[
swb
+1][cb].prev_idx = cb;
in encode_window_bands_info()
103
path[
swb
+1][cb].cost = path[
swb
][cb].cost;
in encode_window_bands_info()
104
path[
swb
in encode_window_bands_info()
[all...]
Completed in 2 milliseconds