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:subframes
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
fastaudio.c
113
int
subframes
;
in fastaudio_decode()
local
116
subframes
= pkt->size / (40 * avctx->ch_layout.nb_channels);
in fastaudio_decode()
117
frame->nb_samples =
subframes
* 256;
in fastaudio_decode()
123
for (int subframe = 0; subframe <
subframes
; subframe++) {
in fastaudio_decode()
H
A
D
opus_silk.c
50
int
subframes
;
member
373
/* produce an interpolation for the first 2
subframes
, */
in silk_decode_lpc()
376
if (s->
subframes
== 4) {
in silk_decode_lpc()
429
shellblocks = ff_silk_shell_blocks[s->bandwidth][s->
subframes
>> 2];
in silk_decode_excitation()
564
for (i = 0; i < s->
subframes
; i++) {
in silk_decode_frame()
625
if (s->
subframes
== 2)
in silk_decode_frame()
638
for (i = 0; i < s->
subframes
; i++)
in silk_decode_frame()
645
for (i = 0; i < s->
subframes
; i++) {
in silk_decode_frame()
676
for (i = 0; i < s->
subframes
; i++) {
in silk_decode_frame()
803
s->
subframes
in ff_silk_decode_superframe()
[all...]
H
A
D
opusenc.c
123
int
subframes
= OPUS_BLOCK_SIZE(s->packet.framesize) / subframesize;
in celt_frame_setup_input()
local
136
for (int sf = 0; sf <
subframes
; sf++) {
in celt_frame_setup_input()
137
if (sf != (
subframes
- 1))
in celt_frame_setup_input()
153
if (sf != (
subframes
- 1))
in celt_frame_setup_input()
162
const int
subframes
= OPUS_BLOCK_SIZE(s->packet.framesize) / subframesize;
in celt_apply_preemph_filter()
local
177
for (int sf = 0; sf <
subframes
; sf++) {
in celt_apply_preemph_filter()
186
if (sf != (
subframes
- 1))
in celt_apply_preemph_filter()
H
A
D
flacenc.c
98
FlacSubframe
subframes
[FLAC_MAX_CHANNELS];
member
464
FlacSubframe *sub = &frame->
subframes
[ch];
in init_frame()
480
* Copy channel-interleaved input samples into separate
subframes
.
494
frame->
subframes
[ch].samples[i] = samples0[j] >> shift; \
in copy_samples()
800
sub = &frame->
subframes
[ch];
in encode_residual_ch()
1049
FlacSubframe *sub = &s->frame.
subframes
[ch];
in remove_wasted_bits()
1128
left = frame->
subframes
[0].samples;
in channel_decorrelation()
1129
right = frame->
subframes
[1].samples;
in channel_decorrelation()
1137
int max_rice_param = (1 << frame->
subframes
[0].rc.coding_mode) - 2;
in channel_decorrelation()
1152
frame->
subframes
[
in channel_decorrelation()
[all...]
H
A
D
vorbisenc.c
1061
int
subframes
= frame_size / sf_size;
in move_audio()
local
1073
for (sf = 0; sf <
subframes
; sf++) {
in move_audio()
Completed in 8 milliseconds