Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dpostproc.c1058 const int lx0 = x0 + 8; in vp8_post_proc_frame() local
1061 x1 = lx0 + (mv->col >> 3); in vp8_post_proc_frame()
1064 if (x1 != lx0 && y1 != ly0) in vp8_post_proc_frame()
1066 constrain_line (lx0, &x1, ly0-1, &y1, width, height); in vp8_post_proc_frame()
1067 vp8_blit_line (lx0, x1, ly0-1, y1, y_buffer, y_stride); in vp8_post_proc_frame()
1069 constrain_line (lx0, &x1, ly0+1, &y1, width, height); in vp8_post_proc_frame()
1070 vp8_blit_line (lx0, x1, ly0+1, y1, y_buffer, y_stride); in vp8_post_proc_frame()
1073 vp8_blit_line (lx0, x1, ly0, y1, y_buffer, y_stride); in vp8_post_proc_frame()