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:SAMPLES_PER_BAND
(Results
1 - 4
of
4
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
mpc8.c
294
for(i = 0, off = 0; i < maxband; i++, off +=
SAMPLES_PER_BAND
){
in mpc8_decode_frame()
299
for(j = 0; j <
SAMPLES_PER_BAND
; j++)
in mpc8_decode_frame()
305
for(j = 0; j <
SAMPLES_PER_BAND
; j +=
SAMPLES_PER_BAND
/ 2){
in mpc8_decode_frame()
308
for(k = 0; k <
SAMPLES_PER_BAND
/ 2; k++)
in mpc8_decode_frame()
309
c->Q[ch][off + j + k] = t & (1 << (
SAMPLES_PER_BAND
/ 2 - k - 1))
in mpc8_decode_frame()
315
for(j = 0; j <
SAMPLES_PER_BAND
; j += 3){
in mpc8_decode_frame()
325
for(j = 0; j <
SAMPLES_PER_BAND
; j += 2){
in mpc8_decode_frame()
336
for(j = 0; j <
SAMPLES_PER_BAND
; j++){
in mpc8_decode_frame()
343
for(j = 0; j <
SAMPLES_PER_BAND
;
in mpc8_decode_frame()
[all...]
H
A
D
mpc.h
42
#define
SAMPLES_PER_BAND
36
macro
43
#define MPC_FRAME_SIZE (BANDS *
SAMPLES_PER_BAND
)
H
A
D
mpc.c
45
for(i = 0; i <
SAMPLES_PER_BAND
; i++) {
in mpc_synth()
66
for(i = 0; i <= maxband; i++, off +=
SAMPLES_PER_BAND
){
in ff_mpc_dequantize_and_synth()
83
for(j = 0; j <
SAMPLES_PER_BAND
; j++){
in ff_mpc_dequantize_and_synth()
H
A
D
mpc7.c
130
for(i = 0; i <
SAMPLES_PER_BAND
; i++){
in idx_to_quant()
136
for(i = 0; i <
SAMPLES_PER_BAND
/3; i++){
in idx_to_quant()
145
for(i = 0; i <
SAMPLES_PER_BAND
/2; i++){
in idx_to_quant()
153
for(i = 0; i <
SAMPLES_PER_BAND
; i++)
in idx_to_quant()
159
for(i = 0; i <
SAMPLES_PER_BAND
; i++)
in idx_to_quant()
271
for(i = 0; i < BANDS; i++, off +=
SAMPLES_PER_BAND
)
in mpc7_decode_frame()
Completed in 2 milliseconds