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:end_band
(Results
1 - 5
of
5
) sorted by relevance
/third_party/ffmpeg/libavcodec/
H
A
D
opus_celt.c
55
if (i < f->start_band || i >= f->
end_band
) {
in celt_decode_coarse_energy()
81
for (i = f->start_band; i < f->
end_band
; i++) {
in celt_decode_fine_energy()
103
for (i = f->start_band; i < f->
end_band
&& bits_left >= f->channels; i++) {
in celt_decode_final_energy()
127
for (i = f->start_band; i < f->
end_band
; i++) {
in celt_decode_tf_changes()
141
for (i = f->start_band; i < f->
end_band
; i++) {
in celt_decode_tf_changes()
150
for (i = f->start_band; i < f->
end_band
; i++) {
in celt_denormalize()
272
for (i = f->start_band; i < f->
end_band
; i++) {
in process_anticollapse()
322
int start_band, int
end_band
)
in ff_celt_decode_frame()
333
if (start_band < 0 || start_band >
end_band
||
end_band
> CELT_MAX_BAND
in ff_celt_decode_frame()
320
ff_celt_decode_frame(CeltFrame *f, OpusRangeCoder *rc, float **output, int channels, int frame_size, int start_band, int
end_band
)
ff_celt_decode_frame()
argument
[all...]
H
A
D
opus.c
482
for (i = f->start_band; i < f->
end_band
; i++) {
in ff_celt_quant_bands()
610
for (i = f->start_band; i < f->
end_band
; i++) {
in ff_celt_bitalloc()
661
intensitystereo_bit = ff_celt_log2_frac[f->
end_band
- f->start_band];
in ff_celt_bitalloc()
674
for (i = f->start_band; i < f->
end_band
; i++) {
in ff_celt_bitalloc()
676
int band = ff_celt_freq_range[i] * (f->
end_band
- i - 1);
in ff_celt_bitalloc()
698
for (i = f->
end_band
- 1; i >= f->start_band; i--) {
in ff_celt_bitalloc()
721
for (i = f->start_band; i < f->
end_band
; i++) {
in ff_celt_bitalloc()
747
for (j = f->
end_band
- 1; j >= f->start_band; j--) {
in ff_celt_bitalloc()
764
for (i = f->
end_band
- 1; i >= f->start_band; i--) {
in ff_celt_bitalloc()
779
for (f->coded_bands = f->
end_band
; ;
in ff_celt_bitalloc()
[all...]
H
A
D
opusenc_psy.c
261
f->
end_band
= ff_celt_band_end[s->p.bandwidth];
in ff_opus_psy_celt_frame_init()
302
f->skip_band_floor = f->
end_band
;
in ff_opus_psy_celt_frame_init()
303
f->intensity_stereo = f->
end_band
;
in ff_opus_psy_celt_frame_init()
403
float
end_band
= 0;
in celt_search_for_intensity()
local
408
for (i = f->
end_band
; i >=
end_band
; i--) {
in celt_search_for_intensity()
H
A
D
opusenc.c
265
for (int i = f->start_band; i < f->
end_band
; i++) {
in celt_enc_tf()
281
for (int i = f->start_band; i < f->
end_band
; i++)
in celt_enc_tf()
342
for (int i = f->start_band; i < f->
end_band
; i++) {
in exp_quant_coarse()
387
for (int i = f->start_band; i < f->
end_band
; i++) {
in celt_quant_fine()
405
for (int i = f->start_band; i < f->
end_band
&& (f->framebits - opus_rc_tell(rc)) >= f->channels; i++) {
in celt_quant_final()
H
A
D
opus_celt.h
107
int
end_band
;
member
Completed in 7 milliseconds