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:av_sqrt_sf
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
aacsbr_fixed.c
416
sbr->q_m[e][m] =
av_sqrt_sf
(av_mul_sf(temp, sbr->q_mapped[e][m]));
in sbr_gain_calc()
417
sbr->s_m[e][m] =
av_sqrt_sf
(av_mul_sf(temp, av_int2sf(ch_data->s_indexmapped[e + 1][m], 0)));
in sbr_gain_calc()
420
sbr->gain[e][m] =
av_sqrt_sf
(av_div_sf(sbr->e_origmapped[e][m],
in sbr_gain_calc()
424
sbr->gain[e][m] =
av_sqrt_sf
(av_div_sf(sbr->e_origmapped[e][m],
in sbr_gain_calc()
428
sbr->gain[e][m] =
av_sqrt_sf
(
in sbr_gain_calc()
442
av_sqrt_sf
(
in sbr_gain_calc()
471
gain_boost =
av_sqrt_sf
(
in sbr_gain_calc()
H
A
D
aacps_fixed_tablegen.h
297
pd_mag = av_div_sf(FLOAT_1,
av_sqrt_sf
(pd_mag));
in ps_tableinit()
/third_party/ffmpeg/libavutil/
H
A
D
softfloat.h
207
static av_always_inline SoftFloat
av_sqrt_sf
(SoftFloat val)
in av_sqrt_sf()
function
Completed in 3 milliseconds