Home
last modified time | relevance | path

Searched refs:Ix (Results 1 – 25 of 233) sorted by relevance

12345678910

/external/libopus/silk/
Ddecode_indices.c43 opus_int i, k, Ix; in silk_decode_indices() local
52 Ix = ec_dec_icdf( psRangeDec, silk_type_offset_VAD_iCDF, 8 ) + 2; in silk_decode_indices()
54 Ix = ec_dec_icdf( psRangeDec, silk_type_offset_no_VAD_iCDF, 8 ); in silk_decode_indices()
56 psDec->indices.signalType = (opus_int8)silk_RSHIFT( Ix, 1 ); in silk_decode_indices()
57 psDec->indices.quantOffsetType = (opus_int8)( Ix & 1 ); in silk_decode_indices()
84 Ix = ec_dec_icdf( psRangeDec, &psDec->psNLSF_CB->ec_iCDF[ ec_ix[ i ] ], 8 ); in silk_decode_indices()
85 if( Ix == 0 ) { in silk_decode_indices()
86 Ix -= ec_dec_icdf( psRangeDec, silk_NLSF_EXT_iCDF, 8 ); in silk_decode_indices()
87 } else if( Ix == 2 * NLSF_QUANT_MAX_AMPLITUDE ) { in silk_decode_indices()
88 Ix += ec_dec_icdf( psRangeDec, silk_NLSF_EXT_iCDF, 8 ); in silk_decode_indices()
[all …]
Ddecode_parameters.c41 opus_int i, k, Ix; in silk_decode_parameters() local
98 Ix = psDec->indices.LTPIndex[ k ]; in silk_decode_parameters()
100 … psDecCtrl->LTPCoef_Q14[ k * LTP_ORDER + i ] = silk_LSHIFT( cbk_ptr_Q7[ Ix * LTP_ORDER + i ], 7 ); in silk_decode_parameters()
107 Ix = psDec->indices.LTP_scaleIndex; in silk_decode_parameters()
108 psDecCtrl->LTP_scale_Q14 = silk_LTPScales_table_Q14[ Ix ]; in silk_decode_parameters()
/external/icu/icu4c/source/common/
Ducnv_lmb.cpp674 ulmbcs_byte_t Ix; in _LMBCSClose() local
677 for (Ix=0; Ix <= ULMBCS_GRP_LAST; Ix++) in _LMBCSClose()
679 if (extraInfo->OptGrpConverter[Ix] != NULL) in _LMBCSClose()
680 ucnv_unloadSharedDataIfReady(extraInfo->OptGrpConverter[Ix]); in _LMBCSClose()
/external/honggfuzz/examples/apache-httpd/corpus_http2/
D0958a70eab5ff91d3634c709c72bc1f2.000022c5.honggfuzz.cov73 …�o�6~����wh>�ȿcjW�4j��y�]�;,�р��v8t��e��_v\���6����7�_D�����p��Ix��.�nV<���=��Q�5�r…
74 ��Z���,A�3~�_9:ϼ��Klose�e��_v\���6����7�_D�����p��Ix��.�nV<���=��Q�5�riS��J�:!��M�����N…
D516a41f83830690803ad5a459ee42b8c.00002c34.honggfuzz.cov53 …̮J�Oeg���R�(u�dCU)=�G�,��[�r�8�!�h޷����&�E���Ҏ�Y���ڐZ`�lT�2A0B����Ix%�UOp5��˻�Y4?�B���I…
Df196edc0917e1237d87919cf55767e7f.0000219a.honggfuzz.cov72 …�rb�e�YH{��� ������Sζ�����:� e"\�g 2nA�e��_v\���6����7�_D�����p��Ix��.�nV<���=��Q�5�r…
D094e91056a8b68024662a8ad428b9223.000092b6.honggfuzz.cov37 …��LJ50j�"x�I�I���q�E�W���!���ဣ-\٧1�����$���|V�٭��������x��/ܠ�EEv_�����Ix���l����Kai ��{N�H…
98 …��LJ50j�"x�I�I���q�E�W���!���ဣ-\٧1�����$���|V�٭��������x��/ܠ�EEv_�����Ix���l����Kai ��{N�H…
159 …��LJ50j�"x�I�I���q�E�W���!���ဣ-\٧1�����$���|V�٭��������x��/ܠ�EEv_�����Ix���l����Kai ��{N�H…
/external/pcre/dist2/testdata/
Dtestinput820 /#/Ix
22 /a#/Ix
Dtestinput2610 /Ix
627 /\( (?: (?>[^()]+) | (?R) ) \) /Ix
635 /\( (?: (?>[^()]+) | (?R) )? \) /Ix
639 /\( ( (?>[^()]+) | (?R) )* \) /Ix
642 /\( ( ( (?>[^()]+) | (?R) )* ) \) /Ix
645 /\( (123)? ( ( (?>[^()]+) | (?R) )* ) \) /Ix
649 /\( ( (123)? ( (?>[^()]+) | (?R) )* ) \) /Ix
653 /\( (((((((((( ( (?>[^()]+) | (?R) )* )))))))))) \) /Ix
656 /\( ( ( (?>[^()<>]+) | ((?>[^()]+)) | (?R) )* ) \) /Ix
659 /\( ( ( (?>[^()]+) | ((?R)) )* ) \) /Ix
[all …]
Dtestoutput8-32-463 /#/Ix
75 /a#/Ix
Dtestoutput8-8-463 /#/Ix
75 /a#/Ix
Dtestoutput8-16-363 /#/Ix
75 /a#/Ix
Dtestoutput8-32-363 /#/Ix
75 /a#/Ix
Dtestoutput8-32-263 /#/Ix
75 /a#/Ix
Dtestoutput8-16-263 /#/Ix
75 /a#/Ix
Dtestoutput8-8-263 /#/Ix
75 /a#/Ix
Dtestoutput8-8-363 /#/Ix
75 /a#/Ix
/external/llvm/lib/Target/X86/AsmParser/
DX86AsmInstrumentation.cpp414 for (unsigned Ix = 0; Ix < Operands.size(); ++Ix) { in InstrumentMOV() local
415 assert(Operands[Ix]); in InstrumentMOV()
416 MCParsedAsmOperand &Op = *Operands[Ix]; in InstrumentMOV()
/external/honggfuzz/examples/apache-httpd/corpus_http1/
D7ef3daad06dbda0e6f2a65cc33efa2df.00001ae2.honggfuzz.cov8 …���aiA����g��"!�.���ҭ-� �$5ܞ9f���*+td?��s��ӈ��H�����F�!��AP���X�(��y*��dT�Ix;���qm���v5�_�> D…
D3c840b3902a577627e2ab220adb6c0e7.00002c34.honggfuzz.cov53 …̮J�Oeg���R�(u�dCU)=�G�,��[�r�8�!�h޷����&�E���Ҏ�Y���ڐZ`�lT�2A0B�����Ix%�UOp5��˻�Y4?�B���I…
/external/clang/lib/AST/
DDeclObjC.cpp1575 unsigned Ix = 0, EIx = layout.size(); in all_declared_ivar_begin() local
1577 data().IvarList = layout[0].Ivar; Ix++; in all_declared_ivar_begin()
1580 for ( ; Ix != EIx; curIvar = layout[Ix].Ivar, Ix++) in all_declared_ivar_begin()
1581 curIvar->setNextIvar(layout[Ix].Ivar); in all_declared_ivar_begin()
/external/skqp/src/core/
DSkNx.h351 template <int... Ix, int N, typename T>
352 AI static SkNx<sizeof...(Ix),T> SkNx_shuffle(const SkNx<N,T>& v) {
353 return { v[Ix]... };
/external/skia/src/core/
DSkNx.h351 template <int... Ix, int N, typename T>
352 AI static SkNx<sizeof...(Ix),T> SkNx_shuffle(const SkNx<N,T>& v) {
353 return { v[Ix]... };
/external/icu/icu4c/source/data/locales/
Dmt.txt587 "-1"{"Ix-xahar li għadda"}
589 "1"{"Ix-xahar id-dieħel"}
/external/freetype/src/raster/
Dftraster.c1013 Long Ix, Rx, Ax; in Line_Up() local
1084 Ix = SMulDiv_No_Round( ras.precision, Dx, Dy ); in Line_Up()
1090 Ix = -SMulDiv_No_Round( ras.precision, -Dx, Dy ); in Line_Up()
1102 x1 += Ix; in Line_Up()

12345678910