Home
last modified time | relevance | path

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

/external/libvpx/libvpx/vpx_scale/generic/
Dyv12extend.c194 YV12_BUFFER_CONFIG *dst_ybc) { in vp8_yv12_copy_frame_c() argument
197 uint8_t *dst = dst_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()
210 dst += dst_ybc->y_stride; in vp8_yv12_copy_frame_c()
214 dst = dst_ybc->u_buffer; in vp8_yv12_copy_frame_c()
219 dst += dst_ybc->uv_stride; in vp8_yv12_copy_frame_c()
223 dst = dst_ybc->v_buffer; in vp8_yv12_copy_frame_c()
228 dst += dst_ybc->uv_stride; in vp8_yv12_copy_frame_c()
231 vp8_yv12_extend_frame_borders_c(dst_ybc); in vp8_yv12_copy_frame_c()
[all …]
/external/libvpx/libvpx/vpx_scale/
Dvpx_scale_rtcd.pl31 …8_yv12_copy_frame/, "const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc";
33 …d vpx_yv12_copy_y/, "const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc";
36 …x_yv12_copy_frame/, "const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc";
/external/libvpx/config/generic/
Dvpx_scale_rtcd.h38 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
50 …px_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
53 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc
/external/libvpx/config/arm64/
Dvpx_scale_rtcd.h38 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
50 …px_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
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/
Dvpx_scale_rtcd.h38 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
50 …px_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
53 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc
/external/libvpx/config/arm/
Dvpx_scale_rtcd.h38 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
50 …px_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
53 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc
/external/libvpx/config/x86/
Dvpx_scale_rtcd.h38 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
50 …px_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
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/
Dvpx_scale_rtcd.h38 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
50 …px_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
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/
Dvpx_scale_rtcd.h38 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
50 …px_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
53 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc
/external/libvpx/config/mips32/
Dvpx_scale_rtcd.h38 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
50 …px_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
53 void vpx_yv12_copy_y_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc
/external/libvpx/config/mips64/
Dvpx_scale_rtcd.h38 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
50 …px_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
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/
Dvpx_scale_rtcd.h38 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
50 …px_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
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/
Dvpx_scale_rtcd.h38 …p8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
52 …px_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc);
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/
Dpicklpf.c29 YV12_BUFFER_CONFIG *dst_ybc) { in yv12_copy_partial_frame() argument
51 dst_y = dst_ybc->y_buffer + yoffset; in yv12_copy_partial_frame()