Searched refs:INDEX (Results 1 - 4 of 4) sorted by relevance

/frameworks/av/media/libstagefright/codecs/m4v_h263/dec/src/
H A Dadaptive_smooth_no_mmx.cpp275 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + INDEX(pell, thr);
289 *sign_V_ptr++ = INDEX(pelu, thr) + INDEX(pelc, thr) + INDEX(pell, thr);
310 *sign_V_ptr = INDEX(pelu, thr) + INDEX(pelc, thr) +
311 INDEX(pell, thr);
370 *sign_V_ptr++ = INDEX(pel
[all...]
H A Dderinging_chroma.cpp79 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
86 *ptr3++ = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
95 *ptr3 = INDEX(pelu, thres) + INDEX(pelc, thres) + INDEX(pell, thres);
145 *ptr3++ = INDEX(pel
[all...]
H A Dpost_proc.h37 #define INDEX(x,thr) (((x)>=thr)?1:0) macro
/frameworks/wilhelm/tests/sandbox/
H A Dintbufq.c39 #define INDEX index macro
45 #define INDEX playIndex macro
238 printf("\rplayIndex=%u\r\n", (unsigned) bufqstate.INDEX);

Completed in 114 milliseconds