Searched refs:diff_ptr (Results 1 - 6 of 6) sorted by relevance

/external/libvpx/libvpx/vp8/common/ppc/
H A Dsystemdependent.c65 void recon_b_ppc(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
66 void recon2b_ppc(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
67 void recon4b_ppc(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
85 void vp8_recon_b_c(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
86 void vp8_recon2b_c(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
87 void vp8_recon4b_c(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
H A Drecon_altivec.asm33 ;# r3 = short *diff_ptr,
81 ;# r3 = short *diff_ptr,
121 ;# r3 = short *diff_ptr,
/external/qemu/elff/
H A Delf_mapped_section.cc29 mapfile_unmap(mapped_at_, diff_ptr(mapped_at_, data_) + size_);
H A Delf_defs.h88 diff_ptr(const void* s, const void* e) { function
120 return rp >= ss && ss != NULL && (diff_ptr(ss, rend) <= ssize) && rend >= rp;
H A Ddwarf_cu.h382 return static_cast<Elf_Word>(diff_ptr(cu_header_, die));
494 return diff_ptr(cu_header_, ptr) < cu_size_;
/external/libvpx/libvpx/vp8/encoder/
H A Dencodemb.c25 short *diff_ptr = be->src_diff; local
35 diff_ptr[c] = src_ptr[c] - pred_ptr[c];
38 diff_ptr += pitch;

Completed in 106 milliseconds