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

  /external/libopus/silk/
decode_core.c 45 opus_int i, k, lag = 0, start_idx, sLTP_buf_idx, NLSF_interpolation_flag, signalType; local
142 start_idx = psDec->ltp_mem_length - lag - psDec->LPC_order - LTP_ORDER / 2;
143 silk_assert( start_idx > 0 );
149 silk_LPC_analysis_filter( &sLTP[ start_idx ], &psDec->outBuf[ start_idx + k * psDec->subfr_length ],
150 A_Q12, psDec->ltp_mem_length - start_idx, psDec->LPC_order );
NSQ.c 89 opus_int k, lag, start_idx, LSF_interpolation_flag; local
140 start_idx = psEncC->ltp_mem_length - lag - psEncC->predictLPCOrder - LTP_ORDER / 2;
141 silk_assert( start_idx > 0 );
143 silk_LPC_analysis_filter( &sLTP[ start_idx ], &NSQ->xq[ start_idx + k * psEncC->subfr_length ],
144 A_Q12, psEncC->ltp_mem_length - start_idx, psEncC->predictLPCOrder );
NSQ_del_dec.c 127 opus_int i, k, lag, start_idx, LSF_interpolation_flag, Winner_ind, subfr; local
243 start_idx = psEncC->ltp_mem_length - lag - psEncC->predictLPCOrder - LTP_ORDER / 2;
244 silk_assert( start_idx > 0 );
246 silk_LPC_analysis_filter( &sLTP[ start_idx ], &NSQ->xq[ start_idx + k * psEncC->subfr_length ],
247 A_Q12, psEncC->ltp_mem_length - start_idx, psEncC->predictLPCOrder );
    [all...]
  /system/bt/stack/gatt/
gatt_main.c 1185 UINT8 start_idx, found_idx; local
    [all...]
gatt_api.c 1324 UINT8 start_idx, found_idx; local
1409 UINT8 start_idx, found_idx; local
    [all...]
  /external/elfutils/libcpu/
i386_disasm.c 704 size_t start_idx = bufcnt; local
1107 while (bufcnt + prefix_size - non_printing < start_idx + width)
  /external/opencv3/modules/imgproc/src/
hough.cpp 1175 int nz_count1 = k, start_idx = nz_count1 - 1; local
    [all...]
  /external/opencv/cv/src/
cvhough.cpp 998 int start_idx = nz_count - 1; local
1037 float r_cur = ddata[sort_buf[(j + start_idx)/2]];
1038 if( (start_idx - j)*r_best >= max_count*r_cur ||
1039 (r_best < FLT_EPSILON && start_idx - j >= max_count) )
    [all...]

Completed in 217 milliseconds