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:mode_gr
(Results
1 - 13
of
13
) sorted by relevance
/third_party/lame/libmp3lame/
H
A
D
encoder.c
80
if (cfg->
mode_gr
== 2) {
in adjust_ATH()
173
for (gr = 0; gr < cfg->
mode_gr
; ++gr) {
in updateStats()
199
int const framesize = 576 * cfg->
mode_gr
;
in lame_encode_frame_init()
205
for (i = 0, j = 0; i < 286 + 576 * (1 + cfg->
mode_gr
); ++i) {
in lame_encode_frame_init()
219
for (gr = 0; gr < cfg->
mode_gr
; gr++) {
in lame_encode_frame_init()
369
for (gr = 0; gr < cfg->
mode_gr
; gr++) {
in lame_encode_mp3_frame()
433
for (gr = 0; gr < cfg->
mode_gr
; gr++) {
in lame_encode_mp3_frame()
444
gr_info const *const gi1 = &gfc->l3_side.tt[cfg->
mode_gr
- 1][0];
in lame_encode_mp3_frame()
466
for (gr = 0; gr < cfg->
mode_gr
; gr++) {
in lame_encode_mp3_frame()
503
for (gr = 0; gr < cfg->
mode_gr
; g
in lame_encode_mp3_frame()
[all...]
H
A
D
reservoir.c
95
meanBits = (frameLength - cfg->sideinfo_len * 8) / cfg->
mode_gr
;
in ResvFrameBegin()
138
resvLimit = (8 * 256) * cfg->
mode_gr
- 8;
in ResvFrameBegin()
149
fullFrameBits = meanBits * cfg->
mode_gr
+ Min(esv->ResvSize, esv->ResvMax);
in ResvFrameBegin()
247
esv->ResvSize += mean_bits * cfg->
mode_gr
;
in ResvFrameEnd()
H
A
D
quantize.c
282
cod_info->sfb_lmax = cfg->
mode_gr
* 2 + 4;
in init_outer_loop()
1405
avg = ResvFrameBegin(gfc, &avg) / cfg->
mode_gr
;
in VBR_old_prepare()
1409
for (gr = 0; gr < cfg->
mode_gr
; gr++) {
in VBR_old_prepare()
1438
for (gr = 0; gr < cfg->
mode_gr
; gr++) {
in VBR_old_prepare()
1459
for (gr = 0; gr < cfg->
mode_gr
; gr++) {
in bitpressure_strategy()
1519
for (gr = 0; gr < cfg->
mode_gr
; gr++) {
in VBR_old_iteration_loop()
1572
for (gr = 0; gr < cfg->
mode_gr
; gr++) {
in VBR_old_iteration_loop()
1611
for (gr = 0; gr < cfg->
mode_gr
; gr++) {
in VBR_new_prepare()
1628
for (gr = 0; gr < cfg->
mode_gr
; gr++) {
in VBR_new_prepare()
1670
for (gr = 0; gr < cfg->
mode_gr
; g
in VBR_new_iteration_loop()
[all...]
H
A
D
takehiro.c
899
if (gi->block_type == SHORT_TYPE && cfg->
mode_gr
== 1)
in best_huffman_divide()
1064
if (!gi->preflag && gi->block_type != SHORT_TYPE && cfg->
mode_gr
== 2) {
in best_scalefac_store()
1080
if (cfg->
mode_gr
== 2 && gr == 1
in best_scalefac_store()
1321
if (gfc->cfg.
mode_gr
== 2) {
in scale_bitcount()
H
A
D
lame.c
809
cfg->
mode_gr
= cfg->samplerate_out <= 24000 ? 1 : 2; /* Number of granules per frame */
in lame_init_params()
963
if (cfg->
mode_gr
== 2) /* MPEG 1 */
in lame_init_params()
975
gfc->sv_enc.pefirbuf[k] = 700 * cfg->
mode_gr
* cfg->channels_out;
in lame_init_params()
1664
int pcm_samples_per_frame = 576 * cfg->
mode_gr
;
in calcNeeded()
1675
/*mf_needed = Max(mf_needed, 286 + 576 * (1 + gfc->
mode_gr
)); */
in calcNeeded()
1710
int pcm_samples_per_frame = 576 * cfg->
mode_gr
;
in lame_encode_buffer_sample_t()
2147
pcm_samples_per_frame = 576 * cfg->
mode_gr
;
in lame_encode_flush()
H
A
D
util.h
393
int
mode_gr
; /* granules per frame */
member
H
A
D
set_get.c
2016
return 576 * cfg->
mode_gr
;
in lame_get_framesize()
2134
unsigned long const pcm_samples_per_frame = 576ul * cfg->
mode_gr
;
in lame_get_totalframes()
2309
int const pcm_samples_per_frame = 576 * cfg->
mode_gr
;
in calc_maximum_input_samples_for_buffer_size()
H
A
D
newmdct.c
955
for (gr = 0; gr < cfg->
mode_gr
; gr++) {
in mdct_sub48()
1035
if (cfg->
mode_gr
== 1) {
in mdct_sub48()
H
A
D
util.c
679
int framesize = 576 * cfg->
mode_gr
;
in fill_buffer()
H
A
D
vbrquantize.c
861
max_rangep = cfg->
mode_gr
== 2 ? max_range_long : max_range_long_lsf_pretab;
in long_block_constrain()
1262
int const ngr = cfg->
mode_gr
;
in VBR_encode_frame()
H
A
D
quantize_pvt.c
1054
for (gr = 0; gr < cfg->
mode_gr
; gr++) {
in set_frame_pinfo()
H
A
D
psymodel.c
2083
#define frame_duration (576. * cfg->
mode_gr
/ sfreq)
in psymodel_init()
/third_party/lame/frontend/
H
A
D
gtkanal.c
268
int
mode_gr
= 2;
in plot_frame()
local
366
for (gr = 0; gr <
mode_gr
; gr++)
in plot_frame()
414
for (gr = 0; gr <
mode_gr
; gr++) {
in plot_frame()
532
for (gr = 0; gr <
mode_gr
; gr++) {
in plot_frame()
668
for (gr = 0; gr <
mode_gr
; gr++) {
in plot_frame()
702
for (gr = 0; gr <
mode_gr
; gr++) {
in plot_frame()
781
for (gr = 0; gr <
mode_gr
; gr++) {
in plot_frame()
Completed in 24 milliseconds