Home
last modified time | relevance | path

Searched refs:INDEX (Results 1 – 7 of 7) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
Dadaptive_smooth_no_mmx.cpp275 *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()
Dderinging_chroma.cpp79 *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()
Dpost_proc.h37 #define INDEX(x,thr) (((x)>=thr)?1:0) macro
/frameworks/wilhelm/tests/sandbox/
Dintbufq.c39 #define INDEX index macro
45 #define INDEX playIndex macro
238 printf("\rplayIndex=%u\r\n", (unsigned) bufqstate.INDEX); in main()
/frameworks/base/api/
Dcurrent.txt8705 field public static final java.lang.String EXTRA_INDEX = "android.intent.extra.INDEX";
Dtest-current.txt8714 field public static final java.lang.String EXTRA_INDEX = "android.intent.extra.INDEX";
Dsystem-current.txt9042 field public static final java.lang.String EXTRA_INDEX = "android.intent.extra.INDEX";