Searched refs:vp8_yv12_copy_frame_c (Results 1 – 11 of 11) sorted by relevance
/external/libvpx/config/generic/ |
D | vpx_scale_rtcd.h | 37 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/ |
D | vpx_scale_rtcd.h | 37 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/ |
D | vpx_scale_rtcd.h | 37 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/ |
D | vpx_scale_rtcd.h | 37 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/ |
D | vpx_scale_rtcd.h | 37 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/ |
D | vpx_scale_rtcd.h | 37 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/ |
D | vpx_scale_rtcd.h | 37 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/ |
D | vpx_scale_rtcd.h | 37 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/ |
D | vpx_scale_rtcd.h | 37 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/ |
D | vpx_scale_test.cc | 254 ::testing::Values(vp8_yv12_copy_frame_c));
|
/external/libvpx/libvpx/vpx_scale/generic/ |
D | yv12extend.c | 225 void vp8_yv12_copy_frame_c(const YV12_BUFFER_CONFIG *src_ybc, in vp8_yv12_copy_frame_c() function
|