HomeSort by relevance Sort by last modified time
    Searched refs:ind (Results 1 - 25 of 323) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/libopus/silk/
sigm_Q15.c 53 opus_int ind; local
62 ind = silk_RSHIFT( in_Q5, 5 );
63 return( sigm_LUT_neg_Q15[ ind ] - silk_SMULBB( sigm_LUT_slope_Q10[ ind ], in_Q5 & 0x1F ) );
71 ind = silk_RSHIFT( in_Q5, 5 );
72 return( sigm_LUT_pos_Q15[ ind ] + silk_SMULBB( sigm_LUT_slope_Q10[ ind ], in_Q5 & 0x1F ) );
gain_quant.c 40 opus_int8 ind[ MAX_NB_SUBFR ], /* O gain indices */
51 ind[ k ] = silk_SMULWB( SCALE_Q16, silk_lin2log( gain_Q16[ k ] ) - OFFSET );
54 if( ind[ k ] < *prev_ind ) {
55 ind[ k ]++;
57 ind[ k ] = silk_LIMIT_int( ind[ k ], 0, N_LEVELS_QGAIN - 1 );
62 ind[ k ] = silk_LIMIT_int( ind[ k ], *prev_ind + MIN_DELTA_GAIN_QUANT, N_LEVELS_QGAIN - 1 );
63 *prev_ind = ind[ k ];
66 ind[ k ] = ind[ k ] - *prev_ind
    [all...]
LP_variable_cutoff.c 44 const opus_int ind,
50 if( ind < TRANSITION_INT_NUM - 1 ) {
56 silk_Transition_LP_B_Q28[ ind ][ nb ],
57 silk_Transition_LP_B_Q28[ ind + 1 ][ nb ] -
58 silk_Transition_LP_B_Q28[ ind ][ nb ],
63 silk_Transition_LP_A_Q28[ ind ][ na ],
64 silk_Transition_LP_A_Q28[ ind + 1 ][ na ] -
65 silk_Transition_LP_A_Q28[ ind ][ na ],
73 silk_Transition_LP_B_Q28[ ind + 1 ][ nb ],
74 silk_Transition_LP_B_Q28[ ind + 1 ][ nb ]
107 opus_int ind = 0; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/
isp_isf.c 39 Word32 i, ind; local
41 ind = 127; /* beging at end of table -1 */
46 ind = 127; /* beging at end of table -1 */
49 while (table[ind] < isp[i])
50 ind--;
51 /* acos(isp[i])= ind*128 + ( ( isp[i]-table[ind] ) * slope[ind] )/2048 */
52 L_tmp = vo_L_mult(vo_sub(isp[i], table[ind]), slope[ind]);
68 Word32 i, ind, L_tmp; local
    [all...]
  /frameworks/av/media/libstagefright/codecs/amrnb/common/include/
gmed_n.h 70 Word16 ind[], /* i : Past gain values */
  /frameworks/av/media/libstagefright/codecs/amrnb/common/src/
lsp_lsf.cpp 174 Word16 i, ind, offset;
179 ind = shr (lsf[i], 8); // ind = b8-b15 of lsf[i]
182 // lsp[i] = table[ind]+ ((table[ind+1]-table[ind])*offset) / 256
184 L_tmp = L_mult (sub (table[ind + 1], table[ind]), offset);
185 lsp[i] = add (table[ind], extract_l (L_shr (L_tmp, 9)));
221 Word16 i, ind, offset local
354 Word16 ind; local
    [all...]
gmed_n.cpp 89 ind = input values (Word16)
124 Word16 ind[], // i : Past gain values
138 tmp2[i] = ind[i];
157 return (ind[medianIndex]);
184 Word16 ind[], /* i : input values */
196 *(tmp2 + i) = *(ind + i);
216 return (*(ind + medianIndex));
  /frameworks/av/media/libstagefright/codecs/amrwb/src/
isp_isf.cpp 154 int16 i, ind, offset; local
165 ind = isp[i] >> 7; /* ind = b7-b15 of isf[i] */
168 /* isp[i] = table[ind]+ ((table[ind+1]-table[ind])*offset) / 128 */
170 L_tmp = mul_16by16_to_int32(table[ind + 1] - table[ind], offset);
171 isp[i] = add_int16(table[ind], (int16)(L_tmp >> 8));
  /toolchain/binutils/binutils-2.25/libiberty/
xatexit.c 52 int ind; /* next index in this table */ member in struct:xatexit
76 if (p->ind >= XATEXIT_SIZE)
80 p->ind = 0;
84 p->fns[p->ind++] = fn;
97 for (n = p->ind; --n >= 0;)
  /external/opencv/cv/src/
cvdominants.cpp 145 int ind; local
157 ind = (i + i_plus) % n;
158 dx = (float) (ptInf[i].pt.x - ptInf[ind].pt.x);
159 dy = (float) (ptInf[i].pt.y - ptInf[ind].pt.y);
166 int ind; local
180 ind = (i + i_plus) % n;
182 dx = (float) (ptInf[i].pt.x - ptInf[ind].pt.x);
183 dy = (float) (ptInf[i].pt.y - ptInf[ind].pt.y);
192 int ind; local
204 ind = i + i_minus
216 int ind; local
259 int ind = (i + k) % n; local
303 int ind = i + j; local
    [all...]
  /device/google/marlin/location/loc_api/loc_api_v02/
loc_api_sync_req.h 46 qmiLoc##NAME##IndMsgT_v02 ind; \
55 &ind); \
58 eQMI_LOC_SUCCESS_V02 != ind.status) { \
59 LOC_LOGE ("%s:%d]: Error : st = %d, ind.status = %d", \
60 __func__, __LINE__, st, ind.status); \
83 uint32_t ind_id, //ind ID to block for, usually the same as req_id */
  /device/huawei/angler/location/loc_api/loc_api_v02/
loc_api_sync_req.h 46 qmiLoc##NAME##IndMsgT_v02 ind; \
55 &ind); \
58 eQMI_LOC_SUCCESS_V02 != ind.status) { \
59 LOC_LOGE ("%s:%d]: Error : st = %d, ind.status = %d", \
60 __func__, __LINE__, st, ind.status); \
82 uint32_t ind_id, //ind ID to block for, usually the same as req_id */
  /device/lge/bullhead/location/loc_api/loc_api_v02/
loc_api_sync_req.h 46 qmiLoc##NAME##IndMsgT_v02 ind; \
55 &ind); \
58 eQMI_LOC_SUCCESS_V02 != ind.status) { \
59 LOC_LOGE ("%s:%d]: Error : st = %d, ind.status = %d", \
60 __func__, __LINE__, st, ind.status); \
82 uint32_t ind_id, //ind ID to block for, usually the same as req_id */
  /device/moto/shamu/location/loc_api/loc_api_v02/
loc_api_sync_req.h 46 qmiLoc##NAME##IndMsgT_v02 ind; \
55 &ind); \
58 eQMI_LOC_SUCCESS_V02 != ind.status) { \
59 LOC_LOGE ("%s:%d]: Error : st = %d, ind.status = %d", \
60 __func__, __LINE__, st, ind.status); \
82 uint32_t ind_id, //ind ID to block for, usually the same as req_id */
  /external/opencv3/3rdparty/libjasper/
jpc_mqcod.h 93 int_fast16_t ind; member in struct:__anon21744
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/z80/
block.s 21 ind
  /external/apache-harmony/crypto/src/test/api/java.injected/javax/crypto/
CipherInputStreamTest.java 104 int ind = 0; // index into the data array (to check the got data) local
107 for (int j = 0; j < got - ind; j++) {
108 if (result[j] != data[ind + j]) {
118 ind = got;
143 int ind = skip; // index into the data array (to check the got data) local
148 for (int j = 0; j < got - ind; j++) {
150 + "returned incorrect data.", result[j], data[ind + j]);
159 ind = got;
180 int ind = skipped; local
183 for (int j = 0; j < got - ind; j++)
    [all...]
  /external/opencv3/samples/cpp/tutorial_code/ImgTrans/
filter2D_demo.cpp 47 int ind = 0; local
56 kernel_size = 3 + 2*( ind%5 );
62 ind++;
Remap_Demo.cpp 19 int ind = 0; variable
65 ind = ind%4;
70 switch( ind )
98 ind++;
  /external/libgdx/extensions/gdx-bullet/jni/src/extras/Serialize/BulletFileLoader/
bDNA.h 58 char *getName(int ind);
59 char *getType(int ind);
60 short *getStruct(int ind);
61 short getLength(int ind);
  /bionic/libc/stdlib/
atexit.c 46 int ind; /* next index in this table */ member in struct:atexit
92 if (p->ind + 1 >= p->max)
108 p->ind = 1;
110 p->ind = 0;
116 fnp = &p->fns[p->ind++];
148 for (n = p->ind; --n >= 0;) {
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStream1Test.java 113 int ind = 0; // index into the data array (to check the got data) local
116 for (int j = 0; j < got - ind; j++) {
117 if (result[j] != data[ind + j]) {
127 ind = got;
152 int ind = skip; // index into the data array (to check the got data) local
157 for (int j = 0; j < got - ind; j++) {
159 + "returned incorrect data.", result[j], data[ind + j]);
168 ind = got;
189 int ind = skipped; local
192 for (int j = 0; j < got - ind; j++)
    [all...]
  /libcore/ojluni/src/main/java/java/net/
URLStreamHandler.java 180 int ind = authority.indexOf('@'); local
181 if (ind != -1) {
182 userInfo = authority.substring(0, ind);
183 host = authority.substring(ind+1);
191 if ((ind = host.indexOf(']')) > 2) {
194 host = nhost.substring(0,ind+1);
196 isIPv6LiteralAddress(host.substring(1, ind))) {
202 if (nhost.length() > ind+1) {
203 if (nhost.charAt(ind+1) == ':') {
204 ++ind ;
268 int ind = path.lastIndexOf('\/'); local
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_index.py 10 return self.ind
14 return self.ind
30 self.o.ind = -2
31 self.n.ind = 2
36 self.o.ind = 1
37 self.n.ind = 2
46 self.o.ind = 4
47 self.n.ind = 5
63 self.o.ind = 'dumb'
64 self.n.ind = 'bad
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_index.py 10 return self.ind
14 return self.ind
30 self.o.ind = -2
31 self.n.ind = 2
36 self.o.ind = 1
37 self.n.ind = 2
46 self.o.ind = 4
47 self.n.ind = 5
63 self.o.ind = 'dumb'
64 self.n.ind = 'bad
    [all...]

Completed in 4259 milliseconds

1 2 3 4 5 6 7 8 91011>>