/external/libvpx/vp8/common/ |
D | recon.c | 113 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_recon_mby_c() 117 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_recon_mby_c() 121 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_recon_mby_c() 125 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_recon_mby_c() 133 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_recon_mby_c() 143 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_recon_mb_c() 145 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_recon_mb_c() 147 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_recon_mb_c() 149 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_recon_mb_c() 154 RECON_INVOKE(rtcd, recon2)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_recon_mb_c() [all …]
|
D | reconintra4x4.c | 23 unsigned char *Above = *(x->base_dst) + x->dst - x->dst_stride; in vp8_predict_intra4x4() 28 Left[1] = (*(x->base_dst))[x->dst - 1 + x->dst_stride]; in vp8_predict_intra4x4() 29 Left[2] = (*(x->base_dst))[x->dst - 1 + 2 * x->dst_stride]; in vp8_predict_intra4x4() 30 Left[3] = (*(x->base_dst))[x->dst - 1 + 3 * x->dst_stride]; in vp8_predict_intra4x4() 303 …unsigned char *above_right = *(x->block[0].base_dst) + x->block[0].dst - x->block[0].dst_stride + … in vp8_intra_prediction_down_copy() 306 unsigned int *dst_ptr0 = (unsigned int *)(above_right + 4 * x->block[0].dst_stride); in vp8_intra_prediction_down_copy() 307 unsigned int *dst_ptr1 = (unsigned int *)(above_right + 8 * x->block[0].dst_stride); in vp8_intra_prediction_down_copy() 308 unsigned int *dst_ptr2 = (unsigned int *)(above_right + 12 * x->block[0].dst_stride); in vp8_intra_prediction_down_copy()
|
D | reconinter.c | 35 int dst_stride) in vp8_copy_mem16x16_c() argument 68 dst += dst_stride; in vp8_copy_mem16x16_c() 78 int dst_stride) in vp8_copy_mem8x8_c() argument 98 dst += dst_stride; in vp8_copy_mem8x8_c() 108 int dst_stride) in vp8_copy_mem8x4_c() argument 128 dst += dst_stride; in vp8_copy_mem8x4_c() 505 int dst_stride = d->dst_stride; in vp8_build_inter_predictors_b_s() local 513 … sppf(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst_ptr, dst_stride); in vp8_build_inter_predictors_b_s() 530 dst_ptr += dst_stride; in vp8_build_inter_predictors_b_s()
|
D | blockd.h | 205 int dst_stride; member
|
D | mbpitch.c | 33 b->dst_stride = Stride; in setup_block()
|
/external/libyuv/files/source/ |
D | rotate.cc | 58 uint8* dst, int dst_stride, int width); 72 uint8* dst, int dst_stride, int width) { in TransposeWx8_SSSE3() argument 290 uint8* dst, int dst_stride, int width) { in TransposeWx8_SSSE3() argument 367 "r"(static_cast<intptr_t>(dst_stride)) // %4 in TransposeWx8_SSSE3() 505 uint8* dst, int dst_stride, int width) { in TransposeWx8_FAST_SSSE3() argument 634 "r"(static_cast<intptr_t>(dst_stride)) // %4 in TransposeWx8_FAST_SSSE3() 750 uint8* dst, int dst_stride, in TransposeWx8_C() argument 763 dst += dst_stride; in TransposeWx8_C() 768 uint8* dst, int dst_stride, in TransposeWxH_C() argument 773 dst[i * dst_stride + j] = src[j * src_stride + i]; in TransposeWxH_C() [all …]
|
D | rotate_priv.h | 21 uint8* dst, int dst_stride, 26 uint8* dst, int dst_stride, 31 uint8* dst, int dst_stride, 61 uint8* dst, int dst_stride,
|
D | scale.cc | 2733 int src_stride, int dst_stride, in ScalePlaneDown2() argument 2744 (dst_stride % 16 == 0) && in ScalePlaneDown2() 2763 dst_ptr += dst_stride; in ScalePlaneDown2() 2775 int src_stride, int dst_stride, in ScalePlaneDown4() argument 2793 (dst_stride % 8 == 0) && in ScalePlaneDown4() 2805 dst_ptr += dst_stride; in ScalePlaneDown4() 2818 int src_stride, int dst_stride, in ScalePlaneDown8() argument 2828 (src_stride % 16 == 0) && (dst_stride % 16 == 0) && in ScalePlaneDown8() 2840 dst_ptr += dst_stride; in ScalePlaneDown8() 2852 int src_stride, int dst_stride, in ScalePlaneDown34() argument [all …]
|
/external/libvpx/vp8/decoder/x86/ |
D | idct_blk_sse2.c | 17 unsigned char *dst, int dst_stride, short *dc); 20 unsigned char *dst, int dst_stride, short *dc); 24 unsigned char *dst, int dst_stride, int blk_stride); 27 unsigned char *dst, int dst_stride, int blk_stride);
|
/external/libvpx/vp8/common/x86/ |
D | recon_mmx.asm | 66 ; int dst_stride 86 movsxd rcx, dword ptr arg(3) ;dst_stride 129 ; int dst_stride 149 movsxd rcx, dword ptr arg(3) ;dst_stride 173 ; int dst_stride 188 movsxd rcx, dword ptr arg(3) ;dst_stride
|
D | recon_sse2.asm | 133 ; int dst_stride 153 movsxd rcx, dword ptr arg(3) ;dst_stride
|
D | idctllm_sse2.asm | 20 ; int dst_stride - 4 71 movsxd rdx, dword ptr arg(4) ; dst_stride 420 movsxd rdx, dword ptr arg(4) ; dst_stride
|
/external/libvpx/vp8/decoder/ |
D | reconintra_mt.c | 625 Above = *(x->base_dst) + x->dst - x->dst_stride; in vp8mt_predict_intra4x4() 634 Left[1] = (*(x->base_dst))[x->dst - 1 + x->dst_stride]; in vp8mt_predict_intra4x4() 635 Left[2] = (*(x->base_dst))[x->dst - 1 + 2 * x->dst_stride]; in vp8mt_predict_intra4x4() 636 Left[3] = (*(x->base_dst))[x->dst - 1 + 3 * x->dst_stride]; in vp8mt_predict_intra4x4() 925 above_right = *(x->block[0].base_dst) + x->block[0].dst - x->block[0].dst_stride + 16; in vp8mt_intra_prediction_down_copy() 931 …r0 = (unsigned int *)(*(x->block[0].base_dst) + x->block[0].dst + 16 + 3 * x->block[0].dst_stride); in vp8mt_intra_prediction_down_copy() 932 …r1 = (unsigned int *)(*(x->block[0].base_dst) + x->block[0].dst + 16 + 7 * x->block[0].dst_stride); in vp8mt_intra_prediction_down_copy() 933 …2 = (unsigned int *)(*(x->block[0].base_dst) + x->block[0].dst + 16 + 11 * x->block[0].dst_stride); in vp8mt_intra_prediction_down_copy()
|
/external/llvm/test/CodeGen/X86/ |
D | 2008-02-22-LocalRegAllocBug.ll | 5 define void @transpose4x4(i8* %dst, i8* %src, i32 %dst_stride, i32 %src_stride) { 14 store i32 %dst_stride, i32* %dst_stride_addr
|
/external/webp/src/dec/ |
D | webpi.h | 39 int dst_stride; member
|
D | io.c | 426 int dst_width, int dst_height, int dst_stride, in InitRescaler() argument 435 wrk->dst_stride = dst_stride; in InitRescaler() 500 wrk->dst += wrk->dst_stride; in ExportRow()
|
/external/libvpx/vp8/common/arm/neon/ |
D | copymem8x4_neon.asm | 18 ;void copy_mem8x4_neon( unsigned char *src, int src_stride, unsigned char *dst, int dst_stride)
|
D | copymem8x8_neon.asm | 18 ;void copy_mem8x8_neon( unsigned char *src, int src_stride, unsigned char *dst, int dst_stride)
|
D | copymem16x16_neon.asm | 18 ;void copy_mem16x16_neon( unsigned char *src, int src_stride, unsigned char *dst, int dst_stride)
|
/external/libvpx/vp8/common/ppc/ |
D | copy_altivec.asm | 17 ;# r6 int dst_stride
|
/external/libvpx/vp8/encoder/ |
D | encodeintra.c | 45 …INVOKE(&rtcd->common->recon, recon)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride); in vp8_encode_intra4x4block()
|
/external/libvpx/vp8/common/arm/armv6/ |
D | copymem8x8_v6.asm | 18 ;void copy_mem8x8_v6( unsigned char *src, int src_stride, unsigned char *dst, int dst_stride)
|
D | copymem8x4_v6.asm | 18 ;void vp8_copy_mem8x4_v6( unsigned char *src, int src_stride, unsigned char *dst, int dst_stride)
|
D | copymem16x16_v6.asm | 18 ;void copy_mem16x16_v6( unsigned char *src, int src_stride, unsigned char *dst, int dst_stride)
|
/external/webp/src/enc/ |
D | picture.c | 280 int dst_width, int dst_height, int dst_stride, in RescalePlane() argument 302 dst += dst_stride; in RescalePlane()
|