Searched refs:group (Results 1 - 25 of 80) sorted by relevance

1234

/frameworks/base/media/libstagefright/codecs/aacdec/
H A Dms_map_mask.h78 Int *group,
H A Dps_stereo_processing.cpp160 Int32 group; local
197 for (group = 0; group < SUBQMF_GROUPS; group++) /* SUBQMF_GROUPS == 10 */
200 temp1 = pms->deltaH11[group];
201 temp2 = pms->deltaH12[group];
203 pms->H11[group] += temp1;
204 h11 = (Int16)(pms->H11[group] >> 16);
205 pms->H12[group] += temp2;
206 h12 = (Int16)(pms->H12[group] >> 1
[all...]
H A Dps_init_stereo_mixing.cpp222 Int32 group; local
279 for (group = 0; group < NO_IID_GROUPS; group++) /* == 22 */
281 bin = bins2groupMap[group];
358 ptr_tmp = &pms->h11Prev[group];
359 pms->H11[group] = *ptr_tmp;
360 pms->deltaH11[group] = (h11 - *ptr_tmp) >> 5;
363 ptr_tmp = &pms->h12Prev[group];
364 pms->H12[group]
[all...]
H A Dgetgroup.cpp33 (3) Modified UChar -> Int on data types of group
48 group[] = array that holds the index of the first window in each
49 group. Type Int
61 group contains the index of first windows in each group
75 set of short windows form a group then they share scalefactors, intensity
76 positions and PNS information. The first short window is always a new group
78 group if the associated grouping bit is 1. A new group is started if the
81 of next group
217 getgroup( Int group[], BITS *pInputStream) argument
[all...]
H A Ddeinterleave.cpp73 each group
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--)
153 ENDFOR (group)
228 Int group; /* group index */ local
252 for (group
[all...]
H A Dcalc_gsfb_table.cpp43 group[] = array that contains the grouping information of short
44 windows (stop index of windows in each group).
58 scalefactor bands in each group
71 scalefactor band in each group.
72 All windows within one group share the same scalefactors and are interleaved
73 on a scalefactor band basis. Within each group, the actual length of one
81 with the cumulative bandwidth of each scalefactor band in each group
119 pFrameInfo->group_len[group_idx] = group[group_idx] - offset;
120 offset = group[group_idx];
213 Int group[])
211 calc_gsfb_table( FrameInfo *pFrameInfo, Int group[]) argument
[all...]
H A Dapply_ms_synt.h81 const Int group[],
H A Dget_ics_info.h95 Int group[],
H A Dpns_left.h89 const Int group[],
H A Dhuffdecode.cpp227 pChVars[leftCh]->group,
232 MODIFYING(pInputStream, wnd, wnd_shape_this_bk,group,
244 pChVars[rightCh]->group,
245 pChVars[leftCh]->group,
246 NSHORT*sizeof(pChVars[leftCh]->group[0]));
251 pChVars[leftCh]->group,
285 pChVars[ch]->group,
292 MODIFYING(pInputStream,pVarsp,ChVars[ch],group,
457 pChLeftShare->group,
471 pChRightShare->group,
[all...]
H A Dpns_intensity_right.h88 const Int group[],
H A Dget_ics_info.cpp82 group = array that holds the index of the first window in each
83 group. Data type array of Int, eight elements.
118 group[] contents will be modified to grouping information. See getgroup
211 group = group,
213 MODIFYING(group)
220 group[0] = 1;
313 MODIFY(group[])
409 Int group[],
456 group,
403 get_ics_info( const tMP4AudioObjectType audioObjectType, BITS *pInputStream, const Bool common_window, WINDOW_SEQUENCE *pWindowSequence, WINDOW_SHAPE *pWindowShape, Int group[], Int *p_max_sfb, FrameInfo *p_winmap[], LT_PRED_STATUS *pFirstLTPStatus, LT_PRED_STATUS *pSecondLTPStatus) argument
[all...]
H A Ds_tdec_int_chan.h137 Int group[NSHORT]; member in struct:__anon300
H A Dapply_ms_synt.cpp38 pFrameInfo = Pointer to structure that holds information about each group.
40 per group, etc.)
43 group = Array that contains indexes of the
44 first window in the next group.
298 const Int group[],
329 const Int *pGroup = group;
362 * Partition is equal to the first window in the next group
401 * steps through all the windows in the group (they share
439 * to the first sfb in the 2nd window of the group.
296 apply_ms_synt( const FrameInfo * const pFrameInfo, const Int group[], const Bool mask_map[], const Int codebook_map[], Int32 coefLeft[], Int32 coefRight[], Int q_formatLeft[MAXBANDS], Int q_formatRight[MAXBANDS]) argument
H A Dgetmask.cpp61 each group in current frame, Type Int
258 Int group[],
275 pGroup = group;
255 getmask( FrameInfo *pFrameInfo, BITS *pInputStream, Int group[], Int max_sfb, Int mask[]) argument
/frameworks/base/core/tests/coretests/src/android/widget/
H A DRadioGroupPreCheckedTest.java42 RadioGroup group = (RadioGroup) activity.findViewById(R.id.group);
44 group.getCheckedRadioButtonId());
59 RadioGroup group = (RadioGroup) activity.findViewById(R.id.group);
61 group.getCheckedRadioButtonId());
/frameworks/base/core/java/android/content/pm/
H A DPermissionInfo.java58 * The group this permission is a part of, as per
61 public String group; field in class:PermissionInfo
91 group = orig.group;
133 dest.writeString(group);
151 group = source.readString();
/frameworks/base/awt/org/apache/harmony/awt/
H A DContextStorage.java122 ThreadGroup group = thread.getThreadGroup();
123 while (group != null) {
124 if (group instanceof ContextThreadGroup) {
125 return (ContextThreadGroup)group;
127 group = group.getParent();
129 // awt.59=Application has run out of context thread group
/frameworks/base/core/java/android/pim/vcard/
H A DVCardInterpreter.java33 * The term "property" is one line in vCard entry, which consists of "group", "property name",
76 * @param group A group name. This method may be called more than once or may not be
79 void propertyGroup(String group); argument
H A DVCardEntryCounter.java49 public void propertyGroup(String group) { argument
H A DVCardInterpreterCollection.java73 public void propertyGroup(String group) { argument
75 builder.propertyGroup(group);
/frameworks/base/core/java/android/net/
H A DWebAddress.java81 t = m.group(MATCH_GROUP_SCHEME);
83 t = m.group(MATCH_GROUP_AUTHORITY);
85 t = m.group(MATCH_GROUP_HOST);
87 t = m.group(MATCH_GROUP_PORT);
96 t = m.group(MATCH_GROUP_PATH);
/frameworks/base/core/java/com/android/internal/http/
H A DHttpDateTime.java95 date = getDate(rfcMatcher.group(1));
96 month = getMonth(rfcMatcher.group(2));
97 year = getYear(rfcMatcher.group(3));
98 timeOfDay = getTime(rfcMatcher.group(4));
102 month = getMonth(ansicMatcher.group(1));
103 date = getDate(ansicMatcher.group(2));
104 timeOfDay = getTime(ansicMatcher.group(3));
105 year = getYear(ansicMatcher.group(4));
/frameworks/base/core/java/android/view/
H A DMenu.java71 * Value to use for group and item identifier integers when you don't care
77 * First value for group and item identifier integers.
112 * any existing menu items in the same group.
151 * @param groupId The group identifier that this item should be part of.
154 * group.
168 * @param groupId The group identifier that this item should be part of.
171 * group.
210 * @param groupId The group identifier that this item should be part of.
213 * group.
227 * @param groupId The group identifie
333 setGroupCheckable(int group, boolean checkable, boolean exclusive) argument
343 setGroupVisible(int group, boolean visible) argument
353 setGroupEnabled(int group, boolean enabled) argument
[all...]
/frameworks/base/core/java/android/util/
H A DPatterns.java192 String s = matcher.group(i);
216 String matchingRegion = matcher.group();

Completed in 907 milliseconds

1234