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

  /external/libvpx/vp8/common/x86/
recon_x86.h 24 extern prototype_copy_block(vp8_copy_mem8x8_mmx);
25 extern prototype_copy_block(vp8_copy_mem8x4_mmx);
26 extern prototype_copy_block(vp8_copy_mem16x16_mmx);
48 extern prototype_copy_block(vp8_copy_mem16x16_sse2);
  /external/libvpx/vp8/common/arm/
recon_arm.h 20 extern prototype_copy_block(vp8_copy_mem8x8_v6);
21 extern prototype_copy_block(vp8_copy_mem8x4_v6);
22 extern prototype_copy_block(vp8_copy_mem16x16_v6);
50 extern prototype_copy_block(vp8_copy_mem8x8_neon);
51 extern prototype_copy_block(vp8_copy_mem8x4_neon);
52 extern prototype_copy_block(vp8_copy_mem16x16_neon);
  /external/libvpx/vp8/common/
recon.h 17 #define prototype_copy_block(sym) \ macro
42 extern prototype_copy_block(vp8_recon_copy16x16);
47 extern prototype_copy_block(vp8_recon_copy8x8);
52 extern prototype_copy_block(vp8_recon_copy8x4);
92 typedef prototype_copy_block((*vp8_copy_block_fn_t)); typedef

Completed in 873 milliseconds