Home
last modified time | relevance | path

Searched refs:vp8_yv12_copy_frame_c (Results 1 – 11 of 11) sorted by relevance

/external/libvpx/config/generic/
Dvpx_scale_rtcd.h37 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst…
38 #define vp8_yv12_copy_frame vp8_yv12_copy_frame_c
/external/libvpx/config/arm-neon/
Dvpx_scale_rtcd.h37 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst…
38 #define vp8_yv12_copy_frame vp8_yv12_copy_frame_c
/external/libvpx/config/mips64/
Dvpx_scale_rtcd.h37 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst…
38 #define vp8_yv12_copy_frame vp8_yv12_copy_frame_c
/external/libvpx/config/mips32/
Dvpx_scale_rtcd.h37 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst…
38 #define vp8_yv12_copy_frame vp8_yv12_copy_frame_c
/external/libvpx/config/arm/
Dvpx_scale_rtcd.h37 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst…
38 #define vp8_yv12_copy_frame vp8_yv12_copy_frame_c
/external/libvpx/config/arm64/
Dvpx_scale_rtcd.h37 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst…
38 #define vp8_yv12_copy_frame vp8_yv12_copy_frame_c
/external/libvpx/config/x86/
Dvpx_scale_rtcd.h37 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst…
38 #define vp8_yv12_copy_frame vp8_yv12_copy_frame_c
/external/libvpx/config/x86_64/
Dvpx_scale_rtcd.h37 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst…
38 #define vp8_yv12_copy_frame vp8_yv12_copy_frame_c
/external/libvpx/config/mips32-dspr2/
Dvpx_scale_rtcd.h37 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst…
38 #define vp8_yv12_copy_frame vp8_yv12_copy_frame_c
/external/libvpx/libvpx/test/
Dvpx_scale_test.cc254 ::testing::Values(vp8_yv12_copy_frame_c));
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12extend.c225 void vp8_yv12_copy_frame_c(const YV12_BUFFER_CONFIG *src_ybc, in vp8_yv12_copy_frame_c() function