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

  /external/libvpx/vp8/encoder/arm/
encodemb_arm.c 26 short *diff_ptr = be->src_diff; local
30 vp8_subtract_b_neon_func(diff_ptr, src_ptr, pred_ptr, src_stride, pitch);
  /external/libvpx/vp8/common/
recon.c 19 short *diff_ptr,
30 int a = diff_ptr[c] + pred_ptr[c] ;
42 diff_ptr += 16;
50 short *diff_ptr,
61 int a = diff_ptr[c] + pred_ptr[c] ;
73 diff_ptr += 16;
81 short *diff_ptr,
92 int a = diff_ptr[c] + pred_ptr[c] ;
104 diff_ptr += 8;
  /external/libvpx/vp8/decoder/
dequantize.c 39 short *diff_ptr = output; local
57 int a = diff_ptr[c] + pred[c];
69 diff_ptr += 4;
80 short *diff_ptr = output; local
99 int a = diff_ptr[c] + pred[c];
111 diff_ptr += 4;
  /external/libvpx/vp8/common/ppc/
systemdependent.c 66 void recon_b_ppc(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
67 void recon2b_ppc(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
68 void recon4b_ppc(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
86 void vp8_recon_b_c(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
87 void vp8_recon2b_c(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
88 void vp8_recon4b_c(short *diff_ptr, unsigned char *pred_ptr, unsigned char *dst_ptr, int stride);
recon_altivec.asm 33 ;# r3 = short *diff_ptr,
81 ;# r3 = short *diff_ptr,
121 ;# r3 = short *diff_ptr,
  /external/qemu/elff/
elf_mapped_section.cc 29 mapfile_unmap(mapped_at_, diff_ptr(mapped_at_, data_) + size_);
elf_defs.h 88 diff_ptr(const void* s, const void* e) { function
120 return rp >= ss && ss != NULL && (diff_ptr(ss, rend) <= ssize) && rend >= rp;
dwarf_cu.h 382 return static_cast<Elf_Word>(diff_ptr(cu_header_, die));
494 return diff_ptr(cu_header_, ptr) < cu_size_;
  /external/libvpx/vp8/common/arm/
recon_arm.c 16 extern void vp8_recon16x16mb_neon(unsigned char *pred_ptr, short *diff_ptr, unsigned char *dst_ptr, int ystride, unsigned char *udst_ptr, unsigned char *vdst_ptr);
52 short *diff_ptr = &x->diff[0]; local
59 vp8_recon16x16mb_neon(pred_ptr, diff_ptr, dst_ptr, ystride, udst_ptr, vdst_ptr);
  /external/libvpx/vp8/common/arm/neon/
recon16x16mb_neon.asm 20 ; r1 short *diff_ptr,
31 vld1.16 {q8, q9}, [r1]! ;load data from diff_ptr
82 vld1.16 {q8, q9}, [r1]! ;load data from diff_ptr
  /external/libvpx/vp8/encoder/arm/neon/
fastfdct4x4_neon.asm 22 ;diff_ptr[c] = src_ptr[c] - pred_ptr[c]; (in Subtract* function)
fastfdct8x4_neon.asm 22 ;diff_ptr[c] = src_ptr[c] - pred_ptr[c]; (in Subtract* function)
  /external/libvpx/vp8/encoder/
encodemb.c 31 short *diff_ptr = be->src_diff; local
41 diff_ptr[c] = src_ptr[c] - pred_ptr[c];
44 diff_ptr += pitch;
  /external/libvpx/vp8/common/arm/armv6/
recon_v6.asm 22 ;void recon_b(unsigned char *pred_ptr, short *diff_ptr, unsigned char *dst_ptr, int stride)

Completed in 471 milliseconds