HomeSort by relevance Sort by last modified time
    Searched refs:vp8_yv12_copy_frame (Results 1 - 11 of 11) sorted by null

  /external/libvpx/libvpx/vpx_scale/generic/
yv12extend_generic.h 20 void vp8_yv12_copy_frame(YV12_BUFFER_CONFIG *src_ybc, YV12_BUFFER_CONFIG *dst_ybc);
  /external/libvpx/libvpx/vp8/decoder/
onyxd_if.c 152 vp8_yv12_copy_frame(&cm->yv12_fb[ref_fb_idx], sd);
192 vp8_yv12_copy_frame(sd, &cm->yv12_fb[*ref_fb_ptr]);
350 vp8_yv12_copy_frame(&cm->yv12_fb[prev_idx],
  /external/libvpx/libvpx/vp8/common/
rtcd_defs.sh 563 prototype void vp8_yv12_copy_frame "struct yv12_buffer_config *src_ybc, struct yv12_buffer_config *dst_ybc"
564 specialize vp8_yv12_copy_frame neon
postproc.c 386 vp8_yv12_copy_frame(source, post);
783 vp8_yv12_copy_frame(&oci->post_proc_buffer, &oci->post_proc_buffer_int);
816 vp8_yv12_copy_frame(oci->frame_to_show, &oci->post_proc_buffer);
    [all...]
  /external/libvpx/armv7a/
vpx_rtcd.h 400 #define vp8_yv12_copy_frame vp8_yv12_copy_frame_c macro
  /external/libvpx/generic/
vpx_rtcd.h 357 #define vp8_yv12_copy_frame vp8_yv12_copy_frame_c macro
  /external/libvpx/mips/
vpx_rtcd.h 357 #define vp8_yv12_copy_frame vp8_yv12_copy_frame_c macro
  /external/libvpx/mips-dspr2/
vpx_rtcd.h 375 #define vp8_yv12_copy_frame vp8_yv12_copy_frame_c macro
  /external/libvpx/libvpx/vp8/encoder/
onyx_if.c     [all...]
firstpass.c 862 vp8_yv12_copy_frame(lst_yv12, gld_yv12);
876 vp8_yv12_copy_frame(lst_yv12, gld_yv12);
    [all...]
  /external/libvpx/armv7a-neon/
vpx_rtcd.h 456 #define vp8_yv12_copy_frame vp8_yv12_copy_frame_neon macro
    [all...]

Completed in 198 milliseconds