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:threshold2
(Results
1 - 7
of
7
) sorted by relevance
/third_party/ffmpeg/libavfilter/
H
A
D
vf_pp7.c
149
unsigned int
threshold2
= threshold1 << 1;
in hardthresh_c()
local
151
if (((unsigned)(level + threshold1)) >
threshold2
)
in hardthresh_c()
165
unsigned int
threshold2
= threshold1 << 1;
in mediumthresh_c()
local
167
if (((unsigned)(level + threshold1)) >
threshold2
) {
in mediumthresh_c()
168
if (((unsigned)(level + 2 * threshold1)) > 2 *
threshold2
)
in mediumthresh_c()
189
unsigned int
threshold2
= threshold1 << 1;
in softthresh_c()
local
191
if (((unsigned)(level + threshold1)) >
threshold2
) {
in softthresh_c()
H
A
D
vf_spp.c
128
unsigned
threshold2
= threshold1 << 1;
in hardthresh_c()
local
135
if (((unsigned)(level + threshold1)) >
threshold2
) {
in hardthresh_c()
149
unsigned
threshold2
= threshold1 << 1;
in softthresh_c()
local
156
if (((unsigned)(level + threshold1)) >
threshold2
) {
in softthresh_c()
/third_party/skia/third_party/externals/libwebp/src/utils/
H
A
D
quant_levels_dec_utils.c
162
// f(x) = x for x <=
threshold2
in InitCorrectionLUT()
164
// and a linear interpolation for range x=[
threshold2
, threshold1]
in InitCorrectionLUT()
166
// Note that:
threshold2
= 3/4 * threshold1
in InitCorrectionLUT()
168
const int
threshold2
= (3 * threshold1) >> 2;
in InitCorrectionLUT()
local
169
const int max_threshold =
threshold2
<< DFIX;
in InitCorrectionLUT()
170
const int delta = threshold1 -
threshold2
;
in InitCorrectionLUT()
173
int c = (i <=
threshold2
) ? (i << DFIX)
in InitCorrectionLUT()
/third_party/skia/samplecode/
H
A
D
SampleSimpleStroker.cpp
274
const float
threshold2
= halfMiterLength * halfMiterLength - radiusSquared;
in join()
277
const float maxLenSqd = std::max(threshold1,
threshold2
);
in join()
/third_party/ffmpeg/libavcodec/
H
A
D
dnxhdenc.c
127
unsigned int threshold1,
threshold2
;
in dnxhd_10bit_dct_quantize_444()
local
137
threshold2
= (threshold1 << 1);
in dnxhd_10bit_dct_quantize_444()
143
if (((unsigned)(level + threshold1)) >
threshold2
) {
in dnxhd_10bit_dct_quantize_444()
155
if (((unsigned)(level + threshold1)) >
threshold2
) {
in dnxhd_10bit_dct_quantize_444()
H
A
D
mpegvideo_enc.c
3794
unsigned int threshold1,
threshold2
;
in dct_quantize_trellis_c()
local
3869
threshold2
= (threshold1<<1);
in dct_quantize_trellis_c()
3875
if(((unsigned)(level+threshold1))>
threshold2
){
in dct_quantize_trellis_c()
3887
if(((unsigned)(level+threshold1))>
threshold2
){
in dct_quantize_trellis_c()
4127
// unsigned int threshold1,
threshold2
;
in dct_quantize_refine()
4481
unsigned int threshold1,
threshold2
;
in ff_dct_quantize_c()
local
4514
threshold2
= (threshold1<<1);
in ff_dct_quantize_c()
4519
if(((unsigned)(level+threshold1))>
threshold2
){
in ff_dct_quantize_c()
4532
if(((unsigned)(level+threshold1))>
threshold2
){
in ff_dct_quantize_c()
/third_party/mesa3d/src/amd/addrlib/src/r800/
H
A
D
egbaddrlib.cpp
1121
UINT_32
threshold2
=
in ComputeSurfaceMipLevelTileMode()
local
1137
(interleaveSize >
threshold2
))
in ComputeSurfaceMipLevelTileMode()
Completed in 16 milliseconds