Searched refs:highbd_copy_and_extend_plane (Results 1 – 2 of 2) sorted by relevance
/external/libaom/libaom/av1/encoder/ |
D | extend.c | 60 static void highbd_copy_and_extend_plane(const uint8_t *src8, int src_pitch, in highbd_copy_and_extend_plane() function 126 highbd_copy_and_extend_plane(src->y_buffer, src->y_stride, dst->y_buffer, in av1_copy_and_extend_frame() 130 highbd_copy_and_extend_plane( in av1_copy_and_extend_frame() 134 highbd_copy_and_extend_plane( in av1_copy_and_extend_frame()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_extend.c | 60 static void highbd_copy_and_extend_plane(const uint8_t *src8, int src_pitch, in highbd_copy_and_extend_plane() function 128 highbd_copy_and_extend_plane(src->y_buffer, src->y_stride, dst->y_buffer, in vp9_copy_and_extend_frame() 132 highbd_copy_and_extend_plane( in vp9_copy_and_extend_frame() 136 highbd_copy_and_extend_plane( in vp9_copy_and_extend_frame()
|