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:prev_index
(Results
1 - 6
of
6
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mimic.c
54
int
prev_index
;
member
135
ctx->
prev_index
= 0;
in mimic_decode_init()
165
dst->
prev_index
= src->next_prev_index;
in mimic_decode_update_thread_context()
271
const uint8_t *src = ctx->frames[ctx->
prev_index
].f->data[plane];
in decode()
301
ctx->frames[ctx->
prev_index
].f->data[plane];
in decode()
309
ff_thread_await_progress(&ctx->frames[ctx->
prev_index
],
in decode()
394
if (is_pframe && !ctx->frames[ctx->
prev_index
].f->data[0]) {
in mimic_decode_frame()
434
ctx->
prev_index
= ctx->next_prev_index;
in mimic_decode_frame()
/third_party/ffmpeg/libavfilter/
H
A
D
vf_siti.c
221
int
prev_index
;
in calculate_motion()
local
235
prev_index
= j * s->width + i; \
in calculate_motion()
238
motion = curr_data - vdst[
prev_index
]; \
in calculate_motion()
239
vdst[
prev_index
] = curr_data; \
in calculate_motion()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_test_dma_perf.c
383
unsigned
prev_index
= num_methods - 1;
in si_test_dma_perf()
local
384
struct si_result *prev = methods[
prev_index
];
in si_test_dma_perf()
404
method_max_size[
prev_index
] = size;
in si_test_dma_perf()
/third_party/node/deps/v8/src/runtime/
H
A
D
runtime-strings.cc
446
int
prev_index
= -1; // Start at -1 to avoid special-casing the first match.
in RUNTIME_FUNCTION()
local
448
const int slice_start =
prev_index
+ 1;
in RUNTIME_FUNCTION()
454
prev_index
= index;
in RUNTIME_FUNCTION()
457
if (
prev_index
< string_length - 1) {
in RUNTIME_FUNCTION()
458
builder.AddSubjectSlice(
prev_index
+ 1, string_length);
in RUNTIME_FUNCTION()
/third_party/mesa3d/src/gallium/drivers/iris/
H
A
D
iris_batch.c
925
unsigned
prev_index
= index_for_handle[bo->gem_handle];
in submit_batch()
local
926
if (
prev_index
> 0) {
in submit_batch()
928
validation_list[
prev_index
].flags |= EXEC_OBJECT_WRITE;
in submit_batch()
/third_party/backends/frontend/
H
A
D
scanimage.c
811
int index = -1,
prev_index
= 0;
in parse_vector()
local
864
slope = ((double) value - v) / (index -
prev_index
);
in parse_vector()
866
for (i =
prev_index
+ 1; i < index; ++i)
in parse_vector()
873
prev_index
= index;
in parse_vector()
Completed in 9 milliseconds