Searched refs:In (Results 1 - 25 of 185) sorted by relevance

12345678

/external/webrtc/src/common_audio/signal_processing/
H A Dresample_fractional.c44 void WebRtcSpl_Resample48khzTo32khz(const WebRtc_Word32 *In, WebRtc_Word32 *Out, argument
58 tmp += kCoefficients48To32[0][0] * In[0];
59 tmp += kCoefficients48To32[0][1] * In[1];
60 tmp += kCoefficients48To32[0][2] * In[2];
61 tmp += kCoefficients48To32[0][3] * In[3];
62 tmp += kCoefficients48To32[0][4] * In[4];
63 tmp += kCoefficients48To32[0][5] * In[5];
64 tmp += kCoefficients48To32[0][6] * In[6];
65 tmp += kCoefficients48To32[0][7] * In[7];
69 tmp += kCoefficients48To32[1][0] * In[
90 WebRtcSpl_Resample32khzTo24khz(const WebRtc_Word32 *In, WebRtc_Word32 *Out, const WebRtc_Word32 K) argument
199 WebRtcSpl_Resample44khzTo32khz(const WebRtc_Word32 *In, WebRtc_Word32 *Out, const WebRtc_Word32 K) argument
[all...]
H A Dresample.c22 static void WebRtcSpl_32khzTo22khzIntToShort(const WebRtc_Word32 *In, WebRtc_Word16 *Out,
25 void WebRtcSpl_32khzTo22khzIntToInt(const WebRtc_Word32 *In, WebRtc_Word32 *Out,
422 void WebRtcSpl_32khzTo22khzIntToInt(const WebRtc_Word32* In, argument
436 Out[0] = ((WebRtc_Word32)In[3] << 15) + (1 << 14);
439 WebRtcSpl_DotProdIntToInt(&In[0], &In[22], kCoefficients32To22[0], &Out[1], &Out[10]);
442 WebRtcSpl_DotProdIntToInt(&In[2], &In[20], kCoefficients32To22[1], &Out[2], &Out[9]);
445 WebRtcSpl_DotProdIntToInt(&In[3], &In[1
464 WebRtcSpl_32khzTo22khzIntToShort(const WebRtc_Word32 *In, WebRtc_Word16 *Out, const WebRtc_Word32 K) argument
[all...]
/external/guava/guava-tests/test/com/google/common/io/
H A DTestByteSource.java59 return new RandomAmountInputStream(new In(), new Random());
62 private final class In extends TestInputStream { class in class:TestByteSource
64 public In() throws IOException { method in class:TestByteSource.In
/external/mesa3d/src/mapi/mapi/
H A Dsources.mak5 # - In default mode, mapi implements the interface defined by mapi.h. To use
8 # - In util mode, mapi provides utility functions for use with glapi. To use
11 # - In glapi mode, mapi implements the interface defined by glapi.h. To use
14 # - In bridge mode, mapi provides entry points calling into glapi. To use
/external/valgrind/memcheck/tests/
H A Ddescr_belowsp.stderr.exp17 In stack guard protected page, .... bytes below stack pointer
23 In stack guard protected page, .... bytes below stack pointer
26 In stack guard protected page, .... bytes below stack pointer
/external/llvm/examples/OCaml-Kaleidoscope/Chapter5/
H A Dtoken.ml19 | For | In
/external/llvm/examples/OCaml-Kaleidoscope/Chapter6/
H A Dtoken.ml19 | For | In Constructor in type:token
/external/llvm/examples/OCaml-Kaleidoscope/Chapter7/
H A Dtoken.ml19 | For | In Constructor in type:token
/external/clang/test/SemaTemplate/
H A Ddeduction-crash.cpp36 struct In;
39 struct In<a::int_<aaa::a>,my>;
44 In<a::int_<0> > a;
/external/llvm/lib/Transforms/IPO/
H A DInternalize.cpp94 std::ifstream In(Filename);
95 if (!In.good()) {
100 while (In) {
102 In >> Symbol;
H A DLoopExtractor.cpp202 std::ifstream In(Filename);
203 if (!In.good()) {
208 while (In) {
210 In >> FunctionName;
211 In >> BlockName;
/external/llvm/tools/lli/Unix/
H A DRPCChannel.inc46 // In the child...
68 // In the parent...
/external/mdnsresponder/mDNSShared/
H A Ddnsextd.conf5 // In most cases, you should not need to change these default options in
16 // In /etc/named.conf you will need to modify the "options" section to
/external/skia/include/core/
H A DSkMath.h26 * exactly fits in signed 32bits. In the release build, no checks are preformed
213 template <typename In, typename Out>
214 inline void SkTDivMod(In numer, In denom, Out* div, Out* mod) {
222 const In d = numer/denom;
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
H A Dcmslut.c62 void EvaluateIdentity(const cmsFloat32Number In[], argument
66 memmove(Out, In, mpe ->InputChannels * sizeof(cmsFloat32Number));
83 void FromFloatTo16(const cmsFloat32Number In[], cmsUInt16Number Out[], cmsUInt32Number n) argument
88 Out[i] = _cmsQuickSaturateWord(In[i] * 65535.0);
94 void From16ToFloat(const cmsUInt16Number In[], cmsFloat32Number Out[], cmsUInt32Number n) argument
99 Out[i] = (cmsFloat32Number) In[i] / 65535.0F;
167 void EvaluateCurves(const cmsFloat32Number In[], argument
182 Out[i] = cmsEvalToneCurveFloat(Data ->TheCurves[i], In[i]);
312 void EvaluateMatrix(const cmsFloat32Number In[], argument
325 Tmp += In[
441 EvaluateCLUTfloat(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe) argument
451 EvaluateCLUTfloatIn16(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe) argument
703 IdentitySampler(register const cmsUInt16Number In[], register cmsUInt16Number Out[], register void * Cargo) argument
755 cmsUInt16Number In[MAX_INPUT_DIMENSIONS+1], Out[MAX_STAGE_CHANNELS]; local
817 cmsFloat32Number In[MAX_INPUT_DIMENSIONS+1], Out[MAX_STAGE_CHANNELS]; local
875 cmsUInt16Number In[cmsMAXCHANNELS]; local
905 cmsFloat32Number In[cmsMAXCHANNELS]; local
937 EvaluateLab2XYZ(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe) argument
1135 EvaluateXYZ2Lab(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsStage *mpe) argument
1278 _LUTeval16(register const cmsUInt16Number In[], register cmsUInt16Number Out[], register const void* D) argument
1304 _LUTevalFloat(register const cmsFloat32Number In[], register cmsFloat32Number Out[], const void* D) argument
1396 cmsPipelineEval16(const cmsUInt16Number In[], cmsUInt16Number Out[], const cmsPipeline* lut) argument
1404 cmsPipelineEvalFloat(const cmsFloat32Number In[], cmsFloat32Number Out[], const cmsPipeline* lut) argument
[all...]
H A Dcmsgamma.c35 // a procedure that evaluates the function. In the case of reverse evaluation, the evaluator will
235 // In this case, there are no segments
820 cmsToneCurve* CMSEXPORT cmsDupToneCurve(const cmsToneCurve* In) argument
825 if (In == NULL || In ->InterpParams == NULL || In ->Segments == NULL || In ->Table16 == NULL) return NULL;
827 return AllocateToneCurveStruct(In ->InterpParams ->ContextID, In ->nEntries, In
878 GetInterval(cmsFloat64Number In, const cmsUInt16Number LutTable[], const struct _cms_interp_struc* p) argument
1223 cmsUInt16Number In, Out; local
[all...]
H A Dcmsps2.c50 In order to obtain precision, code chooses between three ways to implement
575 // In[] The grid location coordinates, normalized to 0..ffff
585 int OutputValueSampler(register const cmsUInt16Number In[], register cmsUInt16Number Out[], register void* Cargo) argument
593 if (In[0] == 0xFFFF) { // Only in L* = 100, ab = [-8..8]
595 if ((In[1] >= 0x7800 && In[1] <= 0x8800) &&
596 (In[2] >= 0x7800 && In[2] <= 0x8800)) {
616 if (In[0] != sc ->FirstComponent) {
629 sc ->FirstComponent = In[
1020 cmsUInt16Number In[1]; local
1441 cmsUInt16Number In[1]; local
[all...]
/external/webrtc/src/modules/audio_coding/codecs/isac/main/source/
H A Dfilter_functions.c55 void WebRtcIsac_AllZeroFilter(double *In, double *Coef, int lengthInOut, int orderCoef, double *Out){ argument
57 /* the state of filter is assumed to be in In[-1] to In[-orderCoef] */
64 tmp = In[0] * Coef[0];
67 tmp += Coef[k] * In[-k];
71 In++;
77 void WebRtcIsac_ZeroPoleFilter(double *In, double *ZeroCoef, double *PoleCoef, int lengthInOut, int orderCoef, double *Out){ argument
79 /* the state of the zero section is assumed to be in In[-1] to In[-orderCoef] */
82 WebRtcIsac_AllZeroFilter(In,ZeroCoe
[all...]
H A Dcodec.h185 void WebRtcIsac_AllZeroFilter(double* In, double* Coef, int lengthInOut,
188 void WebRtcIsac_ZeroPoleFilter(double* In, double* ZeroCoef, double* PoleCoef,
/external/llvm/lib/LineEditor/
H A DLineEditor.cpp193 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, argument
206 Data->EL = ::el_init(ProgName.str().c_str(), In, Out, Err);
277 FILE *In; member in struct:LineEditor::InternalData
281 LineEditor::LineEditor(StringRef ProgName, StringRef HistoryPath, FILE *In, argument
284 Data->In = In;
301 char *Res = ::fgets(Buf, sizeof(Buf), Data->In);
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp522 Value *In = ICI->getOperand(0);
523 Value *Sh = ConstantInt::get(In->getType(),
524 In->getType()->getScalarSizeInBits()-1);
525 In = Builder->CreateLShr(In, Sh, In->getName()+".lobit");
526 if (In->getType() != CI.getType())
527 In = Builder->CreateIntCast(In, CI.getType(), false/*ZExt*/);
530 Constant *One = ConstantInt::get(In
568 Value *In = ICI->getOperand(0); local
909 Value *In = Builder->CreateAShr(Op0, Sh, Op0->getName()+".lobit"); local
931 Value *In = ICI->getOperand(0); local
[all...]
/external/vboot_reference/scripts/image_signing/
H A Dconvert_recovery_to_ssd.sh14 In-place converts recovery <image> into an SSD image. With --force, does not
/external/deqp/modules/glshared/
H A DglsBuiltinPrecisionTests.cpp127 * In the precision tests we are dealing with functions of different arities.
4294 template <typename In>
4297 return (!isTypeValid<typename In::In0>() ? 0 :
4298 !isTypeValid<typename In::In1>() ? 1 :
4299 !isTypeValid<typename In::In2>() ? 2 :
4300 !isTypeValid<typename In::In3>() ? 3 :
4319 template<typename In>
4322 vector<typename In::In0> in0;
4323 vector<typename In::In1> in1;
4324 vector<typename In
4847 typedef InTypes<Arg0, Arg1, Arg2, Arg3> In; typedef in class:deqp::gls::BuiltinPrecisionTests::FuncCase
4905 typedef InTypes<Arg0, Arg2, Arg3> In; typedef in class:deqp::gls::BuiltinPrecisionTests::InOutFuncCase
[all...]
/external/boringssl/src/crypto/modes/asm/
H A Dghashv8-armx.pl229 { my ($Xln,$Xmn,$Xhn,$In) = map("q$_",(4..7));
240 vext.8 $In,$t1,$t1,#8
242 vpmull.p64 $Xln,$H,$In @ H�Ii+1
243 veor $t1,$t1,$In @ Karatsuba pre-processing
244 vpmull2.p64 $Xhn,$H,$In
280 vext.8 $In,$t1,$t1,#8
283 vpmull.p64 $Xln,$H,$In @ H�Ii+1
289 veor $t1,$t1,$In @ Karatsuba pre-processing
291 vpmull2.p64 $Xhn,$H,$In
/external/icu/icu4j/
H A Dadjust_icudt_path.mk0 # In order to append $(icu4c_data) to the dataPath line in ICUConfig.properties

Completed in 657 milliseconds

12345678