Home
last modified time | relevance | path

Searched refs:vo_extract_l (Results 1 – 2 of 2) sorted by relevance

/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
Daz_isp.c157 y = vo_extract_l(t0); /* y= (xhigh-xlow)/(yhigh-ylow) in Q11 */ in Az_isp()
162 xint = vo_sub(xlow, vo_extract_l(t0)); /* xint = xlow - ylow*y */ in Az_isp()
/frameworks/av/media/libstagefright/codecs/amrwbenc/inc/
Dbasic_op.h55 #define vo_extract_l(a) ((Word16)(a)) macro