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:tempData
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
roqvideoenc.c
435
RoqTempData *const
tempData
= &enc->tmp_data;
in gather_data_for_subcel()
local
467
tempData
->codebooks.unpacked_cb4,
in gather_data_for_subcel()
468
tempData
->codebooks.numCB4,
in gather_data_for_subcel()
480
squared_diff_macroblock(
tempData
->codebooks.unpacked_cb2 + subcel->subCels[i]*2*2*3, mb2, 2);
in gather_data_for_subcel()
500
RoqTempData *const
tempData
= &enc->tmp_data;
in gather_data_for_cel()
local
529
index_mb(mb8,
tempData
->codebooks.unpacked_cb4_enlarged,
in gather_data_for_cel()
530
tempData
->codebooks.numCB4, &cel->cbEntry, 8);
in gather_data_for_cel()
556
tempData
->used_option[cel->best_coding]++;
in gather_data_for_cel()
557
tempData
->mainChunkSize += bitsUsed[cel->best_coding];
in gather_data_for_cel()
560
tempData
in gather_data_for_cel()
575
RoqTempData *const
tempData
= &enc->tmp_data;
remap_codebooks()
local
609
RoqTempData *const
tempData
= &enc->tmp_data;
write_codebooks()
local
666
RoqTempData *const
tempData
= &enc->tmp_data;
reconstruct_and_encode_image()
local
893
RoqTempData *const
tempData
= &enc->tmp_data;
roq_encode_video()
local
[all...]
/third_party/skia/include/core/
H
A
D
SkStringView.h
138
const_pointer
tempData
= fData;
in swap()
local
140
other.fData =
tempData
;
in swap()
/third_party/skia/third_party/externals/angle2/src/common/
H
A
D
FastVector.h
358
pointer
tempData
= other.mData;
in swap()
local
363
if (
tempData
== other.mFixedStorage.data())
in swap()
366
mData =
tempData
;
in swap()
Completed in 4 milliseconds