Home
last modified time | relevance | path

Searched refs:vpx_yv12_copy_frame (Results 1 – 8 of 8) sorted by relevance

/external/libvpx/config/x86/
Dvpx_scale_rtcd.h51 #define vpx_yv12_copy_frame vpx_yv12_copy_frame_c macro
/external/libvpx/config/arm-neon/
Dvpx_scale_rtcd.h51 #define vpx_yv12_copy_frame vpx_yv12_copy_frame_c macro
/external/libvpx/config/x86_64/
Dvpx_scale_rtcd.h51 #define vpx_yv12_copy_frame vpx_yv12_copy_frame_c macro
/external/libvpx/config/generic/
Dvpx_scale_rtcd.h51 #define vpx_yv12_copy_frame vpx_yv12_copy_frame_c macro
/external/libvpx/config/arm64/
Dvpx_scale_rtcd.h51 #define vpx_yv12_copy_frame vpx_yv12_copy_frame_c macro
/external/libvpx/libvpx/vp9/common/
Dvp9_postproc.c383 vpx_yv12_copy_frame(ppbuf, &cm->post_proc_buffer_int); in vp9_post_proc_frame()
393 vpx_yv12_copy_frame(&cm->post_proc_buffer_int, ppbuf); in vp9_post_proc_frame()
402 vpx_yv12_copy_frame(cm->frame_to_show, ppbuf); in vp9_post_proc_frame()
/external/libvpx/libvpx/vp9/decoder/
Dvp9_decoder.c274 vpx_yv12_copy_frame(cfg, sd); in vp9_copy_reference_dec()
322 vpx_yv12_copy_frame(sd, ref_buf); in vp9_set_reference_dec()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_encoder.c2907 vpx_yv12_copy_frame(cfg, sd); in vp9_copy_reference_enc()
2918 vpx_yv12_copy_frame(sd, cfg); in vp9_set_reference_enc()