/external/libvpx/vp8/decoder/ |
D | dequantize.c | 38 short *diff_ptr = output; in vp8_dequant_idct_add_c() local 56 int a = diff_ptr[c] + pred[c]; in vp8_dequant_idct_add_c() 68 diff_ptr += 4; in vp8_dequant_idct_add_c() 79 short *diff_ptr = output; in vp8_dequant_dc_idct_add_c() local 98 int a = diff_ptr[c] + pred[c]; in vp8_dequant_dc_idct_add_c() 110 diff_ptr += 4; in vp8_dequant_dc_idct_add_c()
|
/external/libvpx/vp8/common/ |
D | recon.c | 19 short *diff_ptr, in vp8_recon_b_c() argument 30 int a = diff_ptr[c] + pred_ptr[c] ; in vp8_recon_b_c() 42 diff_ptr += 16; in vp8_recon_b_c() 50 short *diff_ptr, in vp8_recon4b_c() argument 61 int a = diff_ptr[c] + pred_ptr[c] ; in vp8_recon4b_c() 73 diff_ptr += 16; in vp8_recon4b_c() 81 short *diff_ptr, in vp8_recon2b_c() argument 92 int a = diff_ptr[c] + pred_ptr[c] ; in vp8_recon2b_c() 104 diff_ptr += 8; in vp8_recon2b_c()
|
/external/libvpx/vp8/common/ppc/ |
D | 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);
|
D | recon_altivec.asm | 33 ;# r3 = short *diff_ptr, 81 ;# r3 = short *diff_ptr, 121 ;# r3 = short *diff_ptr,
|
/external/libvpx/vp8/common/arm/neon/ |
D | recon_neon.c | 16 extern void vp8_recon16x16mb_neon(unsigned char *pred_ptr, short *diff_ptr, unsigned char *dst_ptr,… 21 short *diff_ptr = &x->diff[0]; in vp8_recon_mb_neon() local 28 vp8_recon16x16mb_neon(pred_ptr, diff_ptr, dst_ptr, ystride, udst_ptr, vdst_ptr); in vp8_recon_mb_neon()
|
D | recon2b_neon.asm | 20 ; r1 short *diff_ptr, 26 vld1.16 {q4, q5}, [r1]! ;load data from diff_ptr
|
D | reconb_neon.asm | 20 ; r1 short *diff_ptr, 28 vld1.16 {q10, q11}, [r1]! ;load data from diff_ptr
|
D | 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
|
D | recon4b_neon.asm | 20 ; r1 short *diff_ptr, 26 vld1.16 {q8, q9}, [r1]! ;load data from diff_ptr
|
/external/qemu/elff/ |
D | elf_defs.h | 88 diff_ptr(const void* s, const void* e) { in diff_ptr() function 120 return rp >= ss && ss != NULL && (diff_ptr(ss, rend) <= ssize) && rend >= rp; in is_in_section()
|
D | elf_mapped_section.cc | 29 mapfile_unmap(mapped_at_, diff_ptr(mapped_at_, data_) + size_); in ~ElfMappedSection()
|
D | dwarf_cu.h | 382 return static_cast<Elf_Word>(diff_ptr(cu_header_, die)); in get_die_reference() 494 return diff_ptr(cu_header_, ptr) < cu_size_; in is_attrib_ptr_valid()
|
/external/libvpx/vp8/encoder/ |
D | encodemb.c | 31 short *diff_ptr = be->src_diff; in vp8_subtract_b_c() local 41 diff_ptr[c] = src_ptr[c] - pred_ptr[c]; in vp8_subtract_b_c() 44 diff_ptr += pitch; in vp8_subtract_b_c()
|
/external/libvpx/vp8/encoder/arm/neon/ |
D | fastfdct4x4_neon.asm | 22 ;diff_ptr[c] = src_ptr[c] - pred_ptr[c]; (in Subtract* function)
|
D | fastfdct8x4_neon.asm | 22 ;diff_ptr[c] = src_ptr[c] - pred_ptr[c]; (in Subtract* function)
|
/external/libvpx/vp8/common/arm/armv6/ |
D | recon_v6.asm | 22 ;void recon_b(unsigned char *pred_ptr, short *diff_ptr, unsigned char *dst_ptr, int stride)
|