OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:totalshift
(Results
1 - 2
of
2
) sorted by null
/external/aac/libAACenc/src/
quantize.cpp
132
INT
totalShift
= quantizershift-accuShift+1;
133
accu = fMultDiv2(FDKaacEnc_mTab_3_4[tabIndex],FDKaacEnc_quantTableE[
totalShift
&3]);
134
totalShift
= (16-4)-(3*(
totalShift
>>2));
135
FDK_ASSERT(
totalShift
>=0); /* MAX_QUANT_VIOLATION */
136
accu >>= fixMin(
totalShift
,DFRACT_BITS-1);
145
INT
totalShift
= quantizershift-accuShift+1;
146
accu = fMultDiv2(FDKaacEnc_mTab_3_4[tabIndex],FDKaacEnc_quantTableE[
totalShift
&3]);
147
totalShift
= (16-4)-(3*(
totalShift
>>2))
[
all
...]
/external/libvorbis/lib/
envelope.c
115
totalshift
+pos*ve->searchstep);*/
213
static ogg_int64_t
totalshift
=-1024;
287
(
totalshift
+ve->cursor)/44100.,
288
(
totalshift
+j)/44100.);
289
_analysis_output_always("pcmL",seq,v->pcm[0],v->pcm_current,0,0,
totalshift
);
290
_analysis_output_always("pcmR",seq,v->pcm[1],v->pcm_current,0,0,
totalshift
);
292
_analysis_output_always("markL",seq,v->pcm[0],j,0,0,
totalshift
);
293
_analysis_output_always("markR",seq,v->pcm[1],j,0,0,
totalshift
);
299
_analysis_output_always(buf,seq,marker,v->pcm_current,0,0,
totalshift
);
306
_analysis_output_always(buf,seq,marker,v->pcm_current,0,0,
totalshift
);
[
all
...]
Completed in 4503 milliseconds