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:cost_stay_here
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
aaccoder_trellis.h
83
float
cost_stay_here
= path[swb][0].cost;
in codebook_trellis_rate()
local
87
cost_stay_here
+= run_bits;
in codebook_trellis_rate()
88
if (cost_get_here <
cost_stay_here
) {
in codebook_trellis_rate()
94
path[swb+1][0].cost =
cost_stay_here
;
in codebook_trellis_rate()
117
float
cost_stay_here
, cost_get_here;
in codebook_trellis_rate()
local
132
cost_stay_here
= path[swb][cb].cost + bits;
in codebook_trellis_rate()
136
cost_stay_here
+= run_bits;
in codebook_trellis_rate()
137
if (cost_get_here <
cost_stay_here
) {
in codebook_trellis_rate()
143
path[swb+1][cb].cost =
cost_stay_here
;
in codebook_trellis_rate()
H
A
D
aaccoder.c
112
float
cost_stay_here
, cost_get_here;
in encode_window_bands_info()
local
128
cost_stay_here
= path[swb][cb].cost + rd;
in encode_window_bands_info()
132
cost_stay_here
+= run_bits;
in encode_window_bands_info()
133
if (cost_get_here <
cost_stay_here
) {
in encode_window_bands_info()
139
path[swb+1][cb].cost =
cost_stay_here
;
in encode_window_bands_info()
Completed in 3 milliseconds