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:refa
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
vp9block.c
391
int refl = td->left_ref_ctx[row7],
refa
= s->above_ref_ctx[col];
in decode_mode()
local
393
if (refl ==
refa
&&
refa
== s->s.h.varcompref[1]) {
in decode_mode()
396
if ((
refa
== s->s.h.fixcompref && refl == s->s.h.varcompref[0]) ||
in decode_mode()
397
(refl == s->s.h.fixcompref &&
refa
== s->s.h.varcompref[0])) {
in decode_mode()
400
c = (
refa
== refl) ? 3 : 1;
in decode_mode()
403
if (
refa
== s->s.h.varcompref[1] && refl != s->s.h.varcompref[1]) {
in decode_mode()
407
refa
!= s->s.h.varcompref[1]) ? 2 : 4;
in decode_mode()
410
if (refl == s->s.h.varcompref[1] &&
refa
!= s->s.h.varcompref[1]) {
in decode_mode()
413
c = (
refa
in decode_mode()
[all...]
H
A
D
h264_cabac.c
1479
int
refa
= sl->ref_cache[list][scan8[n] - 1];
in decode_cabac_mb_ref()
local
1485
if(
refa
> 0 && !(sl->direct_cache[scan8[n] - 1]&(MB_TYPE_DIRECT2>>1)) )
in decode_cabac_mb_ref()
1490
if(
refa
> 0 )
in decode_cabac_mb_ref()
Completed in 5 milliseconds