Home
last modified time | relevance | path

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

12

/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 = (uint32)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/compile/libbcc/lib/Renderscript/runtime/
Drs_core.c96 uint32_t prev, status; in rsAtomicMin() local
98 prev = *ptr; in rsAtomicMin()
99 uint32_t n = min(value, prev); in rsAtomicMin()
100 status = rsAtomicCas((volatile int32_t*) ptr, (int32_t) prev, (int32_t)n); in rsAtomicMin()
101 } while (status != prev); in rsAtomicMin()
102 return prev; in rsAtomicMin()
106 int32_t prev, status; in rsAtomicMin() local
108 prev = *ptr; in rsAtomicMin()
109 int32_t n = min(value, prev); in rsAtomicMin()
110 status = rsAtomicCas(ptr, prev, n); in rsAtomicMin()
[all …]
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
Dmotion_comp.cpp351 UChar *prev, /* i */ in GetPredAdvBy0x0() argument
366 tmp = (ULong)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 …]
Dfastcodemb.h56 Int Sad8x8(UChar *rec, UChar *prev, Int lx);
101 void PutSkippedBlock(UChar *rec, UChar *prev, Int lx);
/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/native/libs/ui/
DRegion.cpp129 const Rect* prev = &dst[prevIndex]; in reverseRectsResolvingJunctions() local
132 if (prev->right <= left) break; in reverseRectsResolvingJunctions()
134 if (prev->right > left && prev->right < right) { in reverseRectsResolvingJunctions()
135 dst.add(Rect(prev->right, top, right, bottom)); in reverseRectsResolvingJunctions()
136 right = prev->right; in reverseRectsResolvingJunctions()
139 if (prev->left > left && prev->left < right) { in reverseRectsResolvingJunctions()
140 dst.add(Rect(prev->left, top, right, bottom)); in reverseRectsResolvingJunctions()
141 right = prev->left; in reverseRectsResolvingJunctions()
146 if (prev->left >= right) { in reverseRectsResolvingJunctions()
151 if (prev->left >= right) break; in reverseRectsResolvingJunctions()
[all …]
/frameworks/base/core/jni/android/graphics/
DAutoDecodeCancel.cpp35 AutoDecoderCancel* prev = fPrev; in ~AutoDecoderCancel() local
38 if (prev) { in ~AutoDecoderCancel()
39 SkASSERT(prev->fNext == this); in ~AutoDecoderCancel()
40 prev->fNext = next; in ~AutoDecoderCancel()
47 next->fPrev = prev; in ~AutoDecoderCancel()
/frameworks/base/core/java/android/os/
DMessageQueue.java250 Message prev = null; in enqueueSyncBarrier() local
254 prev = p; in enqueueSyncBarrier()
258 if (prev != null) { // invariant: p == prev.next in enqueueSyncBarrier()
260 prev.next = msg; in enqueueSyncBarrier()
274 Message prev = null; in removeSyncBarrier() local
277 prev = p; in removeSyncBarrier()
284 if (prev != null) { in removeSyncBarrier()
285 prev.next = p.next; in removeSyncBarrier()
327 Message prev; in enqueueMessage() local
329 prev = p; in enqueueMessage()
[all …]
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
/frameworks/base/core/java/com/android/internal/os/
DBaseCommand.java91 String prev = mArgs[mNextArg - 1]; in nextOption() local
92 throw new IllegalArgumentException("No argument expected after \"" + prev + "\""); in nextOption()
141 String prev = mArgs[mNextArg - 1]; in nextArgRequired() local
142 throw new IllegalArgumentException("Argument expected after \"" + prev + "\""); in nextArgRequired()
/frameworks/base/services/java/com/android/server/am/
DActivityStack.java966 ActivityRecord prev = mResumedActivity; in startPausingLocked() local
967 if (prev == null) { in startPausingLocked()
973 if (DEBUG_STATES) Slog.v(TAG, "Moving to PAUSING: " + prev); in startPausingLocked()
974 else if (DEBUG_PAUSE) Slog.v(TAG, "Start pausing: " + prev); in startPausingLocked()
976 mPausingActivity = prev; in startPausingLocked()
977 mLastPausedActivity = prev; in startPausingLocked()
978 prev.state = ActivityState.PAUSING; in startPausingLocked()
979 prev.task.touchActiveTime(); in startPausingLocked()
980 prev.updateThumbnail(screenshotActivities(prev), null); in startPausingLocked()
984 if (prev.app != null && prev.app.thread != null) { in startPausingLocked()
[all …]
/frameworks/native/libs/utils/
DSharedBuffer.cpp102 int32_t prev = 1; in release() local
103 if (onlyOwner() || ((prev = android_atomic_dec(&mRefs)) == 1)) { in release()
109 return prev; in release()
/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()
86 current = current->prev; in add()
173 current->prev->end++; in arrange()
175 current = current->prev; in arrange()
/frameworks/base/core/java/android/text/
DAndroidBidi.java114 int prev = lstart; in directions() local
126 ld[n++] = (i - prev) | levelBits; in directions()
129 prev = i; in directions()
132 ld[n] = (lstart + visLen - prev) | levelBits; in directions()
/frameworks/base/libs/hwui/font/
DFontUtil.h58 #define AUTO_KERN(prev, next) (((next) - (prev) + 32) >> 6 << 16) argument
/frameworks/compile/mclinker/include/mcld/MC/
DSymbolCategory.h147 Category* prev; variable
155 prev(NULL), in Category()
166 { return (NULL == prev); } in isFirst()
/frameworks/base/core/java/android/util/
DTimingLogger.java142 final long prev = mSplits.get(i - 1); in dumpToLog() local
144 Log.d(mTag, mLabel + ": " + (now - prev) + " ms, " + splitLabel); in dumpToLog()
/frameworks/base/cmds/requestsync/src/com/android/commands/requestsync/
DRequestSync.java160 String prev = mArgs[mNextArg - 1]; in nextOption() local
161 throw new IllegalArgumentException("No argument expected after \"" + prev + "\""); in nextOption()
202 String prev = mArgs[mNextArg - 1]; in nextArgRequired() local
203 throw new IllegalArgumentException("Argument expected after \"" + prev + "\""); in nextArgRequired()
/frameworks/base/services/input/
DInputDispatcher.h403 T* prev; member
406 inline Link() : next(NULL), prev(NULL) { } in Link()
618 entry->prev = tail; in enqueueAtTail()
631 head->prev = entry; in enqueueAtHead()
635 entry->prev = NULL; in enqueueAtHead()
640 if (entry->prev) { in dequeue()
641 entry->prev->next = entry->next; in dequeue()
646 entry->next->prev = entry->prev; in dequeue()
648 tail = entry->prev; in dequeue()
656 head->prev = NULL; in dequeueAtHead()
/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h235 chunk_type *cur = m_pRoot, *prev; in clear() local
237 prev = cur; in clear()
239 for (unsigned int idx = 0; idx != prev->bound; ++idx) in clear()
240 destroy(prev->data + idx); in clear()
241 delete prev; in clear() local
/frameworks/native/opengl/libagl/
DTextureObjectManager.cpp220 const GGLSurface* prev = &surface; in reallocate() local
228 uint32_t w = (prev->width >> 1) ? : 1; in reallocate()
229 uint32_t h = (prev->height >> 1) ? : 1; in reallocate()
234 prev = curr; in reallocate()

12