Searched refs:hist2 (Results 1 – 4 of 4) sorted by relevance
/third_party/ffmpeg/libavcodec/ |
D | dcadsp.c | 122 float *hist1, int *offset, float *hist2, in sub_qmf32_float_c() argument 140 hist2, filter_coeff, in sub_qmf32_float_c() 151 float *hist1, int *offset, float *hist2, in sub_qmf64_float_c() argument 189 hist2, filter_coeff, in sub_qmf64_float_c() 244 int32_t *hist1, int *offset, int32_t *hist2, in sub_qmf32_fixed_c() argument 257 hist2, filter_coeff, in sub_qmf32_fixed_c() 268 int32_t *hist1, int *offset, int32_t *hist2, in sub_qmf64_fixed_c() argument 293 hist2, filter_coeff, 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 | 91 DECLARE_ALIGNED(32, float, hist2)[64]; member 95 DECLARE_ALIGNED(32, int32_t, hist2)[64];
|
D | dca_core.c | 2022 s->dcadsp_data[ch].u.fix.hist2, in ff_dca_core_filter_fixed() 2231 s->dcadsp_data[ch].u.flt.hist2, in filter_frame_float()
|