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:interpolation
(Results
1 - 5
of
5
) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/dvb-core/
H
A
D
dvb_math.c
68
unsigned int
interpolation
;
in intlog2()
local
96
* last step we do is
interpolation
because of the
in intlog2()
104
* so the
interpolation
is
in intlog2()
110
interpolation
= ((significand & 0x7fffff) *
in intlog2()
115
return ((msb << 24) + (logtable[logentry] << 8) +
interpolation
);
in intlog2()
/kernel/linux/linux-6.6/lib/math/
H
A
D
int_log.c
60
unsigned int
interpolation
;
in intlog2()
local
88
* last step we do is
interpolation
because of the
in intlog2()
96
* so the
interpolation
is
in intlog2()
102
interpolation
= ((significand & 0x7fffff) *
in intlog2()
107
return ((msb << 24) + (logtable[logentry] << 8) +
interpolation
);
in intlog2()
/kernel/linux/linux-5.10/sound/soc/codecs/
H
A
D
nau8825.c
359
u32 msb, logentry, significand,
interpolation
, log10val;
in nau8825_intlog10_dec3()
local
381
* last step we do is
interpolation
because of the
in nau8825_intlog10_dec3()
389
* so the
interpolation
is
in nau8825_intlog10_dec3()
395
interpolation
= ((significand & 0x7fffff) *
in nau8825_intlog10_dec3()
399
log2val = ((msb << 24) + (logtable[logentry] << 8) +
interpolation
);
in nau8825_intlog10_dec3()
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi.c
1063
int
interpolation
= HDMI_CSC_CFG_INTMODE_DISABLE;
in hdmi_video_csc()
local
1066
/* YCC422
interpolation
to 444 mode */
in hdmi_video_csc()
1068
interpolation
= HDMI_CSC_CFG_INTMODE_CHROMA_INT_FORMULA1;
in hdmi_video_csc()
1091
hdmi_writeb(hdmi,
interpolation
| decimation, HDMI_CSC_CFG);
in hdmi_video_csc()
1812
/* Packet frame
interpolation
*/
in hdmi_config_vendor_specific_infoframe()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/synopsys/
H
A
D
dw-hdmi.c
1160
int
interpolation
= HDMI_CSC_CFG_INTMODE_DISABLE;
in hdmi_video_csc()
local
1163
/* YCC422
interpolation
to 444 mode */
in hdmi_video_csc()
1165
interpolation
= HDMI_CSC_CFG_INTMODE_CHROMA_INT_FORMULA1;
in hdmi_video_csc()
1188
hdmi_writeb(hdmi,
interpolation
| decimation, HDMI_CSC_CFG);
in hdmi_video_csc()
1934
/* Packet frame
interpolation
*/
in hdmi_config_vendor_specific_infoframe()
Completed in 12 milliseconds