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:h_SL
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/mips/
H
A
D
aacsbr_mips.c
322
const int
h_SL
= 4 * !sbr->bs_smoothing_mode;
in sbr_hf_assemble_mips()
local
341
for (i = 0; i <
h_SL
; i++) {
in sbr_hf_assemble_mips()
345
} else if (
h_SL
) {
in sbr_hf_assemble_mips()
352
g_temp1 = g_temp[
h_SL
+ i];
in sbr_hf_assemble_mips()
354
q_temp1 = q_temp[
h_SL
+ i];
in sbr_hf_assemble_mips()
418
if (
h_SL
&& e != e_a[0] && e != e_a[1]) {
in sbr_hf_assemble_mips()
423
const int idx1 = i +
h_SL
;
in sbr_hf_assemble_mips()
427
for (j = 0; j <=
h_SL
; j++) {
in sbr_hf_assemble_mips()
433
g_filt = g_temp[i +
h_SL
];
in sbr_hf_assemble_mips()
/third_party/ffmpeg/libavcodec/
H
A
D
aacsbr.c
282
const int
h_SL
= 4 * !sbr->bs_smoothing_mode;
in sbr_hf_assemble()
local
297
for (i = 0; i <
h_SL
; i++) {
in sbr_hf_assemble()
301
} else if (
h_SL
) {
in sbr_hf_assemble()
314
memcpy(g_temp[
h_SL
+ i], sbr->gain[e], m_max * sizeof(sbr->gain[0][0]));
in sbr_hf_assemble()
315
memcpy(q_temp[
h_SL
+ i], sbr->q_m[e], m_max * sizeof(sbr->q_m[0][0]));
in sbr_hf_assemble()
325
if (
h_SL
&& e != e_a[0] && e != e_a[1]) {
in sbr_hf_assemble()
329
const int idx1 = i +
h_SL
;
in sbr_hf_assemble()
332
for (j = 0; j <=
h_SL
; j++) {
in sbr_hf_assemble()
338
g_filt = g_temp[i +
h_SL
];
in sbr_hf_assemble()
H
A
D
aacsbr_fixed.c
494
const int
h_SL
= 4 * !sbr->bs_smoothing_mode;
in sbr_hf_assemble()
local
509
for (i = 0; i <
h_SL
; i++) {
in sbr_hf_assemble()
513
} else if (
h_SL
) {
in sbr_hf_assemble()
526
memcpy(g_temp[
h_SL
+ i], sbr->gain[e], m_max * sizeof(sbr->gain[0][0]));
in sbr_hf_assemble()
527
memcpy(q_temp[
h_SL
+ i], sbr->q_m[e], m_max * sizeof(sbr->q_m[0][0]));
in sbr_hf_assemble()
537
if (
h_SL
&& e != e_a[0] && e != e_a[1]) {
in sbr_hf_assemble()
541
const int idx1 = i +
h_SL
;
in sbr_hf_assemble()
544
for (j = 0; j <=
h_SL
; j++) {
in sbr_hf_assemble()
554
g_filt = g_temp[i +
h_SL
];
in sbr_hf_assemble()
Completed in 3 milliseconds