HomeSort by relevance Sort by last modified time
    Searched defs:t_max (Results 1 - 5 of 5) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
pitch_f4.c 45 Word16 t_max, /* (i) : maximum value of pitch lag. */
55 Word16 t_max, /* (i) : maximum value of pitch lag. */
80 Word16 t_min, t_max; local
88 t_max = L_add(t0_max, L_INTERPOL1);
92 Norm_corr_asm(exc, xn, h, L_subfr, t_min, t_max, corr);
94 Norm_Corr(exc, xn, h, L_subfr, t_min, t_max, corr);
169 Word16 t_max, /* (i) : maximum value of pitch lag. */
205 for (t = t_min; t <= t_max; t++)
255 if(t != t_max)
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pitch_fr.cpp 161 t_max = the maximum table value of type Word16
207 Word16 t_min, Word16 t_max, Word16 corr_norm[])
249 for (i = t_min; i <= t_max; i++) {
276 if (sub (i, t_max) != 0) {
317 Word16 t_max,
379 for (i = t_min; i <= t_max; i++)
412 if (i != t_max)
1381 Word16 t_max; local
    [all...]
  /external/e2fsprogs/misc/
badblocks.c 80 static int t_max; /* allocated test patterns */ variable
1147 if (t_flag + 1 > t_max) {
1151 (t_max + T_INC));
1160 t_max += T_INC;
    [all...]
  /external/webp/src/dsp/
dec_sse2.c 281 const __m128i t_max = _mm_max_epu8(t_1, t_2); local
283 const __m128i t_max_h = _mm_subs_epu8(t_max, h);
    [all...]
  /external/pdfium/core/fpdfapi/render/
cpdf_renderstatus.cpp 116 FX_FLOAT t_max = 1.0f; local
120 t_max = pArray->GetNumberAt(1);
143 FX_FLOAT input = (t_max - t_min) * i / SHADING_STEPS + t_min;
204 FX_FLOAT t_max = 1.0f; local
208 t_max = pArray->GetNumberAt(1);
224 FX_FLOAT input = (t_max - t_min) * i / SHADING_STEPS + t_min;
    [all...]

Completed in 2014 milliseconds