Searched refs:src_ybc (Results 1 – 14 of 14) sorted by relevance
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12extend.c | 193 void vp8_yv12_copy_frame_c(const YV12_BUFFER_CONFIG *src_ybc, in vp8_yv12_copy_frame_c() argument 196 const uint8_t *src = src_ybc->y_buffer; in vp8_yv12_copy_frame_c() 203 assert(src_ybc->y_width == dst_ybc->y_width); in vp8_yv12_copy_frame_c() 204 assert(src_ybc->y_height == dst_ybc->y_height); in vp8_yv12_copy_frame_c() 207 for (row = 0; row < src_ybc->y_height; ++row) { in vp8_yv12_copy_frame_c() 208 memcpy(dst, src, src_ybc->y_width); in vp8_yv12_copy_frame_c() 209 src += src_ybc->y_stride; in vp8_yv12_copy_frame_c() 213 src = src_ybc->u_buffer; in vp8_yv12_copy_frame_c() 216 for (row = 0; row < src_ybc->uv_height; ++row) { in vp8_yv12_copy_frame_c() 217 memcpy(dst, src, src_ybc->uv_width); in vp8_yv12_copy_frame_c() [all …]
|
/external/libvpx/libvpx/vpx_scale/ |
D | vpx_scale_rtcd.pl | 31 add_proto qw/void vp8_yv12_copy_frame/, "const struct yv12_buffer_config *src_ybc, struct yv12_buff… 33 add_proto qw/void vpx_yv12_copy_y/, "const struct yv12_buffer_config *src_ybc, struct yv12_buffer_c… 36 …add_proto qw/void vpx_yv12_copy_frame/, "const struct yv12_buffer_config *src_ybc, struct yv12_buf…
|
/external/libvpx/config/generic/ |
D | vpx_scale_rtcd.h | 38 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 50 void vpx_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 53 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc…
|
/external/libvpx/config/arm64/ |
D | vpx_scale_rtcd.h | 38 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 50 void vpx_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 53 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc…
|
/external/libvpx/config/arm-neon/ |
D | vpx_scale_rtcd.h | 38 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 50 void vpx_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 53 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc…
|
/external/libvpx/config/arm/ |
D | vpx_scale_rtcd.h | 38 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 50 void vpx_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 53 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc…
|
/external/libvpx/config/x86/ |
D | vpx_scale_rtcd.h | 38 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 50 void vpx_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 53 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc…
|
/external/libvpx/config/x86_64/ |
D | vpx_scale_rtcd.h | 38 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 50 void vpx_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 53 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc…
|
/external/libvpx/config/mips64-msa/ |
D | vpx_scale_rtcd.h | 38 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 50 void vpx_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 53 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc…
|
/external/libvpx/config/mips32/ |
D | vpx_scale_rtcd.h | 38 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 50 void vpx_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 53 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc…
|
/external/libvpx/config/mips64/ |
D | vpx_scale_rtcd.h | 38 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 50 void vpx_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 53 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc…
|
/external/libvpx/config/mips32-msa/ |
D | vpx_scale_rtcd.h | 38 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 50 void vpx_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 53 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc…
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_scale_rtcd.h | 38 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 52 void vpx_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst… 55 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc…
|
/external/libvpx/libvpx/vp8/encoder/ |
D | picklpf.c | 28 static void yv12_copy_partial_frame(YV12_BUFFER_CONFIG *src_ybc, in yv12_copy_partial_frame() argument 36 yheight = src_ybc->y_height; in yv12_copy_partial_frame() 37 ystride = src_ybc->y_stride; in yv12_copy_partial_frame() 50 src_y = src_ybc->y_buffer + yoffset; in yv12_copy_partial_frame()
|