Searched defs:sf (Results 1 - 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dcor_h_x.cpp125 sf = scaling factor of type Word16 ; 2 when mode is MR122, 1 for all
171 Word16 sf // (i): scaling factor: 2 for 12.2, 1 for others
174 cor_h_x2(h, x, dn, sf, NB_TRACK, STEP);
182 Word16 sf, // (i): scaling factor: 2 for 12.2, 1 for others
213 j = sub (norm_l (tot), sf);
248 Word16 sf, /* (i): scaling factor: 2 for 12.2, 1 for others */
306 j = norm_l(tot) - sf;
244 cor_h_x( Word16 h[], Word16 x[], Word16 dn[], Word16 sf, Flag *pOverflow ) argument
H A Dcor_h_x2.cpp114 sf = scaling factor of type Word16 ; 2 when mode is MR122, 1 for all
166 Word16 sf, // (i): scaling factor: 2 for 12.2, 1 for others
197 j = sub (norm_l (tot), sf);
232 Word16 sf, /* (i): scaling factor: 2 for 12.2, 1 for others */
274 j = sub(norm_l(tot), sf, pOverflow);
228 cor_h_x2( Word16 h[], Word16 x[], Word16 dn[], Word16 sf, Word16 nb_track, Word16 step, Flag *pOverflow ) argument
/frameworks/av/media/libaudioprocessing/tests/
H A Dtest-mixer.cpp67 SNDFILE *sf = sf_open(filename, SFM_WRITE, &info); local
68 if (sf == NULL) {
73 (void) sf_writef_float(sf, (float*)buffer, frames);
75 (void) sf_writef_short(sf, (short*)buffer, frames);
77 sf_close(sf);
H A Dtest_utils.h275 SNDFILE *sf = sf_open(file_in, SFM_READ, &info); local
276 if (sf == NULL) {
282 (void) sf_readf_float(sf, (float *) mAddr, mNumFrames);
284 (void) sf_readf_short(sf, (short *) mAddr, mNumFrames);
286 sf_close(sf);
H A Dtest-resampler.cpp213 SNDFILE *sf = sf_open(file_in, SFM_READ, &info); local
214 if (sf == NULL) {
220 (void) sf_readf_short(sf, (short *) input_vaddr, info.frames);
221 sf_close(sf);
506 SNDFILE *sf = sf_open(file_out, SFM_WRITE, &info); local
507 if (sf == NULL) {
511 (void) sf_writef_short(sf, convert, output_frames);
512 sf_close(sf);
/frameworks/compile/libbcc/lib/
H A DCompiler.cpp381 const char *sf[] = { local
393 const char **special_functions = sf;
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 2152 milliseconds