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:temp_block
(Results
1 - 2
of
2
) sorted by relevance
/third_party/ffmpeg/libavcodec/x86/
H
A
D
mpegvideoenc_template.c
100
LOCAL_ALIGNED_16(int16_t,
temp_block
, [64]);
in dct_quantize()
102
av_assert2((7&(uintptr_t)(&
temp_block
[0])) == 0); //did gcc align it correctly?
in dct_quantize()
133
//
temp_block
[0] = (block[0] + (q >> 1)) / q;
in dct_quantize()
173
"r" (inv_zigzag_direct16 + 64), "r" (
temp_block
+ 64)
in dct_quantize()
207
"r" (inv_zigzag_direct16 + 64), "r" (
temp_block
+ 64)
in dct_quantize()
226
else block[0]=
temp_block
[0];
in dct_quantize()
230
block[0x08] =
temp_block
[0x01]; block[0x10] =
temp_block
[0x08];
in dct_quantize()
231
block[0x20] =
temp_block
[0x10];
in dct_quantize()
233
block[0x18] =
temp_block
[
in dct_quantize()
[all...]
/third_party/mesa3d/src/util/format/
H
A
D
u_format_bptc.c
60
uint8_t *
temp_block
;
in util_format_bptc_rgba_unorm_unpack_rgba_float()
local
61
temp_block
= malloc(width * height * 4 * sizeof(uint8_t));
in util_format_bptc_rgba_unorm_unpack_rgba_float()
64
temp_block
, width * 4 * sizeof(uint8_t));
in util_format_bptc_rgba_unorm_unpack_rgba_float()
70
temp_block
+ 4 * width * y,
in util_format_bptc_rgba_unorm_unpack_rgba_float()
73
free((void *)
temp_block
);
in util_format_bptc_rgba_unorm_unpack_rgba_float()
81
uint8_t *
temp_block
;
in util_format_bptc_rgba_unorm_pack_rgba_float()
local
82
temp_block
= malloc(width * height * 4 * sizeof(uint8_t));
in util_format_bptc_rgba_unorm_pack_rgba_float()
88
temp_block
+ 4 * width * y,
in util_format_bptc_rgba_unorm_pack_rgba_float()
93
temp_block
, width * 4 * sizeof(uint8_t),
in util_format_bptc_rgba_unorm_pack_rgba_float()
95
free((void *)
temp_block
);
in util_format_bptc_rgba_unorm_pack_rgba_float()
102
uint8_t
temp_block
[4];
util_format_bptc_rgba_unorm_fetch_rgba()
local
138
uint8_t *
temp_block
;
util_format_bptc_srgba_unpack_rgba_float()
local
171
uint8_t
temp_block
[4];
util_format_bptc_srgba_fetch_rgba()
local
183
float *
temp_block
;
util_format_bptc_rgb_float_unpack_rgba_8unorm()
local
246
float *
temp_block
;
util_format_bptc_rgb_ufloat_unpack_rgba_8unorm()
local
[all...]
Completed in 2 milliseconds