Searched refs:INDEX (Results 1 – 7 of 7) sorted by relevance
/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/ |
D | adaptive_smooth_no_mmx.cpp | 275 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + INDEX(pell, thr); in AdaptiveSmooth_NoMMX() 289 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + INDEX(pell, thr); in AdaptiveSmooth_NoMMX() 310 *sign_V_ptr = INDEX(pelu, thr) + INDEX(pelc, thr) + in AdaptiveSmooth_NoMMX() 311 INDEX(pell, thr); in AdaptiveSmooth_NoMMX() 370 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + in AdaptiveSmooth_NoMMX() 371 INDEX(pell, thr); in AdaptiveSmooth_NoMMX() 378 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + in AdaptiveSmooth_NoMMX() 379 INDEX(pell, thr); in AdaptiveSmooth_NoMMX() 388 *sign_V_ptr = INDEX(pelu, thr) + INDEX(pelc, thr) + in AdaptiveSmooth_NoMMX() 389 INDEX(pell, thr); in AdaptiveSmooth_NoMMX()
|
D | deringing_chroma.cpp | 79 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres); in Deringing_Chroma() 86 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres); in Deringing_Chroma() 95 *ptr3 = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres); in Deringing_Chroma() 145 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres); in Deringing_Chroma() 152 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres); in Deringing_Chroma() 161 *ptr3 = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres); in Deringing_Chroma()
|
D | post_proc.h | 37 #define INDEX(x,thr) (((x)>=(thr))?1:0) macro
|
/frameworks/wilhelm/tests/sandbox/ |
D | intbufq.c | 39 #define INDEX index macro 45 #define INDEX playIndex macro 238 printf("\rplayIndex=%u\r\n", (unsigned) bufqstate.INDEX); in main()
|
/frameworks/base/core/java/android/view/textclassifier/ |
D | SelectionSessionLogger.java | 46 private static final int INDEX = MetricsEvent.FIELD_SELECTION_SESSION_INDEX; field in SelectionSessionLogger 80 .addTaggedData(INDEX, event.getEventIndex()) in writeEvent() 213 final int index = Integer.parseInt(Objects.toString(log.getTaggedData(INDEX), ZERO)); in debugLog()
|
/frameworks/base/core/java/android/view/textclassifier/logging/ |
D | SmartSelectionEventTracker.java | 51 private static final int INDEX = MetricsEvent.FIELD_SELECTION_SESSION_INDEX; field in SmartSelectionEventTracker 169 .addTaggedData(INDEX, mIndex) in writeEvent() 332 final int index = Integer.parseInt(Objects.toString(log.getTaggedData(INDEX), ZERO)); in debugLog()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/objectivec/ |
D | GPBArray.m | 50 //%PDDM-DEFINE VALIDATE_RANGE(INDEX, COUNT) 51 //% if (INDEX >= COUNT) { 54 //% (unsigned long)INDEX, (unsigned long)COUNT];
|