Home | History | Annotate | Download | only in common

Lines Matching refs:el

23     int el,           /* extend left border */
37 dest_ptr1 = s - el;
42 /* Some linkers will complain if we call vpx_memset with el set to a
45 if (el)
46 vpx_memset(dest_ptr1, src_ptr1[0], el);
55 src_ptr1 = s - el;
56 src_ptr2 = s + sp * (h - 1) - el;
57 dest_ptr1 = s + sp * (-et) - el;
58 dest_ptr2 = s + sp * (h) - el;
59 linesize = el + er + w + 1;