Home
last modified time | relevance | path

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

/external/libvpx/config/x86/
Dvpx_scale_rtcd.h38 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst…
39 #define vp8_yv12_copy_frame vp8_yv12_copy_frame_c
/external/libvpx/config/arm-neon/
Dvpx_scale_rtcd.h38 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst…
39 #define vp8_yv12_copy_frame vp8_yv12_copy_frame_c
/external/libvpx/config/x86_64/
Dvpx_scale_rtcd.h38 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst…
39 #define vp8_yv12_copy_frame vp8_yv12_copy_frame_c
/external/libvpx/config/generic/
Dvpx_scale_rtcd.h38 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst…
39 #define vp8_yv12_copy_frame vp8_yv12_copy_frame_c
/external/libvpx/config/arm64/
Dvpx_scale_rtcd.h38 void vp8_yv12_copy_frame_c(const struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst…
39 #define vp8_yv12_copy_frame vp8_yv12_copy_frame_c
/external/libvpx/libvpx/test/
Dvpx_scale_test.cc98 ::testing::Values(vp8_yv12_copy_frame_c));
/external/libvpx/libvpx/vpx_scale/generic/
Dyv12extend.c193 void vp8_yv12_copy_frame_c(const YV12_BUFFER_CONFIG *src_ybc, in vp8_yv12_copy_frame_c() function