HomeSort by relevance Sort by last modified time
    Searched full:t_min (Results 1 - 15 of 15) sorted by null

  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Norm_Corr_opt.s 21 @ Word16 t_min, /* (i) : minimum value of pitch lag. */
30 @ r4 --- t_min
47 .equ T_MIN , 212
57 LDR r4, [r13, #T_MIN] @get t_min
58 RSB r11, r4, #0 @k = -t_min
100 @for(t = t_min@ t <= t_max@ t++)
101 @r7 --- scale r4 --- t_min r8 --- excf[]
191 ADD r4, r4, #1 @ t_min ++
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
pitch_f4.c 42 Word16 t_min, /* (i) : minimum value of pitch lag. */
52 Word16 t_min, /* (i) : minimum value of pitch lag. */
78 Word16 t_min, t_max; local
85 t_min = t0_min - L_INTERPOL1;
87 corr = &corr_v[-t_min];
90 Norm_corr_asm(exc, xn, h, L_subfr, t_min, t_max, corr);
92 Norm_Corr(exc, xn, h, L_subfr, t_min, t_max, corr);
166 Word16 t_min, /* (i) : minimum value of pitch lag. */
175 /* compute the filtered excitation for the first delay t_min */
176 k = -t_min;
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Norm_Corr_neon.s 21 @ Word16 t_min, /* (i) : minimum value of pitch lag. */
30 @ r4 --- t_min
47 .equ T_MIN , 212
57 LDR r4, [r13, #T_MIN] @get t_min
58 RSB r11, r4, #0 @k = -t_min
108 @for(t = t_min@ t <= t_max@ t++)
109 @r7 --- scale r4 --- t_min r8 --- excf[]
231 ADD r4, r4, #1 @ t_min ++
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
texcompress_rgtc_tmp.h 54 decode = T_MIN;
88 alphabase[0] = T_MAX; alphabase[1] = T_MIN;
91 if (srccolors[j][i] == T_MIN)
129 if (alphaabsmin) alphause[0] = T_MIN;
211 if (srccolors[j][i] == T_MIN) {
256 alphatest[1] = T_MIN;
268 alphatest[0] = T_MIN+1;
332 if (alphatest[0] < T_MIN) {
333 alphatest[0] = T_MIN;
392 T_MIN, T_MAX
    [all...]
texcompress_rgtc.c 429 #define T_MIN 0
436 #undef T_MIN
441 #define T_MIN (GLbyte)-128
448 #undef T_MIN
  /external/mesa3d/src/mesa/main/
texcompress_rgtc_tmp.h 54 decode = T_MIN;
88 alphabase[0] = T_MAX; alphabase[1] = T_MIN;
91 if (srccolors[j][i] == T_MIN)
129 if (alphaabsmin) alphause[0] = T_MIN;
211 if (srccolors[j][i] == T_MIN) {
256 alphatest[1] = T_MIN;
268 alphatest[0] = T_MIN+1;
332 if (alphatest[0] < T_MIN) {
333 alphatest[0] = T_MIN;
392 T_MIN, T_MAX
    [all...]
texcompress_rgtc.c 429 #define T_MIN 0
436 #undef T_MIN
441 #define T_MIN (GLbyte)-128
448 #undef T_MIN
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_format_latc.c 310 #define T_MIN 0
317 #undef T_MIN
323 #define T_MIN (int8_t)-128
330 #undef T_MIN
u_format_rgtc.c 452 #define T_MIN 0
459 #undef T_MIN
465 #define T_MIN (int8_t)-128
472 #undef T_MIN
  /external/mesa3d/src/gallium/auxiliary/util/
u_format_latc.c 310 #define T_MIN 0
317 #undef T_MIN
323 #define T_MIN (int8_t)-128
330 #undef T_MIN
u_format_rgtc.c 452 #define T_MIN 0
459 #undef T_MIN
465 #define T_MIN (int8_t)-128
472 #undef T_MIN
  /frameworks/av/media/libstagefright/codecs/amrnb/enc/src/
pitch_fr.cpp 160 t_min = the minimum table value of type Word16
207 Word16 t_min, Word16 t_max, Word16 corr_norm[])
217 k = -t_min;
219 // compute the filtered excitation for the first delay t_min
249 for (i = t_min; i <= t_max; i++) {
316 Word16 t_min,
341 k = -t_min;
343 /* compute the filtered excitation for the first delay t_min */
379 for (i = t_min; i <= t_max; i++)
1380 Word16 t_min; local
    [all...]
enc_lag3.cpp 137 * t_min=t0-5 and t_max=t0+4 and the range is given by
138 * t_min - 2/3 to t_max + 2/3
141 * index = (T-(t_min-1))*3 + frac - 1;
142 * where T=[t_min-1..t_max+1]
enc_lag6.cpp 138 t_min=t0-5 and t_max=t0+4 and the range is given by
139 (t_min-1) 3/6 to (t_max) 3/6
142 index = (T-(t_min-1))*6 + frac - 3;
143 where T=[t_min-1..t_max] and frac=[-2,-1,0,1,2,3]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c 1070 N_word t_min; local
    [all...]

Completed in 3331 milliseconds