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:cur_subframe
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
wmaprodec.c
150
uint8_t
cur_subframe
; ///< current subframe number
member
1050
if (!s->channel[c].
cur_subframe
|| get_bits1(&s->gb)) {
in decode_scale_factors()
1220
s->channel[i].subframe_len[s->channel[i].
cur_subframe
];
in decode_subframe()
1230
const int
cur_subframe
= s->channel[i].
cur_subframe
;
in decode_subframe()
local
1236
subframe_len == s->channel[i].subframe_len[
cur_subframe
]) {
in decode_subframe()
1237
total_samples -= s->channel[i].subframe_len[
cur_subframe
];
in decode_subframe()
1239
s->channel[i].subframe_len[
cur_subframe
];
in decode_subframe()
1424
if (s->channel[c].
cur_subframe
>= s->channel[c].num_subframes) {
in decode_subframe()
1428
++s->channel[c].
cur_subframe
;
in decode_subframe()
[all...]
H
A
D
wmalosslessdec.c
63
uint8_t
cur_subframe
; ///< current subframe number
member
856
s->channel[i].subframe_len[s->channel[i].
cur_subframe
];
in decode_subframe()
863
const int
cur_subframe
= s->channel[i].
cur_subframe
;
in decode_subframe()
local
869
subframe_len == s->channel[i].subframe_len[
cur_subframe
]) {
in decode_subframe()
870
total_samples -= s->channel[i].subframe_len[
cur_subframe
];
in decode_subframe()
872
s->channel[i].subframe_len[
cur_subframe
];
in decode_subframe()
997
int subframe_len = s->channel[c].subframe_len[s->channel[c].
cur_subframe
];
in decode_subframe()
1011
if (s->channel[c].
cur_subframe
>= s->channel[c].num_subframes) {
in decode_subframe()
1015
++s->channel[c].
cur_subframe
;
in decode_subframe()
[all...]
H
A
D
amrwbdec.c
1194
const AMRWBSubFrame *
cur_subframe
= &cf->subframe[sub];
in amrwb_decode_frame()
local
1198
decode_pitch_vector(ctx,
cur_subframe
, sub);
in amrwb_decode_frame()
1200
decode_fixed_vector(ctx->fixed_vector,
cur_subframe
->pul_ih,
in amrwb_decode_frame()
1201
cur_subframe
->pul_il, ctx->fr_cur_mode);
in amrwb_decode_frame()
1205
decode_gains(
cur_subframe
->vq_gain, ctx->fr_cur_mode,
in amrwb_decode_frame()
1259
cur_subframe
->hb_gain, cf->vad);
in amrwb_decode_frame()
Completed in 10 milliseconds