Home
last modified time | relevance | path

Searched refs:dst_ybc (Results 1 – 17 of 17) sorted by relevance

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12extend.c130 YV12_BUFFER_CONFIG *dst_ybc) { in vp8_yv12_copy_frame_c() argument
133 uint8_t *dst = dst_ybc->y_buffer; in vp8_yv12_copy_frame_c()
139 assert(src_ybc->y_width == dst_ybc->y_width); in vp8_yv12_copy_frame_c()
140 assert(src_ybc->y_height == dst_ybc->y_height); in vp8_yv12_copy_frame_c()
146 dst += dst_ybc->y_stride; in vp8_yv12_copy_frame_c()
150 dst = dst_ybc->u_buffer; in vp8_yv12_copy_frame_c()
155 dst += dst_ybc->uv_stride; in vp8_yv12_copy_frame_c()
159 dst = dst_ybc->v_buffer; in vp8_yv12_copy_frame_c()
164 dst += dst_ybc->uv_stride; in vp8_yv12_copy_frame_c()
167 vp8_yv12_extend_frame_borders_c(dst_ybc); in vp8_yv12_copy_frame_c()
[all …]
/external/libvpx/libvpx/vpx_scale/
Dvpx_scale_rtcd.pl21 …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/libvpx/vp8/encoder/arm/neon/
Dpicklpf_arm.c20 YV12_BUFFER_CONFIG *dst_ybc) in vp8_yv12_copy_partial_frame_neon() argument
43 dst_y = dst_ybc->y_buffer + yoffset; in vp8_yv12_copy_partial_frame_neon()
/external/libvpx/generic/
Dvpx_scale_rtcd.h37 …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
Dvp8_rtcd.h296 …_yv12_copy_partial_frame_c(struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
/external/libvpx/armv7a/
Dvpx_scale_rtcd.h37 …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
Dvp8_rtcd.h339 …_yv12_copy_partial_frame_c(struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
/external/libvpx/armv7a-neon/
Dvpx_scale_rtcd.h37 …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
Dvp8_rtcd.h392 …_yv12_copy_partial_frame_c(struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
393 …12_copy_partial_frame_neon(struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
/external/libvpx/mips/
Dvpx_scale_rtcd.h37 …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
Dvp8_rtcd.h296 …_yv12_copy_partial_frame_c(struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
/external/libvpx/x86/
Dvpx_scale_rtcd.h37 …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
Dvp8_rtcd.h448 …_yv12_copy_partial_frame_c(struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
/external/libvpx/mips-dspr2/
Dvpx_scale_rtcd.h37 …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
Dvp8_rtcd.h314 …_yv12_copy_partial_frame_c(struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
/external/libvpx/libvpx/vp8/encoder/
Dpicklpf.c27 YV12_BUFFER_CONFIG *dst_ybc) in vp8_yv12_copy_partial_frame_c() argument
50 dst_y = dst_ybc->y_buffer + yoffset; in vp8_yv12_copy_partial_frame_c()
/external/libvpx/libvpx/vp8/common/
Drtcd_defs.pl546 …yv12_copy_partial_frame/, "struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc";