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:index8
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
h264dec.h
658
const int
index8
= scan8[n];
in pred_intra_mode()
local
659
const int left = sl->intra4x4_pred_mode_cache[
index8
- 1];
in pred_intra_mode()
660
const int top = sl->intra4x4_pred_mode_cache[
index8
- 8];
in pred_intra_mode()
H
A
D
h264_mvpred.h
100
const int
index8
= scan8[n];
in pred_motion()
local
101
const int top_ref = sl->ref_cache[list][
index8
- 8];
in pred_motion()
102
const int left_ref = sl->ref_cache[list][
index8
- 1];
in pred_motion()
103
const int16_t *const A = sl->mv_cache[list][
index8
- 1];
in pred_motion()
104
const int16_t *const B = sl->mv_cache[list][
index8
- 8];
in pred_motion()
118
diagonal_ref = fetch_diagonal_mv(h, sl, &C,
index8
, list, part_width);
in pred_motion()
H
A
D
svq3.c
381
const int
index8
= scan8[n];
in svq3_pred_motion()
local
382
const int top_ref = s->ref_cache[list][
index8
- 8];
in svq3_pred_motion()
383
const int left_ref = s->ref_cache[list][
index8
- 1];
in svq3_pred_motion()
384
const int16_t *const A = s->mv_cache[list][
index8
- 1];
in svq3_pred_motion()
385
const int16_t *const B = s->mv_cache[list][
index8
- 8];
in svq3_pred_motion()
397
diagonal_ref = svq3_fetch_diagonal_mv(s, &C,
index8
, list, part_width);
in svq3_pred_motion()
H
A
D
h264_cavlc.c
287
const int
index8
= scan8[n];
in pred_non_zero_count()
local
288
const int left = sl->non_zero_count_cache[
index8
- 1];
in pred_non_zero_count()
289
const int top = sl->non_zero_count_cache[
index8
- 8];
in pred_non_zero_count()
/third_party/skia/experimental/sktext/src/
H
A
D
Text.cpp
262
TextIndex
index8
= 0;
302
logicalRun.convertUtf16Range([&](unsigned long
index8
) {
303
return UTF16FromUTF8[
index8
];
Completed in 9 milliseconds