Searched refs:coefficient1 (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/test/Transforms/InferFunctionAttrs/ |
D | norecurse_debug.ll | 6 @foo.coefficient1 = internal unnamed_addr global i32* null, align 4, !dbg !0 16 store i32 %1, i32* bitcast (i32** @foo.coefficient1 to i32*), align 4, !dbg !28 31 !1 = distinct !DIGlobalVariable(name: "coefficient1", scope: !2, file: !3, line: 5, type: !12, isLo… 56 ; CHECK-NOT: foo.coefficient1
|
/external/oboe/src/flowgraph/resampler/ |
D | SincResamplerStereo.cpp | 65 float coefficient1 = *coefficients1++; in readFrame() local 69 mSingleFrame[channel] += sample * coefficient1; in readFrame()
|
D | SincResampler.cpp | 61 float coefficient1 = *coefficients1++; in readFrame() local 65 mSingleFrame[channel] += sample * coefficient1; in readFrame()
|
/external/libgav1/libgav1/src/dsp/x86/ |
D | loop_restoration_sse4.cc | 138 const int coefficient1, in WienerHorizontalTap5() argument 145 filter[2] = _mm_set1_epi16((1 << 8) | static_cast<uint8_t>(coefficient1)); in WienerHorizontalTap5()
|