Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dpostproc.c675 static void constrain_line (int x_0, int *x_1, int y_0, int *y_1, int width, int height) in constrain_line() function
962 constrain_line (x0+8, &x1, y0+4, &y1, width, height); in vp8_post_proc_frame()
970 constrain_line (x0+8, &x1, y0+12, &y1, width, height); in vp8_post_proc_frame()
983 constrain_line (x0+4, &x1, y0+8, &y1, width, height); in vp8_post_proc_frame()
991 constrain_line (x0+12, &x1, y0+8, &y1, width, height); in vp8_post_proc_frame()
1004 constrain_line (x0+4, &x1, y0+4, &y1, width, height); in vp8_post_proc_frame()
1012 constrain_line (x0+12, &x1, y0+4, &y1, width, height); in vp8_post_proc_frame()
1020 constrain_line (x0+4, &x1, y0+12, &y1, width, height); in vp8_post_proc_frame()
1028 constrain_line (x0+12, &x1, y0+12, &y1, width, height); in vp8_post_proc_frame()
1046 constrain_line (bx0+2, &x1, by0+2, &y1, width, height); in vp8_post_proc_frame()
[all …]