Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vp8/common/
Dpostproc.c679 static void constrain_line (int x_0, int *x_1, int y_0, int *y_1, int width, int height) in constrain_line() function
967 constrain_line (x0+8, &x1, y0+4, &y1, width, height); in vp8_post_proc_frame()
975 constrain_line (x0+8, &x1, y0+12, &y1, width, height); in vp8_post_proc_frame()
988 constrain_line (x0+4, &x1, y0+8, &y1, width, height); in vp8_post_proc_frame()
996 constrain_line (x0+12, &x1, y0+8, &y1, width, height); in vp8_post_proc_frame()
1009 constrain_line (x0+4, &x1, y0+4, &y1, width, height); in vp8_post_proc_frame()
1017 constrain_line (x0+12, &x1, y0+4, &y1, width, height); in vp8_post_proc_frame()
1025 constrain_line (x0+4, &x1, y0+12, &y1, width, height); in vp8_post_proc_frame()
1033 constrain_line (x0+12, &x1, y0+12, &y1, width, height); in vp8_post_proc_frame()
1051 constrain_line (bx0+2, &x1, by0+2, &y1, width, height); in vp8_post_proc_frame()
[all …]