/external/libopus/silk/ |
D | decode_indices.c | 43 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 …]
|
D | decode_parameters.c | 41 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/opencv/cv/src/ |
D | cvlkpyramid.cpp | 461 float* Ix = _Ix[threadIdx]; in cvCalcOpticalFlowPyrLK() local 500 icvCalcIxIy_32f( patchI, isz.width*sizeof(patchI[0]), Ix, Iy, in cvCalcOpticalFlowPyrLK() 539 const float* ix = Ix + in cvCalcOpticalFlowPyrLK() 541 const float* iy = Iy + (ix - Ix); in cvCalcOpticalFlowPyrLK() 559 const float* ix = Ix + in cvCalcOpticalFlowPyrLK() 561 const float* iy = Iy + (ix - Ix); in cvCalcOpticalFlowPyrLK() 691 float *Ix; in cvCalcAffineFlowPyrLK() local 779 Ix = patchJ + patchLen; in cvCalcAffineFlowPyrLK() 780 Iy = Ix + patchLen; in cvCalcAffineFlowPyrLK() 844 icvCalcIxIy_32f( patchI, srcPatchStep, Ix, Iy, in cvCalcAffineFlowPyrLK() [all …]
|
/external/icu/icu4c/source/common/ |
D | ucnv_lmb.c | 669 ulmbcs_byte_t Ix; in _LMBCSClose() local 672 for (Ix=0; Ix <= ULMBCS_GRP_LAST; Ix++) in _LMBCSClose() 674 if (extraInfo->OptGrpConverter[Ix] != NULL) in _LMBCSClose() 675 ucnv_unloadSharedDataIfReady(extraInfo->OptGrpConverter[Ix]); in _LMBCSClose()
|
/external/pcre/dist2/testdata/ |
D | testinput8 | 20 /#/Ix 22 /a#/Ix
|
D | testinput2 | 610 /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 …]
|
D | testoutput8-16-3 | 63 /#/Ix 75 /a#/Ix
|
D | testoutput8-8-4 | 63 /#/Ix 75 /a#/Ix
|
D | testoutput8-16-2 | 63 /#/Ix 75 /a#/Ix
|
D | testoutput8-32-4 | 63 /#/Ix 75 /a#/Ix
|
D | testoutput8-32-3 | 63 /#/Ix 75 /a#/Ix
|
D | testoutput8-8-3 | 63 /#/Ix 75 /a#/Ix
|
D | testoutput8-32-2 | 63 /#/Ix 75 /a#/Ix
|
D | testoutput8-8-2 | 63 /#/Ix 75 /a#/Ix
|
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/ |
D | fr-FR_nk0_kdt_lfz1.pkb | 46 y��%z����9�{�"�Ḷ!�+SFz�`�#�^���A_*��d��"l�����z��R�Y��ñ��ցp��J˅�Q㫅�JL�t#%Ix�|���VǮ…
|
D | fr-FR_nk0_kdt_lfz5.pkb | 37 …Y��E��;��sm�Nӿ\3F�݃������%�f���`'nw����l �����{��ӎ,.V���n��J� ��x^Ix�2��ݭ���`�e8K���XC…
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86AsmInstrumentation.cpp | 414 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/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/it-IT/ |
D | it-IT_kdt_g2p.pkb | 39 ��s�"s�O-�<���}Ix!�?�(b���-�
|
/external/clang/lib/AST/ |
D | DeclObjC.cpp | 1575 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/skia/src/core/ |
D | SkNx.h | 315 template <int... Ix, int N, typename T> 316 AI static SkNx<sizeof...(Ix),T> SkNx_shuffle(const SkNx<N,T>& v) { 317 return { v[Ix]... };
|
/external/icu/icu4c/source/data/locales/ |
D | mt.txt | 586 "-1"{"Ix-xahar li għadda"} 588 "1"{"Ix-xahar id-dieħel"}
|
/external/pdfium/third_party/freetype/src/raster/ |
D | ftraster.c | 1005 Long Ix, Rx, Ax; in Line_Up() local 1076 Ix = SMulDiv_No_Round( ras.precision, Dx, Dy ); in Line_Up() 1082 Ix = -SMulDiv_No_Round( ras.precision, -Dx, Dy ); in Line_Up() 1094 x1 += Ix; in Line_Up()
|
/external/freetype/src/raster/ |
D | ftraster.c | 1013 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()
|
/external/ImageMagick/PerlMagick/t/reference/filter/ |
D | Crop.miff | 15 …5�<3�>9�>>�@;�8+�:(�:(�7"~:*�RJ�TI�\S�n]��sScB'258176/9909C0g�Kw�Qp�Sp�Oo�Ix�Uw�Y`�JkbTjbSi`PibLi…
|
D | Normalize.miff | 255 7H[�5_�>X�><k!Bq(Ix+>i%MD1NE2OH4NE2NE2OE4PE4PE4QG5QG5RD5J<0ZVN������ecO A �'#�#�…
|