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:SCALE_OUT_BITS
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
sbcdsp.c
91
out[i] = t1[i] >> (SBC_COS_TABLE_FIXED_SCALE -
SCALE_OUT_BITS
);
in sbc_analyze_simd()
277
uint32_t x = 1 <<
SCALE_OUT_BITS
;
in sbc_calc_scalefactors()
283
scale_factor[ch][sb] = (31 -
SCALE_OUT_BITS
) - ff_clz(x);
in sbc_calc_scalefactors()
298
x = 1 <<
SCALE_OUT_BITS
;
in sbc_calc_scalefactors_j()
299
y = 1 <<
SCALE_OUT_BITS
;
in sbc_calc_scalefactors_j()
308
scale_factor[0][sb] = (31 -
SCALE_OUT_BITS
) - ff_clz(x);
in sbc_calc_scalefactors_j()
309
scale_factor[1][sb] = (31 -
SCALE_OUT_BITS
) - ff_clz(y);
in sbc_calc_scalefactors_j()
314
x = 1 <<
SCALE_OUT_BITS
;
in sbc_calc_scalefactors_j()
315
y = 1 <<
SCALE_OUT_BITS
;
in sbc_calc_scalefactors_j()
328
scale_factor[0][sb] = (31 -
SCALE_OUT_BITS
)
in sbc_calc_scalefactors_j()
[all...]
H
A
D
sbcdsp.h
40
#define
SCALE_OUT_BITS
15
macro
H
A
D
sbcenc.c
168
SCALE_OUT_BITS
+ 2));
in sbc_pack_frame()
171
SCALE_OUT_BITS
+ 1);
in sbc_pack_frame()
/third_party/ffmpeg/libavcodec/x86/
H
A
D
sbcdsp.asm
156
sub blkd, 15 ;
SCALE_OUT_BITS
161
sub blkd, 15 ;
SCALE_OUT_BITS
/third_party/ffmpeg/libavcodec/arm/
H
A
D
sbcdsp_neon.S
227
vmov.s32 q1, #0x8000 @ 1 <<
SCALE_OUT_BITS
229
vmov.s32 q15, #16 @ 31 -
SCALE_OUT_BITS
265
* constants: q13 = (31 -
SCALE_OUT_BITS
)
267
* input: q0 - ((1 <<
SCALE_OUT_BITS
) + 1)
390
vmov.s32 q13, #16 @ 31 -
SCALE_OUT_BITS
400
vmov.s32 q0, #0x8000 @ 1 <<
SCALE_OUT_BITS
431
vmov.s32 q0, #0x8000 @ 1 <<
SCALE_OUT_BITS
459
vmov.s32 q0, #0x8000 @ 1 <<
SCALE_OUT_BITS
Completed in 3 milliseconds