Home
last modified time | relevance | path

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

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/
Dvp9_postproc.c569 static void constrain_line(int x0, int *x1, int y0, int *y1, in constrain_line() function
755 constrain_line(x0 + 8, &x1, y0 + 4, &y1, width, height); in vp9_post_proc_frame()
763 constrain_line(x0 + 8, &x1, y0 + 12, &y1, width, height); in vp9_post_proc_frame()
775 constrain_line(x0 + 4, &x1, y0 + 8, &y1, width, height); in vp9_post_proc_frame()
783 constrain_line(x0 + 12, &x1, y0 + 8, &y1, width, height); in vp9_post_proc_frame()
795 constrain_line(x0 + 4, &x1, y0 + 4, &y1, width, height); in vp9_post_proc_frame()
803 constrain_line(x0 + 12, &x1, y0 + 4, &y1, width, height); in vp9_post_proc_frame()
811 constrain_line(x0 + 4, &x1, y0 + 12, &y1, width, height); in vp9_post_proc_frame()
819 constrain_line(x0 + 12, &x1, y0 + 12, &y1, width, height); in vp9_post_proc_frame()
835 constrain_line(bx0 + 2, &x1, by0 + 2, &y1, width, height); in vp9_post_proc_frame()
[all …]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
Dpostproc.c673 static void constrain_line (int x_0, int *x_1, int y_0, int *y_1, int width, int height) in constrain_line() function
960 constrain_line (x0+8, &x1, y0+4, &y1, width, height); in vp8_post_proc_frame()
968 constrain_line (x0+8, &x1, y0+12, &y1, width, height); in vp8_post_proc_frame()
981 constrain_line (x0+4, &x1, y0+8, &y1, width, height); in vp8_post_proc_frame()
989 constrain_line (x0+12, &x1, y0+8, &y1, width, height); in vp8_post_proc_frame()
1002 constrain_line (x0+4, &x1, y0+4, &y1, width, height); in vp8_post_proc_frame()
1010 constrain_line (x0+12, &x1, y0+4, &y1, width, height); in vp8_post_proc_frame()
1018 constrain_line (x0+4, &x1, y0+12, &y1, width, height); in vp8_post_proc_frame()
1026 constrain_line (x0+12, &x1, y0+12, &y1, width, height); in vp8_post_proc_frame()
1044 constrain_line (bx0+2, &x1, by0+2, &y1, width, height); in vp8_post_proc_frame()
[all …]