OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:emeans
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/opus/src/celt/
quant_bands.h
39
extern const signed char
eMeans
[25];
41
extern const opus_val16
eMeans
[25];
quant_bands.c
44
const signed char
eMeans
[25] = {
53
const opus_val16
eMeans
[25] = {
552
- SHL16((opus_val16)
eMeans
[i],6);
bands.c
216
lg = ADD16(bandLogE[i+c*m->nbEBands], SHL16((opus_val16)
eMeans
[i],6));
[
all
...]
celt_encoder.c
908
/* Noise floor must take into account
eMeans
, the depth, the width of the bands
911
+QCONST16(.5f,DB_SHIFT)+SHL16(9-lsb_depth,DB_SHIFT)-SHL16(
eMeans
[i],6)
[
all
...]
/external/libopus/celt/
quant_bands.h
39
extern const signed char
eMeans
[25];
41
extern const opus_val16
eMeans
[25];
quant_bands.c
44
const signed char
eMeans
[25] = {
53
const opus_val16
eMeans
[25] = {
552
- SHL16((opus_val16)
eMeans
[i],6);
bands.c
216
lg = ADD16(bandLogE[i+c*m->nbEBands], SHL16((opus_val16)
eMeans
[i],6));
[
all
...]
celt_encoder.c
908
/* Noise floor must take into account
eMeans
, the depth, the width of the bands
911
+QCONST16(.5f,DB_SHIFT)+SHL16(9-lsb_depth,DB_SHIFT)-SHL16(
eMeans
[i],6)
[
all
...]
Completed in 3462 milliseconds