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:predicted
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
roqaudioenc.c
87
int
predicted
;
in dpcm_predict()
local
106
predicted
= *previous + diff;
in dpcm_predict()
109
if (
predicted
> 32767 ||
predicted
< -32768) {
in dpcm_predict()
117
*previous =
predicted
;
in dpcm_predict()
H
A
D
vorbisenc.c
814
int
predicted
= render_point(fc->list[fc->list[i].low].x,
in floor_encode()
local
819
int highroom = range -
predicted
;
in floor_encode()
820
int lowroom =
predicted
;
in floor_encode()
822
if (
predicted
== posts[i]) {
in floor_encode()
831
if (posts[i] >
predicted
) {
in floor_encode()
832
if (posts[i] -
predicted
> room)
in floor_encode()
833
coded[i] = posts[i] -
predicted
+ lowroom;
in floor_encode()
835
coded[i] = (posts[i] -
predicted
) << 1;
in floor_encode()
837
if (
predicted
- posts[i] > room)
in floor_encode()
838
coded[i] =
predicted
in floor_encode()
[all...]
H
A
D
vorbisdec.c
1227
int book, adx, ady, dy, off,
predicted
, err;
in vorbis_floor1_decode()
local
1295
predicted
= floor1_Y_final[low_neigh_offs] - off;
in vorbis_floor1_decode()
1297
predicted
= floor1_Y_final[low_neigh_offs] + off;
in vorbis_floor1_decode()
1301
highroom = range-
predicted
;
in vorbis_floor1_decode()
1302
lowroom =
predicted
;
in vorbis_floor1_decode()
1314
floor1_Y_final[i] = av_clip_uint16(val - lowroom +
predicted
);
in vorbis_floor1_decode()
1316
floor1_Y_final[i] = av_clip_uint16(
predicted
- val + highroom - 1);
in vorbis_floor1_decode()
1320
floor1_Y_final[i] = av_clip_uint16(
predicted
- (val + 1) / 2);
in vorbis_floor1_decode()
1322
floor1_Y_final[i] = av_clip_uint16(
predicted
+ val / 2);
in vorbis_floor1_decode()
1327
floor1_Y_final[i] = av_clip_uint16(
predicted
);
in vorbis_floor1_decode()
[all...]
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
H
A
D
GlitchAnalyzer.h
32
* Use a cosine transform to measure the
predicted
magnitude and relative phase of the
33
* looped back sine wave. Then generate a
predicted
signal and compare with the actual signal.
226
double
predicted
= sinf(mInputPhase) * mMagnitude;
variable
227
double diff =
predicted
- sample;
235
mSumSquareSignal +=
predicted
*
predicted
;
271
double
predicted
= sinf(mInputPhase) * mMagnitude;
variable
272
double diff =
predicted
- sample;
/third_party/libbpf/include/uapi/linux/
H
A
D
perf_event.h
1404
*
predicted
: branch target was
predicted
1406
* support for mispred,
predicted
is optional. In case it
1407
* is not supported mispred =
predicted
= 0.
1419
predicted
:1,/* target
predicted
*/
member
Completed in 13 milliseconds