HomeSort by relevance Sort by last modified time
    Searched refs:start_idx (Results 101 - 118 of 118) sorted by null

1 2 3 45

  /external/libopus/silk/
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...]
  /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...]
  /external/lldb/source/Core/
Section.cpp 457 SectionList::FindSectionByType (SectionType sect_type, bool check_children, size_t start_idx) const
461 for (size_t idx = start_idx; idx < num_sections; ++idx)
  /external/lldb/include/lldb/Core/
Section.h 62 FindSectionByType (lldb::SectionType sect_type, bool check_children, size_t start_idx = 0) const;
  /external/chromium_org/net/tools/balsa/
balsa_headers.cc 243 void BalsaBuffer::CleanupBlocksStartingFrom(Blocks::size_type start_idx) {
244 for (Blocks::size_type i = start_idx; i < blocks_.size(); ++i) {
247 blocks_.resize(start_idx);
    [all...]
balsa_headers.h 193 // The block at start_idx, and all subsequent blocks
195 void CleanupBlocksStartingFrom(Blocks::size_type start_idx);
    [all...]
  /external/bluetooth/bluedroid/stack/gatt/
gatt_utils.c 708 BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx,
713 GATT_TRACE_DEBUG("gatt_find_the_connected_bda start_idx=%d",start_idx);
715 for (i = start_idx ; i < GATT_MAX_PHY_CHANNEL; i ++)
    [all...]
gatt_int.h 601 extern BOOLEAN gatt_find_the_connected_bda(UINT8 start_idx, BD_ADDR bda, UINT8 *p_found_idx, tBT_TRANSPORT *p_transport);
660 extern BOOLEAN gatt_find_app_hold_link(tGATT_TCB *p_tcb, UINT8 start_idx, UINT8 *p_found_idx, tGATT_IF *p_gatt_if);
  /external/elfutils/0.153/libcpu/
i386_disasm.c 701 size_t start_idx = bufcnt; local
1104 while (bufcnt + prefix_size - non_printing < start_idx + width)
  /external/lldb/source/Symbol/
SymbolContext.cpp 1053 uint32_t start_idx,
    [all...]
  /external/opencv/cxcore/include/
cxcore.h     [all...]
  /external/lldb/source/Plugins/SymbolFile/DWARF/
SymbolFileDWARFDebugMap.cpp     [all...]
  /external/opencv/cxcore/src/
cxdatastructs.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d10effect.h     [all...]
d3drmobj.h     [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_int.h     [all...]
btm_sec.c     [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 1359 milliseconds

1 2 3 45