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

  /external/libvpx/vp8/common/x86/
recon_x86.h 33 #undef vp8_recon_copy8x8 macro
34 #define vp8_recon_copy8x8 vp8_copy_mem8x8_mmx macro
  /external/libvpx/vp8/common/arm/
recon_arm.h 34 #undef vp8_recon_copy8x8 macro
35 #define vp8_recon_copy8x8 vp8_copy_mem8x8_v6 macro
69 #undef vp8_recon_copy8x8 macro
70 #define vp8_recon_copy8x8 vp8_copy_mem8x8_neon macro
  /external/libvpx/vp8/common/
recon.h 44 #ifndef vp8_recon_copy8x8
45 #define vp8_recon_copy8x8 vp8_copy_mem8x8_c macro
47 extern prototype_copy_block(vp8_recon_copy8x8);

Completed in 1363 milliseconds