Home
last modified time | relevance | path

Searched refs:hist1 (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Ddcadsp.c121 float *hist1, int *offset, float *hist2, in sub_qmf32_float_c() argument
138 synth->synth_filter_float(imdct, hist1, offset, in sub_qmf32_float_c()
150 float *hist1, int *offset, float *hist2, in sub_qmf64_float_c() argument
187 synth->synth_filter_float_64(imdct, hist1, offset, in sub_qmf64_float_c()
243 int32_t *hist1, int *offset, int32_t *hist2, in sub_qmf32_fixed_c() argument
255 synth->synth_filter_fixed(imdct, hist1, offset, in sub_qmf32_fixed_c()
267 int32_t *hist1, int *offset, int32_t *hist2, in sub_qmf64_fixed_c() argument
291 synth->synth_filter_fixed_64(imdct, hist1, offset, in sub_qmf64_fixed_c()
Ddcadsp.h54 float *hist1, int *offset, float *hist2,
69 int32_t *hist1, int *offset, int32_t *hist2,
Ddca_core.h88 DECLARE_ALIGNED(32, float, hist1)[1024]; member
92 DECLARE_ALIGNED(32, int32_t, hist1)[1024];
Ddca_core.c2022 s->dcadsp_data[ch].u.fix.hist1, in ff_dca_core_filter_fixed()
2231 s->dcadsp_data[ch].u.flt.hist1, in filter_frame_float()