Home
last modified time | relevance | path

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

/external/libvpx/vp8/common/
Dpostproc.c630 static void constrain_line (int x0, int *x1, int y0, int *y1, int width, int height) in constrain_line() function
886 constrain_line (x0+8, &x1, y0+4, &y1, width, height); in vp8_post_proc_frame()
894 constrain_line (x0+8, &x1, y0+12, &y1, width, height); in vp8_post_proc_frame()
907 constrain_line (x0+4, &x1, y0+8, &y1, width, height); in vp8_post_proc_frame()
915 constrain_line (x0+12, &x1, y0+8, &y1, width, height); in vp8_post_proc_frame()
928 constrain_line (x0+4, &x1, y0+4, &y1, width, height); in vp8_post_proc_frame()
936 constrain_line (x0+12, &x1, y0+4, &y1, width, height); in vp8_post_proc_frame()
944 constrain_line (x0+4, &x1, y0+12, &y1, width, height); in vp8_post_proc_frame()
952 constrain_line (x0+12, &x1, y0+12, &y1, width, height); in vp8_post_proc_frame()
970 constrain_line (bx0+2, &x1, by0+2, &y1, width, height); in vp8_post_proc_frame()
[all …]