Searched refs:hist1 (Results 1 – 5 of 5) sorted by relevance
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | HistogramTest.cs | 73 var hist1 = new Histogram(0.01, 60e9); in MergeSnapshots() 74 hist1.AddObservation(-0.5); // should be in the first bucket in MergeSnapshots() 75 hist1.AddObservation(1e12); // should be in the last bucket in MergeSnapshots() 76 hist1.GetSnapshot(data, false); in MergeSnapshots()
|
/third_party/ffmpeg/libavcodec/ |
D | dcadsp.c | 122 float *hist1, int *offset, float *hist2, in sub_qmf32_float_c() argument 139 synth->synth_filter_float(imdct, hist1, offset, in sub_qmf32_float_c() 151 float *hist1, int *offset, float *hist2, in sub_qmf64_float_c() argument 188 synth->synth_filter_float_64(imdct, hist1, offset, in sub_qmf64_float_c() 244 int32_t *hist1, int *offset, int32_t *hist2, in sub_qmf32_fixed_c() argument 256 synth->synth_filter_fixed(imdct, hist1, offset, in sub_qmf32_fixed_c() 268 int32_t *hist1, int *offset, int32_t *hist2, in sub_qmf64_fixed_c() argument 292 synth->synth_filter_fixed_64(imdct, hist1, offset, in sub_qmf64_fixed_c()
|
D | dcadsp.h | 54 float *hist1, int *offset, float *hist2, 69 int32_t *hist1, int *offset, int32_t *hist2,
|
D | dca_core.h | 90 DECLARE_ALIGNED(32, float, hist1)[1024]; member 94 DECLARE_ALIGNED(32, int32_t, hist1)[1024];
|
D | dca_core.c | 2020 s->dcadsp_data[ch].u.fix.hist1, in ff_dca_core_filter_fixed() 2229 s->dcadsp_data[ch].u.flt.hist1, in filter_frame_float()
|