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:signbias
(Results
1 - 9
of
9
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vp9mvs.c
204
s->s.h.
signbias
[mv->ref[0]] != s->s.h.
signbias
[ref]);
in find_ref_mvs()
209
RETURN_SCALE_MV(mv->mv[1], s->s.h.
signbias
[mv->ref[1]] != s->s.h.
signbias
[ref]);
in find_ref_mvs()
220
RETURN_SCALE_MV(mv->mv[0], s->s.h.
signbias
[mv->ref[0]] != s->s.h.
signbias
[ref]);
in find_ref_mvs()
225
RETURN_SCALE_MV(mv->mv[1], s->s.h.
signbias
[mv->ref[1]] != s->s.h.
signbias
[ref]);
in find_ref_mvs()
H
A
D
vaapi_vp9.c
72
.last_ref_frame_sign_bias = h->h.
signbias
[0],
in vaapi_vp9_start_frame()
74
.golden_ref_frame_sign_bias = h->h.
signbias
[1],
in vaapi_vp9_start_frame()
76
.alt_ref_frame_sign_bias = h->h.
signbias
[2],
in vaapi_vp9_start_frame()
H
A
D
vp9shared.h
112
uint8_t
signbias
[3];
member
H
A
D
vp9.c
581
s->s.h.
signbias
[0] = get_bits1(&s->gb) && !s->s.h.errorres;
in decode_frame_header()
583
s->s.h.
signbias
[1] = get_bits1(&s->gb) && !s->s.h.errorres;
in decode_frame_header()
585
s->s.h.
signbias
[2] = get_bits1(&s->gb) && !s->s.h.errorres;
in decode_frame_header()
615
s->s.h.allowcompinter = s->s.h.
signbias
[0] != s->s.h.
signbias
[1] ||
in decode_frame_header()
616
s->s.h.
signbias
[0] != s->s.h.
signbias
[2];
in decode_frame_header()
618
if (s->s.h.
signbias
[0] == s->s.h.
signbias
[1]) {
in decode_frame_header()
622
} else if (s->s.h.
signbias
[
in decode_frame_header()
[all...]
H
A
D
nvdec_vp9.c
119
ppc->refFrameSignBias[i + 1] = h->h.
signbias
[i];
in nvdec_vp9_start_frame()
H
A
D
vdpau_vp9.c
117
info->refFrameSignBias[i + 1] = h->h.
signbias
[i];
in vdpau_vp9_start_frame()
H
A
D
dxva2_vp9.c
97
pp->ref_frame_sign_bias[i + 1] = h->h.
signbias
[i];
in fill_picture_parameters()
H
A
D
vp9block.c
376
int fix_idx = s->s.h.
signbias
[s->s.h.fixcompref], var_idx = !fix_idx, c, bit;
in decode_mode()
676
vref = b->ref[b->comp ? s->s.h.
signbias
[s->s.h.varcompref[0]] : 0];
in decode_mode()
/third_party/ffmpeg/tests/fate/
H
A
D
vpx.mak
80
fate-vp8-sign-bias: CMD = framemd5 -i $(TARGET_SAMPLES)/vp8/sintel-
signbias
.ivf
Completed in 8 milliseconds