HomeSort by relevance Sort by last modified time
    Searched refs:tabIndex (Results 1 - 25 of 42) sorted by null

1 2

  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/
armVCM4P2_GetVLCBits.c 114 OMX_U8 tabIndex, markerBit;
198 tabIndex = 1;
199 while (pRunIndexTableL0[tabIndex] <= unpackRetIndex)
201 tabIndex++;
203 storeRun = tabIndex - 1;
204 storeLevel = unpackRetIndex - pRunIndexTableL0[tabIndex - 1] + 1;
235 tabIndex = 1;
236 while (pRunIndexTableL1[tabIndex] <= unpackRetIndex)
238 tabIndex++;
240 storeRun = tabIndex - 1
    [all...]
  /external/aac/libAACenc/src/
quantize.cpp 131 INT tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
133 accu = fMultDiv2(FDKaacEnc_mTab_3_4[tabIndex],FDKaacEnc_quantTableE[totalShift&3]);
144 INT tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
146 accu = fMultDiv2(FDKaacEnc_mTab_3_4[tabIndex],FDKaacEnc_quantTableE[totalShift&3]);
184 INT ex,specExp,tabIndex;
195 tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
198 s = FDKaacEnc_mTab_4_3Elc[tabIndex];
218 INT ex,specExp,tabIndex;
229 tabIndex = (INT)(accu>>(DFRACT_BITS-2-MANT_DIGITS))&(~MANT_SIZE);
232 s = FDKaacEnc_mTab_4_3Elc[tabIndex];
    [all...]
  /developers/build/prebuilts/gradle/BasicTransition/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 236 private void scrollToTab(int tabIndex, int positionOffset) {
238 if (tabStripChildCount == 0 || tabIndex < 0 || tabIndex >= tabStripChildCount) {
242 View selectedChild = mTabStrip.getChildAt(tabIndex);
246 if (tabIndex > 0 || positionOffset > 0) {
  /developers/build/prebuilts/gradle/SlidingTabsBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 236 private void scrollToTab(int tabIndex, int positionOffset) {
238 if (tabStripChildCount == 0 || tabIndex < 0 || tabIndex >= tabStripChildCount) {
242 View selectedChild = mTabStrip.getChildAt(tabIndex);
246 if (tabIndex > 0 || positionOffset > 0) {
  /developers/build/prebuilts/gradle/SlidingTabsColors/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 236 private void scrollToTab(int tabIndex, int positionOffset) {
238 if (tabStripChildCount == 0 || tabIndex < 0 || tabIndex >= tabStripChildCount) {
242 View selectedChild = mTabStrip.getChildAt(tabIndex);
246 if (tabIndex > 0 || positionOffset > 0) {
  /developers/build/prebuilts/gradle/SwipeRefreshLayoutBasic/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 236 private void scrollToTab(int tabIndex, int positionOffset) {
238 if (tabStripChildCount == 0 || tabIndex < 0 || tabIndex >= tabStripChildCount) {
242 View selectedChild = mTabStrip.getChildAt(tabIndex);
246 if (tabIndex > 0 || positionOffset > 0) {
  /developers/build/prebuilts/gradle/SwipeRefreshListFragment/Application/src/main/java/com/example/android/common/view/
SlidingTabLayout.java 236 private void scrollToTab(int tabIndex, int positionOffset) {
238 if (tabStripChildCount == 0 || tabIndex < 0 || tabIndex >= tabStripChildCount) {
242 View selectedChild = mTabStrip.getChildAt(tabIndex);
246 if (tabIndex > 0 || positionOffset > 0) {