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/api/ |
D | current.txt | 8705 field public static final java.lang.String EXTRA_INDEX = "android.intent.extra.INDEX";
|
D | test-current.txt | 8714 field public static final java.lang.String EXTRA_INDEX = "android.intent.extra.INDEX";
|
D | system-current.txt | 9042 field public static final java.lang.String EXTRA_INDEX = "android.intent.extra.INDEX";
|