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

  /external/chromium_org/third_party/opus/src/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 88 opus_int k, lag, start_idx, LSF_interpolation_flag; local
134 start_idx = psEncC->ltp_mem_length - lag - psEncC->predictLPCOrder - LTP_ORDER / 2;
135 silk_assert( start_idx > 0 );
137 silk_LPC_analysis_filter( &sLTP[ start_idx ], &NSQ->xq[ start_idx + k * psEncC->subfr_length ],
138 A_Q12, psEncC->ltp_mem_length - start_idx, psEncC->predictLPCOrder );
NSQ_del_dec.c 124 opus_int i, k, lag, start_idx, LSF_interpolation_flag, Winner_ind, subfr; local
233 start_idx = psEncC->ltp_mem_length - lag - psEncC->predictLPCOrder - LTP_ORDER / 2;
234 silk_assert( start_idx > 0 );
236 silk_LPC_analysis_filter( &sLTP[ start_idx ], &NSQ->xq[ start_idx + k * psEncC->subfr_length ],
237 A_Q12, psEncC->ltp_mem_length - start_idx, psEncC->predictLPCOrder );
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_api.c 1321 UINT8 start_idx, found_idx; local
1398 UINT8 start_idx, found_idx; local
    [all...]
gatt_main.c 1063 UINT8 start_idx, found_idx; local
    [all...]
  /external/elfutils/libcpu/
i386_disasm.c 661 size_t start_idx = bufcnt; local
1000 while (bufcnt + prefix_size < start_idx + width)
  /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...]
  /ndk/sources/host-tools/sed-4.2.1/lib/
regcomp.c 2474 Idx i, start, end, start_idx = re_string_cur_idx (regexp); local
    [all...]

Completed in 130 milliseconds