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

  /external/libvpx/vp8/common/x86/
recon_x86.h 36 #undef vp8_recon_copy8x4 macro
37 #define vp8_recon_copy8x4 vp8_copy_mem8x4_mmx macro
  /external/libvpx/vp8/common/arm/
recon_arm.h 37 #undef vp8_recon_copy8x4 macro
38 #define vp8_recon_copy8x4 vp8_copy_mem8x4_v6 macro
72 #undef vp8_recon_copy8x4 macro
73 #define vp8_recon_copy8x4 vp8_copy_mem8x4_neon macro
  /external/libvpx/vp8/common/
recon.h 49 #ifndef vp8_recon_copy8x4
50 #define vp8_recon_copy8x4 vp8_copy_mem8x4_c macro
52 extern prototype_copy_block(vp8_recon_copy8x4);

Completed in 739 milliseconds