Searched refs:dst_ybc (Results 1 – 12 of 12) sorted by relevance
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12extend.c | 226 YV12_BUFFER_CONFIG *dst_ybc) { in vp8_yv12_copy_frame_c() argument 229 uint8_t *dst = dst_ybc->y_buffer; in vp8_yv12_copy_frame_c() 235 assert(src_ybc->y_width == dst_ybc->y_width); in vp8_yv12_copy_frame_c() 236 assert(src_ybc->y_height == dst_ybc->y_height); in vp8_yv12_copy_frame_c() 241 assert(dst_ybc->flags & YV12_FLAG_HIGHBITDEPTH); in vp8_yv12_copy_frame_c() 245 dst += dst_ybc->y_stride; in vp8_yv12_copy_frame_c() 249 dst = dst_ybc->u_buffer; in vp8_yv12_copy_frame_c() 254 dst += dst_ybc->uv_stride; in vp8_yv12_copy_frame_c() 258 dst = dst_ybc->v_buffer; in vp8_yv12_copy_frame_c() 263 dst += dst_ybc->uv_stride; in vp8_yv12_copy_frame_c() [all …]
|
/external/libvpx/libvpx/vpx_scale/ |
D | vpx_scale_rtcd.pl | 21 …8_yv12_copy_frame/, "const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc"; 23 …d vpx_yv12_copy_y/, "const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc";
|
/external/libvpx/config/generic/ |
D | vpx_scale_rtcd.h | 37 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc); 49 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 | 37 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc); 49 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 | 37 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc); 49 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 | 37 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc); 49 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 | 37 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc); 49 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 | 37 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc); 49 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 | 37 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc); 49 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 | 37 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc); 49 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 | 37 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc); 51 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 YV12_BUFFER_CONFIG *dst_ybc) in yv12_copy_partial_frame() argument 51 dst_y = dst_ybc->y_buffer + yoffset; in yv12_copy_partial_frame()
|