Searched refs:copy_rect (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/common/ |
D | cdef.c | 112 static INLINE void copy_rect(uint16_t *dst, int dstride, const uint16_t *src, in copy_rect() function 287 copy_rect(&src[CDEF_HBORDER], CDEF_BSTRIDE, &linebuf[pli][coffset], in av1_cdef_frame() 299 copy_rect(src, CDEF_BSTRIDE, &linebuf[pli][coffset - CDEF_HBORDER], in av1_cdef_frame() 312 copy_rect(&src[hsize + CDEF_HBORDER], CDEF_BSTRIDE, in av1_cdef_frame() 322 copy_rect(src, CDEF_BSTRIDE, colbuf[pli], CDEF_HBORDER, in av1_cdef_frame() 327 copy_rect(colbuf[pli], CDEF_HBORDER, src + hsize, CDEF_BSTRIDE, in av1_cdef_frame()
|
/external/libaom/libaom/aom_dsp/ |
D | grain_synthesis.c | 805 static void copy_rect(uint8_t *src, int src_stride, uint8_t *dst, in copy_rect() function 991 copy_rect(src->planes[AOM_PLANE_Y], src->stride[AOM_PLANE_Y], in av1_add_film_grain() 999 copy_rect(src->planes[AOM_PLANE_U], src->stride[AOM_PLANE_U], in av1_add_film_grain() 1004 copy_rect(src->planes[AOM_PLANE_V], src->stride[AOM_PLANE_V], in av1_add_film_grain()
|