HomeSort by relevance Sort by last modified time
    Searched defs:sub_num (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
x86SP_FFT_F32_radix2_kernel.c 31 OMX_INT sub_num);
39 OMX_INT sub_num);
62 OMX_INT sub_num; local
72 for (sub_size = 2, sub_num = n_by_2;
74 sub_size = sub_size << 1, sub_num = sub_num >> 1) {
78 n, sub_size, sub_num);
81 n, sub_size, sub_num);
89 // If sub_num <= 1, no need to do the last stage.
90 if (sub_num <= 1
    [all...]
x86SP_FFT_F32_radix4_kernel.c 40 OMX_INT sub_num);
48 OMX_INT sub_num);
56 OMX_INT sub_num);
64 OMX_INT sub_num);
122 OMX_INT sub_num; local
132 for (sub_size = 4, sub_num = n_by_4;
134 sub_size = sub_size << 2, sub_num = sub_num >> 2) {
138 n, sub_size, sub_num);
141 n, sub_size, sub_num);
172 OMX_INT sub_size, sub_num; local
    [all...]

Completed in 55 milliseconds