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:workT
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
imc.c
471
float
workT
[32];
in bit_allocation()
local
562
workT
[i] = (chctx->bitsBandT[i] == 6) ? -1.e20
in bit_allocation()
576
if (
workT
[i] > highest) {
in bit_allocation()
577
highest =
workT
[i];
in bit_allocation()
583
workT
[found_indx] -= 2.0;
in bit_allocation()
585
workT
[found_indx] = -1.e20;
in bit_allocation()
596
workT
[i] = chctx->bitsBandT[i] ? (chctx->bitsBandT[i] * -2 + chctx->flcoeffs4[i] + 1.585)
in bit_allocation()
600
workT
[0] = 1.e20;
in bit_allocation()
601
workT
[1] = 1.e20;
in bit_allocation()
602
workT
[
in bit_allocation()
691
float
workT
[32];
imc_adjust_bit_allocation()
local
[all...]
/third_party/skia/src/pathops/
H
A
D
SkPathOpsTSect.cpp
1195
double
workT
= tStart;
in linesIntersect()
local
1203
workT
+= tStep;
in linesIntersect()
1204
workPt = fCurve.ptAtT(
workT
);
in linesIntersect()
1205
coinW.setPerp(fCurve,
workT
, workPt, opp->fCurve);
in linesIntersect()
1223
i->insert(
workT
, oppTTest, workPt);
in linesIntersect()
Completed in 5 milliseconds