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

  /external/chromium_org/third_party/openmax_dl/dl/sp/src/x86/
x86SP_FFT_F32_radix2_kernel.c 30 OMX_INT sub_size,
38 OMX_INT sub_size,
61 OMX_INT sub_size; local
72 for (sub_size = 2, sub_num = n_by_2;
73 sub_size < 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);
x86SP_FFT_F32_radix4_kernel.c 39 OMX_INT sub_size,
47 OMX_INT sub_size,
55 OMX_INT sub_size,
63 OMX_INT sub_size,
121 OMX_INT sub_size; local
132 for (sub_size = 4, sub_num = n_by_4;
133 sub_size < n_by_4;
134 sub_size = sub_size << 2, sub_num = sub_num >> 2) {
138 n, sub_size, sub_num)
172 OMX_INT sub_size, sub_num; local
    [all...]
  /frameworks/av/media/libstagefright/
ESDS.cpp 174 size_t sub_offset, sub_size; local
176 offset, size, &tag, &sub_offset, &sub_size);
186 err = parseDecoderConfigDescriptor(sub_offset, sub_size);
208 size_t sub_offset, sub_size; local
210 offset, size, &tag, &sub_offset, &sub_size);
221 mDecoderSpecificLength = sub_size;

Completed in 77 milliseconds