Searched defs:ind (Results 1 - 25 of 98) sorted by relevance

1234

/external/chromium_org/third_party/opus/src/silk/
H A Dsigm_Q15.c53 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 ) );
H A DLP_variable_cutoff.c44 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
41 silk_LP_interpolate_filter_taps( opus_int32 B_Q28[ TRANSITION_NB ], opus_int32 A_Q28[ TRANSITION_NA ], const opus_int ind, const opus_int32 fac_Q16 ) argument
107 opus_int ind = 0; local
[all...]
H A DVQ_WMat_EC.c36 opus_int8 *ind, /* O index of best codebook vector */
113 *ind = (opus_int8)k;
35 silk_VQ_WMat_EC( opus_int8 *ind, opus_int32 *rate_dist_Q14, opus_int *gain_Q7, const opus_int16 *in_Q14, const opus_int32 *W_Q18, const opus_int8 *cb_Q7, const opus_uint8 *cb_gain_Q7, const opus_uint8 *cl_Q5, const opus_int mu_Q9, const opus_int32 max_gain_Q7, opus_int L ) argument
H A DNLSF_del_dec_quant.c52 opus_int8 ind[ NLSF_QUANT_DEL_DEC_STATES ][ MAX_LPC_ORDER ]; local
73 ind[ j ][ i ] = (opus_int8)ind_tmp;
127 ind[ j + nStates ][ i ] = ind[ j ][ i ] + 1;
131 ind[ j ][ i ] = ind[ j - nStates ][ i ];
178 silk_memcpy( ind[ ind_max_min ], ind[ ind_min_max ], MAX_LPC_ORDER * sizeof( opus_int8 ) );
182 ind[ j ][ i ] += silk_RSHIFT( ind_sort[ j ], NLSF_QUANT_DEL_DEC_STATES_LOG2 );
199 indices[ j ] = ind[ ind_tm
[all...]
/external/libopus/silk/
H A Dsigm_Q15.c53 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 ) );
H A DLP_variable_cutoff.c44 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
41 silk_LP_interpolate_filter_taps( opus_int32 B_Q28[ TRANSITION_NB ], opus_int32 A_Q28[ TRANSITION_NA ], const opus_int ind, const opus_int32 fac_Q16 ) argument
107 opus_int ind = 0; local
[all...]
H A DVQ_WMat_EC.c36 opus_int8 *ind, /* O index of best codebook vector */
113 *ind = (opus_int8)k;
35 silk_VQ_WMat_EC( opus_int8 *ind, opus_int32 *rate_dist_Q14, opus_int *gain_Q7, const opus_int16 *in_Q14, const opus_int32 *W_Q18, const opus_int8 *cb_Q7, const opus_uint8 *cb_gain_Q7, const opus_uint8 *cl_Q5, const opus_int mu_Q9, const opus_int32 max_gain_Q7, opus_int L ) argument
H A DNLSF_del_dec_quant.c52 opus_int8 ind[ NLSF_QUANT_DEL_DEC_STATES ][ MAX_LPC_ORDER ]; local
73 ind[ j ][ i ] = (opus_int8)ind_tmp;
127 ind[ j + nStates ][ i ] = ind[ j ][ i ] + 1;
131 ind[ j ][ i ] = ind[ j - nStates ][ i ];
178 silk_memcpy( ind[ ind_max_min ], ind[ ind_min_max ], MAX_LPC_ORDER * sizeof( opus_int8 ) );
182 ind[ j ][ i ] += silk_RSHIFT( ind_sort[ j ], NLSF_QUANT_DEL_DEC_STATES_LOG2 );
199 indices[ j ] = ind[ ind_tm
[all...]
/external/bison/lib/uniwidth/
H A Dwidth.c320 int ind = nonspacing_table_ind[uc >> 9]; local
321 if (ind >= 0)
322 if ((nonspacing_table_data[64*ind + ((uc >> 3) & 63)] >> (uc & 7)) & 1)
/external/chromium_org/ui/views/
H A Ddebug_utils.cc18 int ind = indent; local
19 while (ind-- > 0)
38 int ind = indent; local
39 while (ind-- > 0)
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c97 int ind = src->Register.Index; local
104 for (ind = 0; ind < info->num_inputs; ++ind) {
105 info->input_usage_mask[ind] |= usage_mask;
108 assert(ind >= 0);
109 assert(ind < PIPE_MAX_SHADER_INPUTS);
110 info->input_usage_mask[ind] |= usage_mask;
/external/iproute2/tc/
H A Dq_dsmark.c33 __u16 ind; local
37 ind = set_tc_index = 0;
42 ind = strtoul(*argv,&end,0);
67 if (!ind) {
73 addattr_l(n,1024,TCA_DSMARK_INDICES,&ind,sizeof(ind));
/external/mesa3d/src/gallium/auxiliary/tgsi/
H A Dtgsi_scan.c97 int ind = src->Register.Index; local
104 for (ind = 0; ind < info->num_inputs; ++ind) {
105 info->input_usage_mask[ind] |= usage_mask;
108 assert(ind >= 0);
109 assert(ind < PIPE_MAX_SHADER_INPUTS);
110 info->input_usage_mask[ind] |= usage_mask;
/external/oprofile/daemon/liblegacy/
H A Dopd_mapping.c97 * @param ind index into pool
99 inline static char * get_from_pool(uint ind) argument
101 return ((char *)(hashmap + OP_HASH_MAP_NR) + ind);
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress_cpal.c90 const GLubyte *ind = (const GLubyte *) indices; local
95 pix += get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix);
96 pix += get_palette_entry(info, palette, ind[i] & 0xf, pix);
99 get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix);
104 const GLubyte *ind = (const GLubyte *) indices; local
106 pix += get_palette_entry(info, palette, ind[i], pix);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast_setup/
H A Dss_triangle.c242 GLuint ind = 0; local
247 ind |= SS_OFFSET_BIT;
251 ind |= SS_TWOSIDE_BIT;
259 ind |= SS_UNFILLED_BIT;
261 tnl->Driver.Render.Triangle = tri_tab[ind];
262 tnl->Driver.Render.Quad = quad_tab[ind];
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Darith_routines_logist.c67 int32_t ind; local
73 ind = WEBRTC_SPL_MUL(5, qtmp1 - kHistEdges[0]);
74 ind = WEBRTC_SPL_RSHIFT_W32(ind, 16);
77 qtmp1 = qtmp1 - kHistEdges[ind];
79 WEBRTC_SPL_UMUL_32_16(qtmp1,kCdfSlope[ind]), 15);
80 return (kCdfLogistic[ind] + qtmp2);
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/source/
H A Darith_routines_logist.c54 int32_t ind, qtmp1, qtmp2, qtmp3; local
68 ind = (qtmp1 * 5) >> 16; /* 2^16 / 5 = 0.4 in Q15 */
70 qtmp1 = qtmp2 - kHistEdgesQ15[ind]; /* Q15 - Q15 = Q15 */
71 qtmp2 = kCdfSlopeQ0[ind] * qtmp1; /* Q0 * Q15 = Q15 */
74 tmpUW32 = kCdfQ16[ind] + qtmp3; /* Q0 + Q0 = Q0 */
/external/clang/test/OpenMP/
H A Dsimd_ast_print.cpp13 N ind; local
17 #pragma omp simd private(myind, g_ind), linear(ind), aligned(arr)
18 // CHECK-NEXT: #pragma omp simd private(myind,g_ind) linear(ind) aligned(arr)
20 myind = ind;
22 ind += g_ind;
/external/libnfc-nci/src/nfc/tags/
H A Dtags_int.c265 int ind = (int) (p_info - t1t_cmd_rsp_infos); local
266 if (ind < T1T_MAX_NUM_OPCODES)
267 return (const char *) t1t_cmd_str[ind];
283 int ind = (int) (p_info - t2t_cmd_rsp_infos); local
284 if (ind < T2T_MAX_NUM_OPCODES)
285 return (const char *) t2t_cmd_str[ind];
/external/llvm/lib/Target/NVPTX/
H A DNVPTXLowerAggrCopies.cpp56 // The loop index (ind) is a phi node.
57 PHINode *ind = loop.CreatePHI(indType, 0); local
58 // Incoming value for ind is 0
59 ind->addIncoming(ConstantInt::get(indType, 0), origBB);
61 // load from srcAddr+ind
62 Value *val = loop.CreateLoad(loop.CreateGEP(srcAddr, ind), srcVolatile);
63 // store at dstAddr+ind
64 loop.CreateStore(val, loop.CreateGEP(dstAddr, ind), dstVolatile);
66 // The value for ind coming from backedge is (ind
91 PHINode *ind = loop.CreatePHI(len->getType(), 0); local
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexcompress_cpal.c90 const GLubyte *ind = (const GLubyte *) indices; local
95 pix += get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix);
96 pix += get_palette_entry(info, palette, ind[i] & 0xf, pix);
99 get_palette_entry(info, palette, (ind[i] >> 4) & 0xf, pix);
104 const GLubyte *ind = (const GLubyte *) indices; local
106 pix += get_palette_entry(info, palette, ind[i], pix);
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_triangle.c242 GLuint ind = 0; local
247 ind |= SS_OFFSET_BIT;
251 ind |= SS_TWOSIDE_BIT;
259 ind |= SS_UNFILLED_BIT;
261 tnl->Driver.Render.Triangle = tri_tab[ind];
262 tnl->Driver.Render.Quad = quad_tab[ind];
/external/openssl/crypto/x509v3/
H A Dv3_ocsp.c90 BIO *bp, int ind);
159 int ind)
164 if (BIO_printf(bp, "%*scrlUrl: ", ind, "") <= 0) goto err;
170 if (BIO_printf(bp, "%*scrlNum: ", ind, "") <= 0) goto err;
176 if (BIO_printf(bp, "%*scrlTime: ", ind, "") <= 0) goto err;
186 BIO *bp, int ind)
188 if (BIO_printf(bp, "%*s", ind, "") <= 0) return 0;
195 int ind)
197 if (BIO_printf(bp, "%*s", ind, "") <= 0) return 0;
268 BIO *bp, int ind)
158 i2r_ocsp_crlid(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind) argument
185 i2r_ocsp_acutoff(const X509V3_EXT_METHOD *method, void *cutoff, BIO *bp, int ind) argument
194 i2r_object(const X509V3_EXT_METHOD *method, void *oid, BIO *bp, int ind) argument
267 i2r_ocsp_serviceloc(const X509V3_EXT_METHOD *method, void *in, BIO *bp, int ind) argument
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/source/
H A Darith_routines_logist.c68 WebRtc_Word32 ind; local
74 ind = WEBRTC_SPL_MUL(5, qtmp1 - kHistEdges[0]);
75 ind = WEBRTC_SPL_RSHIFT_W32(ind, 16);
78 qtmp1 = qtmp1 - kHistEdges[ind];
80 WEBRTC_SPL_UMUL_32_16(qtmp1,kCdfSlope[ind]), 15);
81 return (kCdfLogistic[ind] + qtmp2);

Completed in 484 milliseconds

1234