Searched defs:flag3 (Results 1 - 3 of 3) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
H A Dinter_36.cpp107 flag3 = if set, upsampling rate = 3 (6 otherwise) of type Word16
147 if (flag3 != 0)
197 Word16 flag3, /* i : if set, upsampling rate = 3 (6 otherwise) */
212 if (flag3 != 0)
194 Interpol_3or6( Word16 *pX, Word16 frac, Word16 flag3, Flag *pOverflow ) argument
H A Dpitch_fr.cpp129 Word16 flag3; /* enable 1/3 instead of 1/6 fract. resolution */ member in struct:__anon383
452 flag3 = subsample resolution (3: =1 / 6: =0) of type Word16
499 Word16 flag3 // i : subsample resolution
510 max = Interpol_3or6 (&corr[*lag], *frac, flag3); // function result
513 corr_int = Interpol_3or6 (&corr[*lag], i, flag3);
520 if (flag3 == 0) {
571 Word16 flag3, /* i : subsample resolution
583 max = Interpol_3or6(&corr[*lag], *frac, flag3, pOverflow);
588 corr_int = Interpol_3or6(&corr[*lag], i, flag3, pOverflow);
596 if (flag3
565 searchFrac( Word16 *lag, Word16 *frac, Word16 last_frac, Word16 corr[], Word16 flag3, Flag *pOverflow ) argument
1392 Word16 flag3; local
[all...]
/frameworks/av/media/libstagefright/codecs/amrnb/common/src/
H A Dpred_lt.cpp142 flag3 = flag to indicate the upsampling rate; if set, upsampling
189 Word16 flag3 // input : if set, upsampling rate = 3 (6 otherwise)
200 if (flag3 != 0)
259 Word16 flag3, /* input : if set, upsampling rate = 3 (6 otherwise) */
287 if (flag3 != 0)
254 Pred_lt_3or6( Word16 exc[], Word16 T0, Word16 frac, Word16 L_subfr, Word16 flag3, Flag *pOverflow ) argument

Completed in 27 milliseconds