Home
last modified time | relevance | path

Searched refs:real_num (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dafir_template.c67 double div, real_num = 0., imag_num = 0., real = 0., imag = 0.; in fn() local
72 real_num += cos(-x * w) * src[x] * x; in fn()
79 delay[i] = (real_num * real + imag_num * imag) / div; in fn()
/third_party/mindspore/patches/
D0005-micro-for-ohos.patch9752 + std::vector<int> real_num(symbols.size());
9756 + real_num[j] = remain / post_multi[j];
9771 + input_shape.push_back(symbols_to_num[dim][real_num[symbols_index[dim]]]);