Home
last modified time | relevance | path

Searched refs:prev (Results 1 – 25 of 88) sorted by relevance

1234

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dget_pred_outside.cpp113 #define PAD_CORNER { temp = *prev; \
133 #define PAD_ROW { temp = *((uint32*)prev); \
134 temp2 = *((uint32*)(prev+4)); \
152 #define PAD_EXTRA_4x8 { temp = *((uint32*)(prev+8)); \
162 #define PAD_COL { temp = *prev; \
166 temp = *(prev+=16); \
170 temp = *(prev+=16); \
174 temp = *(prev+=16); \
178 temp = *(prev+=16); \
182 temp = *(prev+=16); \
[all …]
Dget_pred_adv_b_add.cpp83 uint8 *prev, /* i */ in GetPredAdvancedBy0x0() argument
99 tmp = (uintptr_t)prev & 0x3; in GetPredAdvancedBy0x0()
106 *((uint32*)(pred_block += offset2)) = *((uint32*)prev); in GetPredAdvancedBy0x0()
107 *((uint32*)(pred_block += 4)) = *((uint32*)(prev + 4)); in GetPredAdvancedBy0x0()
108 prev += width; in GetPredAdvancedBy0x0()
114 prev--; /* word-aligned */ in GetPredAdvancedBy0x0()
118 word1 = *((uint32*)prev); /* read 4 bytes, b4 b3 b2 b1 */ in GetPredAdvancedBy0x0()
119 word2 = *((uint32*)(prev += 4)); /* read 4 bytes, b8 b7 b6 b5 */ in GetPredAdvancedBy0x0()
124 word1 = *((uint32*)(prev += 4)); /* b12 b11 b10 b9 */ in GetPredAdvancedBy0x0()
129 prev += offset; in GetPredAdvancedBy0x0()
[all …]
Dmb_utils.cpp25 void PutSKIPPED_MB(uint8 *comp, uint8 *prev, int width) in PutSKIPPED_MB() argument
34 temp0 = (int32 *)prev; in PutSKIPPED_MB()
43 prev += width; in PutSKIPPED_MB()
45 temp0 = (int32 *)prev; in PutSKIPPED_MB()
54 prev += width; in PutSKIPPED_MB()
56 temp0 = (int32 *)prev; in PutSKIPPED_MB()
65 prev += width; in PutSKIPPED_MB()
67 temp0 = (int32 *)prev; in PutSKIPPED_MB()
75 prev += width; in PutSKIPPED_MB()
86 void PutSKIPPED_B(uint8 *comp, uint8 *prev, int width) in PutSKIPPED_B() argument
[all …]
Dmb_motion_comp.cpp129 Vop *prev = video->prevVop; in MBMotionComp() local
238 c_prev = prev->yChan; in MBMotionComp()
448 cu_prev = prev->uChan; in MBMotionComp()
451 cv_prev = prev->vChan; in MBMotionComp()
552 Vop *prev = video->prevVop; in SkippedMBMotionComp() local
577 c_prev = prev->yChan + offset; in SkippedMBMotionComp()
579 cu_prev = prev->uChan + (offset >> 2) + (xpos >> 2); in SkippedMBMotionComp()
581 cv_prev = prev->vChan + (offset >> 2) + (xpos >> 2); in SkippedMBMotionComp()
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmotion_comp.cpp351 UChar *prev, /* i */ in GetPredAdvBy0x0() argument
366 tmp = (uintptr_t)prev & 0x3; in GetPredAdvBy0x0()
371 prev -= lx; in GetPredAdvBy0x0()
375 *((ULong*)(rec += 16)) = *((ULong*)(prev += lx)); in GetPredAdvBy0x0()
376 *((ULong*)(rec + 4)) = *((ULong*)(prev + 4)); in GetPredAdvBy0x0()
382 prev--; /* word-aligned */ in GetPredAdvBy0x0()
384 prev -= lx; in GetPredAdvBy0x0()
388 word1 = *((ULong*)(prev += lx)); /* read 4 bytes, b4 b3 b2 b1 */ in GetPredAdvBy0x0()
389 word2 = *((ULong*)(prev + 4)); /* read 4 bytes, b8 b7 b6 b5 */ in GetPredAdvBy0x0()
394 word1 = *((ULong*)(prev + 8)); /* b12 b11 b10 b9 */ in GetPredAdvBy0x0()
[all …]
Ddct.h80 void idct_rowzmv(Short *srce, UChar *rec, UChar *prev, Int lx);
81 void idct_row0zmv(Short *blk, UChar *rec, UChar *prev, Int lx);
82 void idct_row1zmv(Short *blk, UChar *rec, UChar *prev, Int lx);
83 void idct_row2zmv(Short *blk, UChar *rec, UChar *prev, Int lx);
84 void idct_row3zmv(Short *blk, UChar *rec, UChar *prev, Int lx);
85 void idct_row4zmv(Short *blk, UChar *rec, UChar *prev, Int lx);
86 void idct_row0x40zmv(Short *blk, UChar *rec, UChar *prev, Int lx);
87 void idct_row0x20zmv(Short *blk, UChar *rec, UChar *prev, Int lx);
88 void idct_row0x10zmv(Short *blk, UChar *rec, UChar *prev, Int lx);
89 void idct_row0xCCzmv(Short *blk, UChar *rec, UChar *prev, Int lx);
[all …]
/frameworks/rs/driver/runtime/
Drs_core.c114 uint32_t prev, status; in rsAtomicMin() local
116 prev = *ptr; in rsAtomicMin()
117 uint32_t n = min(value, prev); in rsAtomicMin()
118 status = __sync_val_compare_and_swap(ptr, prev, n); in rsAtomicMin()
119 } while (status != prev); in rsAtomicMin()
120 return prev; in rsAtomicMin()
124 int32_t prev, status; in rsAtomicMin() local
126 prev = *ptr; in rsAtomicMin()
127 int32_t n = min(value, prev); in rsAtomicMin()
128 status = __sync_val_compare_and_swap(ptr, prev, n); in rsAtomicMin()
[all …]
/frameworks/base/libs/hwui/
DDamageAccumulator.cpp43 DirtyStack* prev; member
51 mHead->prev = mHead; in DamageAccumulator()
56 if (currentFrame->prev != currentFrame) { in computeTransformImpl()
57 computeTransformImpl(currentFrame->prev, outMatrix); in computeTransformImpl()
83 nextFrame->prev = mHead; in pushCommon()
103 LOG_ALWAYS_FATAL_IF(mHead->prev == mHead, "Cannot pop the root frame!"); in popTransform()
105 mHead = mHead->prev; in popTransform()
158 while (frame->prev != frame) { in findParentRenderNode()
159 frame = frame->prev; in findParentRenderNode()
169 while (frame->prev != frame) { in findProjectionReceiver()
[all …]
DAnimationContext.cpp121 void AnimationHandle::insertAfter(AnimationHandle* prev) { in insertAfter() argument
123 mNextHandle = prev->mNextHandle; in insertAfter()
127 prev->mNextHandle = this; in insertAfter()
128 mPreviousHandle = prev; in insertAfter()
/frameworks/native/libs/binder/
DMemoryDealer.cpp63 newNode->prev = node; in insertAfter()
66 else node->next->prev = newNode; in insertAfter()
71 newNode->prev = node->prev; in insertBefore()
73 if (node->prev == 0) mFirst = newNode; in insertBefore()
74 else node->prev->next = newNode; in insertBefore()
75 node->prev = newNode; in insertBefore()
81 newNode->prev = newNode->next = 0; in insertHead()
83 newNode->prev = 0; in insertHead()
85 mFirst->prev = newNode; in insertHead()
94 newNode->prev = mLast; in insertTail()
[all …]
/frameworks/compile/mclinker/lib/LD/
DBranchIslandFactory.cpp81 for (iterator it = begin(), ie = end(), prev = ie; it != ie; in getIslands() local
82 prev = it, ++it) { in getIslands()
91 if ((prev != ie) && (pFragment.getParent() == (*prev).getParent())) { in getIslands()
93 if ((pFragment.getOffset() > (*prev).offset()) && in getIslands()
94 (bwd_off <= (int64_t)(*prev).offset())) { in getIslands()
95 bwd = &*prev; in getIslands()
/frameworks/native/libs/ui/
DRegion.cpp135 const Rect prev = dst[static_cast<size_t>(prevIndex)]; in reverseRectsResolvingJunctions() local
138 if (prev.right <= left) break; in reverseRectsResolvingJunctions()
140 if (prev.right > left && prev.right < right) { in reverseRectsResolvingJunctions()
141 dst.add(Rect(prev.right, top, right, bottom)); in reverseRectsResolvingJunctions()
142 right = prev.right; in reverseRectsResolvingJunctions()
145 if (prev.left > left && prev.left < right) { in reverseRectsResolvingJunctions()
146 dst.add(Rect(prev.left, top, right, bottom)); in reverseRectsResolvingJunctions()
147 right = prev.left; in reverseRectsResolvingJunctions()
152 if (prev.left >= right) { in reverseRectsResolvingJunctions()
157 if (prev.left >= right) break; in reverseRectsResolvingJunctions()
[all …]
/frameworks/compile/mclinker/unittests/
DGraphTest.cpp45 ASSERT_TRUE(u2 == u1->prev); in TEST_F()
50 ASSERT_TRUE(u3 == u2->prev); in TEST_F()
56 ASSERT_TRUE(NULL == u3->prev); in TEST_F()
66 ASSERT_TRUE(u3 == u1->prev); in TEST_F()
72 ASSERT_TRUE(NULL == u3->prev); in TEST_F()
76 ASSERT_TRUE(NULL == u2->prev); in TEST_F()
92 ASSERT_TRUE(u2 == u1->prev); in TEST_F()
97 ASSERT_TRUE(u3 == u2->prev); in TEST_F()
103 ASSERT_TRUE(NULL == u3->prev); in TEST_F()
113 ASSERT_TRUE(NULL == u1->prev); in TEST_F()
[all …]
/frameworks/base/graphics/java/android/graphics/
DAtlas.java275 Cell prev = mRoot; in pack() local
278 if (insert(cell, prev, width, height, entry)) { in pack()
282 prev = cell; in pack()
356 private boolean insert(Cell cell, Cell prev, int width, int height, Entry entry) { in insert() argument
395 prev.next = first; in insert()
396 prev = first; in insert()
400 prev.next = second; in insert()
403 prev.next = cell.next; in insert()
/frameworks/base/services/core/java/com/android/server/am/
DRecentTasks.java395 TaskRecord prev = top; in moveAffiliatedTasksToFront() local
404 + ": first task has next affiliate: " + prev); in moveAffiliatedTasksToFront()
410 if (cur.mNextAffiliate != prev in moveAffiliatedTasksToFront()
411 || cur.mNextAffiliateTaskId != prev.taskId) { in moveAffiliatedTasksToFront()
416 + ", expected " + prev); in moveAffiliatedTasksToFront()
450 prev = cur; in moveAffiliatedTasksToFront()
454 + ": last task " + prev); in moveAffiliatedTasksToFront()
748 final TaskRecord prev = mTmpRecents.get(i + 1); in processNextAffiliateChainLocked() local
749 if (next.mPrevAffiliate != prev) { in processNextAffiliateChainLocked()
751 " setting prev=" + prev); in processNextAffiliateChainLocked()
[all …]
DActivityStack.java1088 ActivityRecord prev = mResumedActivity; in startPausingLocked() local
1089 if (prev == null) { in startPausingLocked()
1099 mStackSupervisor.pauseChildStacks(prev, userLeaving, uiSleeping, resuming, dontWait); in startPausingLocked()
1102 if (DEBUG_STATES) Slog.v(TAG_STATES, "Moving to PAUSING: " + prev); in startPausingLocked()
1103 else if (DEBUG_PAUSE) Slog.v(TAG_PAUSE, "Start pausing: " + prev); in startPausingLocked()
1105 mPausingActivity = prev; in startPausingLocked()
1106 mLastPausedActivity = prev; in startPausingLocked()
1107 mLastNoHistoryActivity = (prev.intent.getFlags() & Intent.FLAG_ACTIVITY_NO_HISTORY) != 0 in startPausingLocked()
1108 || (prev.info.flags & ActivityInfo.FLAG_NO_HISTORY) != 0 ? prev : null; in startPausingLocked()
1109 prev.state = ActivityState.PAUSING; in startPausingLocked()
[all …]
/frameworks/native/vulkan/libvulkan/
Ddebug_report.cpp46 Node* prev = &head_; in RemoveCallback() local
47 while (prev && prev->next != node) in RemoveCallback()
48 prev = prev->next; in RemoveCallback()
49 prev->next = node->next; in RemoveCallback()
/frameworks/base/core/java/android/os/
DBroadcaster.java45 r.prev = r; in request()
65 reg.prev = r.prev; in request()
66 r.prev.next = reg; in request()
67 r.prev = reg; in request()
205 Registration prev; field in Broadcaster.Registration
DMessageQueue.java472 Message prev = null; in postSyncBarrier() local
476 prev = p; in postSyncBarrier()
480 if (prev != null) { // invariant: p == prev.next in postSyncBarrier()
482 prev.next = msg; in postSyncBarrier()
505 Message prev = null; in removeSyncBarrier() local
508 prev = p; in removeSyncBarrier()
516 if (prev != null) { in removeSyncBarrier()
517 prev.next = p.next; in removeSyncBarrier()
564 Message prev; in enqueueMessage() local
566 prev = p; in enqueueMessage()
[all …]
/frameworks/base/core/java/android/util/
DSpline.java98 float prev = x[0]; in isStrictlyIncreasing() local
101 if (curr <= prev) { in isStrictlyIncreasing()
104 prev = curr; in isStrictlyIncreasing()
113 float prev = x[0]; in isMonotonic() local
116 if (curr < prev) { in isMonotonic()
119 prev = curr; in isMonotonic()
/frameworks/compile/mclinker/lib/Script/
DGroupCmd.cpp48 bool prev = false, cur = false; in dump() local
56 if (!prev && cur) in dump()
58 else if (prev && !cur) in dump()
65 prev = cur; in dump()
68 if (!m_StringList.empty() && prev) in dump()
DInputCmd.cpp59 bool prev = false, cur = false; in dump() local
67 if (!prev && cur) in dump()
69 else if (prev && !cur) in dump()
76 prev = cur; in dump()
79 if (!m_StringList.empty() && prev) in dump()
/frameworks/compile/mclinker/lib/MC/
DSymbolCategory.cpp51 m_pRegular->prev = m_pDynamic; in SymbolCategory()
52 m_pDynamic->prev = m_pCommon; in SymbolCategory()
53 m_pCommon->prev = m_pLocalDyn; in SymbolCategory()
54 m_pLocalDyn->prev = m_pLocal; in SymbolCategory()
55 m_pLocal->prev = m_pFile; in SymbolCategory()
83 current = current->prev; in add()
180 current->prev->end++; in arrange()
182 current = current->prev; in arrange()
/frameworks/opt/bitmap/src/com/android/bitmap/
DUnrefedPooledCache.java96 final V prev; in put() local
98 prev = mCache.put(key, value); in put()
100 prev = mNonPooledCache.put(key, value); in put()
102 prev = null; in put()
105 return prev; in put()
/frameworks/base/core/java/android/text/
DAndroidBidi.java117 int prev = lstart; in directions() local
129 ld[n++] = (i - prev) | levelBits; in directions()
132 prev = i; in directions()
135 ld[n] = (lstart + visLen - prev) | levelBits; in directions()

1234