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:coefs1
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/libjpeg-turbo/simd/arm/
H
A
D
jcphuff-neon.c
52
int16x8_t
coefs1
= vld1q_dup_s16(block + jpeg_natural_order_start[0]);
in jsimd_encode_mcu_AC_first_prepare_neon()
local
53
coefs1
= vld1q_lane_s16(block + jpeg_natural_order_start[1],
coefs1
, 1);
in jsimd_encode_mcu_AC_first_prepare_neon()
54
coefs1
= vld1q_lane_s16(block + jpeg_natural_order_start[2],
coefs1
, 2);
in jsimd_encode_mcu_AC_first_prepare_neon()
55
coefs1
= vld1q_lane_s16(block + jpeg_natural_order_start[3],
coefs1
, 3);
in jsimd_encode_mcu_AC_first_prepare_neon()
56
coefs1
= vld1q_lane_s16(block + jpeg_natural_order_start[4],
coefs1
, 4);
in jsimd_encode_mcu_AC_first_prepare_neon()
57
coefs1
in jsimd_encode_mcu_AC_first_prepare_neon()
96
int16x8_t
coefs1
= vld1q_dup_s16(block + jpeg_natural_order_start[0]);
jsimd_encode_mcu_AC_first_prepare_neon()
local
277
int16x8_t
coefs1
= vld1q_dup_s16(block + jpeg_natural_order_start[0]);
jsimd_encode_mcu_AC_refine_prepare_neon()
local
328
int16x8_t
coefs1
= vld1q_dup_s16(block + jpeg_natural_order_start[0]);
jsimd_encode_mcu_AC_refine_prepare_neon()
local
[all...]
/third_party/ffmpeg/libavcodec/
H
A
D
wmaenc.c
241
WMACoef *
coefs1
;
in encode_block()
local
245
coefs1
= s->
coefs1
[ch];
in encode_block()
260
coefs1
[i] = lrint(t);
in encode_block()
319
ptr = &s->
coefs1
[ch][0];
in encode_block()
H
A
D
wmadec.c
609
WMACoef *ptr = &s->
coefs1
[ch][0];
in wma_decode_block()
638
WMACoef *
coefs1
;
in wma_decode_block()
local
643
coefs1
= s->
coefs1
[ch];
in wma_decode_block()
708
*coefs++ = ((*
coefs1
++) + noise) *
in wma_decode_block()
728
*coefs++ =
coefs1
[i] * exponents[i << bsize >> esize] * mult;
in wma_decode_block()
H
A
D
wma.h
116
WMACoef
coefs1
[MAX_CHANNELS][BLOCK_MAX_SIZE];
member
Completed in 5 milliseconds