Home
last modified time | relevance | path

Searched refs:ul (Results 1 – 4 of 4) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_tapify.py28 ul=[l(r),l(c)]
32 sum = dist(ul,p)+dist(ur,p)+dist(ll,p)+dist(lr,p)
33 t4 = scale - t(ul,p,sum) - t(ur,p,sum) - t(ll,p,sum);
34 return [[ul,t(ul,p,sum)],[ur,t(ur,p,sum)],
Dvp9_postproc.c888 uint8_t *yl, *ul, *vl; in vp9_post_proc_frame()
892 ul = u_ptr + (x >> 1); in vp9_post_proc_frame()
903 vp9_blend_b(yl + bx, ul + (bx >> 1), vl + (bx >> 1), Y, U, V, in vp9_post_proc_frame()
910 ul += y_stride * 1; in vp9_post_proc_frame()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dpostproc.c1104 unsigned char *yl, *ul, *vl; in vp8_post_proc_frame() local
1108 ul = u_ptr + (x>>1); in vp8_post_proc_frame()
1123 (yl+bx, ul+(bx>>1), vl+(bx>>1), Y, U, V, 0xc000, y_stride); in vp8_post_proc_frame()
1129 ul += y_stride*1; in vp8_post_proc_frame()
/hardware/ti/omap3/omx/system/src/openmax_il/common/inc/
DOMX_TI_Debug.h164 (dbg).mask &= ~0ul >> (32 - 4 * strlen(mask_str)); \