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

  /frameworks/base/media/libstagefright/codecs/aacdec/
calc_gsfb_table.cpp 223 Int ngroups; local
233 ngroups = 0;
236 pFrameInfo->group_len[ngroups] = group[ngroups] - offset;
237 offset = group[ngroups];
238 ngroups++;
245 pFrameInfo->num_groups = ngroups;
251 for (group_idx = 0; group_idx < ngroups; group_idx++)
deinterleave.cpp 117 ngroups = pFrameInfo->num_groups;
122 FOR (group = ngroups; group > 0; group--)
128 FOR (sfb = pSfbPerWin[ngroups-group]; sfb > 0; sfb--)
132 FOR (win = pGroupLen[ngroups-group]; win > 0; win--)
238 Int ngroups; local
247 ngroups = pFrameInfo->num_groups;
252 for (group = ngroups; group > 0; group--)
260 for (sfb = pSfbPerWin[ngroups-group]; sfb > 0; sfb--)
264 for (win = pGroupLen[ngroups-group]; win > 0; win--)
  /external/jpeg/
jdmainct.c 479 int ci, rgroup, ngroups; local
492 * ngroups is the number of row groups we need.
498 ngroups = cinfo->min_DCT_scaled_size + 2;
500 ngroups = cinfo->min_DCT_scaled_size;
510 (JDIMENSION) (rgroup * ngroups));
  /external/elfutils/libasm/
libasmP.h 155 size_t ngroups; member in struct:AsmCtx
  /external/tcpdump/
print-igmp.c 156 u_int group, nsrcs, ngroups; local
165 ngroups = EXTRACT_16BITS(&bp[6]);
166 (void)printf(", %d group record(s)", ngroups);
170 for (i=0; i<ngroups; i++) {
print-pim.c 126 int maddrlen, addrlen, ngroups, njoin, nprune; local
169 ngroups = bp[3];
172 while (ngroups--) {
print-icmp6.c 746 u_int group, nsrcs, ngroups; local
756 ngroups = ntohs(icp->icmp6_data16[1]);
757 printf(", %d group record(s)", ngroups);
761 for (i = 0; i < ngroups; i++) {
    [all...]
  /external/ping/
ping.c 1678 int ngroups; local
    [all...]
  /external/ppp/pppd/
main.c 201 int ngroups; /* How many groups valid in groups */ variable
344 ngroups = getgroups(NGROUPS_MAX, groups);
    [all...]
  /external/kernel-headers/original/linux/
sched.h 718 int ngroups; member in struct:group_info
    [all...]

Completed in 613 milliseconds