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:mv_ptr
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
indeo3.c
82
const int8_t *
mv_ptr
; ///< ptr to the motion vector if any
member
241
if(cell->
mv_ptr
){
in copy_cell()
242
mv_y = cell->
mv_ptr
[0];
in copy_cell()
243
mv_x = cell->
mv_ptr
[1];
in copy_cell()
346
if (cell->
mv_ptr
|| !skip_flag) \
456
} else if (mode == 10 && !cell->
mv_ptr
) {
in decode_cell_data()
489
} else if (mode == 10 && !cell->
mv_ptr
) {
in decode_cell_data()
510
} else if (mode == 10 && !cell->
mv_ptr
) {
in decode_cell_data()
522
if (mode >= 10 || (cell->
mv_ptr
|| !skip_flag)) {
in decode_cell_data()
525
} else if (mode == 10 && !cell->
mv_ptr
) {
in decode_cell_data()
[all...]
H
A
D
interplayvideo.c
71
GetByteContext stream_ptr,
mv_ptr
;
member
126
B = bytestream2_get_byte(&s->
mv_ptr
);
in ipvideo_decode_block_opcode_0x2()
152
B = bytestream2_get_byte(&s->
mv_ptr
);
in ipvideo_decode_block_opcode_0x3()
176
B = bytestream2_get_byte(&s->
mv_ptr
);
in ipvideo_decode_block_opcode_0x4()
1121
s->
mv_ptr
= s->stream_ptr;
in ipvideo_decode_format_11_opcodes()
1122
bytestream2_skip(&s->
mv_ptr
, bytestream2_get_le16(&s->stream_ptr));
in ipvideo_decode_format_11_opcodes()
/third_party/skia/third_party/externals/spirv-tools/source/opt/
H
A
D
instrument_pass.cpp
50
std::unique_ptr<Instruction>
mv_ptr
(inst);
in MovePreludeCode()
52
if (IsSameBlockOp(&*
mv_ptr
)) {
in MovePreludeCode()
53
auto* sb_inst_ptr =
mv_ptr
.get();
in MovePreludeCode()
54
same_block_pre_[
mv_ptr
->result_id()] = sb_inst_ptr;
in MovePreludeCode()
56
(*new_blk_ptr)->AddInstruction(std::move(
mv_ptr
));
in MovePreludeCode()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H
A
D
instrument_pass.cpp
50
std::unique_ptr<Instruction>
mv_ptr
(inst);
in MovePreludeCode()
52
if (IsSameBlockOp(&*
mv_ptr
)) {
in MovePreludeCode()
53
auto* sb_inst_ptr =
mv_ptr
.get();
in MovePreludeCode()
54
same_block_pre_[
mv_ptr
->result_id()] = sb_inst_ptr;
in MovePreludeCode()
56
(*new_blk_ptr)->AddInstruction(std::move(
mv_ptr
));
in MovePreludeCode()
/third_party/spirv-tools/source/opt/
H
A
D
instrument_pass.cpp
42
std::unique_ptr<Instruction>
mv_ptr
(inst);
in MovePreludeCode()
44
if (IsSameBlockOp(&*
mv_ptr
)) {
in MovePreludeCode()
45
auto* sb_inst_ptr =
mv_ptr
.get();
in MovePreludeCode()
46
same_block_pre_[
mv_ptr
->result_id()] = sb_inst_ptr;
in MovePreludeCode()
48
(*new_blk_ptr)->AddInstruction(std::move(
mv_ptr
));
in MovePreludeCode()
Completed in 9 milliseconds