Searched refs:Ix (Results 1 - 11 of 11) sorted by relevance

/external/libopus/silk/
H A Ddecode_indices.c43 opus_int i, k, Ix; local
52 Ix = ec_dec_icdf( psRangeDec, silk_type_offset_VAD_iCDF, 8 ) + 2;
54 Ix = ec_dec_icdf( psRangeDec, silk_type_offset_no_VAD_iCDF, 8 );
56 psDec->indices.signalType = (opus_int8)silk_RSHIFT( Ix, 1 );
57 psDec->indices.quantOffsetType = (opus_int8)( Ix & 1 );
84 Ix = ec_dec_icdf( psRangeDec, &psDec->psNLSF_CB->ec_iCDF[ ec_ix[ i ] ], 8 );
85 if( Ix == 0 ) {
86 Ix -= ec_dec_icdf( psRangeDec, silk_NLSF_EXT_iCDF, 8 );
87 } else if( Ix == 2 * NLSF_QUANT_MAX_AMPLITUDE ) {
88 Ix
[all...]
H A Ddecode_parameters.c41 opus_int i, k, Ix; local
98 Ix = psDec->indices.LTPIndex[ k ];
100 psDecCtrl->LTPCoef_Q14[ k * LTP_ORDER + i ] = silk_LSHIFT( cbk_ptr_Q7[ Ix * LTP_ORDER + i ], 7 );
107 Ix = psDec->indices.LTP_scaleIndex;
108 psDecCtrl->LTP_scale_Q14 = silk_LTPScales_table_Q14[ Ix ];
/external/opencv/cv/src/
H A Dcvlkpyramid.cpp461 float* Ix = _Ix[threadIdx]; local
500 icvCalcIxIy_32f( patchI, isz.width*sizeof(patchI[0]), Ix, Iy,
539 const float* ix = Ix +
541 const float* iy = Iy + (ix - Ix);
559 const float* ix = Ix +
561 const float* iy = Iy + (ix - Ix);
691 float *Ix; local
779 Ix = patchJ + patchLen;
780 Iy = Ix + patchLen;
844 icvCalcIxIy_32f( patchI, srcPatchStep, Ix, I
[all...]
/external/jmonkeyengine/engine/src/desktop/jme3tools/converters/
H A DImageToAwt.java178 private static int Ix(int x, int y, int w){ method in class:ImageToAwt
263 int i = initialPos + (Ix(x,y,width) * p.bpp);
337 int i = Ix(x, y, width) * inParams.bpp;
448 int i = mipPos + (Ix(x,y,width) * p.bpp);
/external/icu/icu4c/source/common/
H A Ducnv_lmb.c670 ulmbcs_byte_t Ix; local
673 for (Ix=0; Ix <= ULMBCS_GRP_LAST; Ix++)
675 if (extraInfo->OptGrpConverter[Ix] != NULL)
676 ucnv_unloadSharedDataIfReady(extraInfo->OptGrpConverter[Ix]);
/external/llvm/lib/Target/X86/AsmParser/
H A DX86AsmInstrumentation.cpp423 for (unsigned Ix = 0; Ix < Operands.size(); ++Ix) {
424 assert(Operands[Ix]);
425 MCParsedAsmOperand &Op = *Operands[Ix];
/external/clang/lib/AST/
H A DDeclObjC.cpp1327 unsigned Ix = 0, EIx = layout.size(); local
1329 data().IvarList = layout[0].Ivar; Ix++;
1332 for ( ; Ix != EIx; curIvar = layout[Ix].Ivar, Ix++)
1333 curIvar->setNextIvar(layout[Ix].Ivar);
/external/freetype/src/raster/
H A Dftraster.c1005 Long Ix, Rx, Ax; local
1076 Ix = SMulDiv_No_Round( ras.precision, Dx, Dy );
1082 Ix = -SMulDiv_No_Round( ras.precision, -Dx, Dy );
1094 x1 += Ix;
/external/pdfium/third_party/freetype/src/raster/
H A Dftraster.c1099 Long Ix, Rx, Ax; local
1170 Ix = SMulDiv_No_Round( ras.precision, Dx, Dy );
1176 Ix = -SMulDiv_No_Round( ras.precision, -Dx, Dy );
1188 x1 += Ix;
/external/clang/lib/ARCMigrate/
H A DObjCMT.cpp1362 size_t Ix = LoweredClassName.rfind(MethodNamePrefix); local
1363 if (Ix == StringRef::npos)
1365 std::string ClassNamePostfix = LoweredClassName.substr(Ix);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp5001 SDValue Ix = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff, local
5003 SDValue Load = DAG.getLoad(PtrVT, dl, Store, Ix, MachinePointerInfo(),
5059 SDValue Ix = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff, local
5061 SDValue Load = DAG.getLoad(PtrVT, dl, Store, Ix, MachinePointerInfo(),
5445 SDValue Ix = DAG.getNode(ISD::ADD, dl, PtrVT, PtrOff, local
5447 SDValue Load = DAG.getLoad(PtrVT, dl, Store, Ix, MachinePointerInfo(),

Completed in 2034 milliseconds