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

  /external/libyuv/files/source/
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,
rotate.cc 58 uint8* dst, int dst_stride, int width);
72 uint8* dst, int dst_stride, int width) {
80 mov esi, [esp + 12 + 16] // dst_stride
290 uint8* dst, int dst_stride, int width) {
367 "r"(static_cast<intptr_t>(dst_stride)) // %4
505 uint8* dst, int dst_stride, int width) {
634 "r"(static_cast<intptr_t>(dst_stride)) // %4
750 uint8* dst, int dst_stride,
763 dst += dst_stride;
768 uint8* dst, int dst_stride,
    [all...]
scale.cc     [all...]
  /external/libvpx/vp8/common/
recon.c 113 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
117 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
121 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
125 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
133 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
143 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
145 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
147 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
149 RECON_INVOKE(rtcd, recon4)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
154 RECON_INVOKE(rtcd, recon2)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
    [all...]
reconintra4x4.c 23 unsigned char *Above = *(x->base_dst) + x->dst - x->dst_stride;
28 Left[1] = (*(x->base_dst))[x->dst - 1 + x->dst_stride];
29 Left[2] = (*(x->base_dst))[x->dst - 1 + 2 * x->dst_stride];
30 Left[3] = (*(x->base_dst))[x->dst - 1 + 3 * x->dst_stride];
303 unsigned char *above_right = *(x->block[0].base_dst) + x->block[0].dst - x->block[0].dst_stride + 16;
306 unsigned int *dst_ptr0 = (unsigned int *)(above_right + 4 * x->block[0].dst_stride);
307 unsigned int *dst_ptr1 = (unsigned int *)(above_right + 8 * x->block[0].dst_stride);
308 unsigned int *dst_ptr2 = (unsigned int *)(above_right + 12 * x->block[0].dst_stride);
reconinter.c 35 int dst_stride)
68 dst += dst_stride;
78 int dst_stride)
98 dst += dst_stride;
108 int dst_stride)
128 dst += dst_stride;
505 int dst_stride = d->dst_stride; local
513 sppf(ptr, pre_stride, d->bmi.mv.as_mv.col & 7, d->bmi.mv.as_mv.row & 7, dst_ptr, dst_stride);
530 dst_ptr += dst_stride;
    [all...]
blockd.h 205 int dst_stride; member in struct:__anon7671
mbpitch.c 33 b->dst_stride = Stride;
reconintra.c 27 RECON_INVOKE(rtcd, recon2)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
  /external/libvpx/vp8/decoder/x86/
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/webp/src/dec/
webpi.h 39 int dst_stride; member in struct:__anon13754
io.c 426 int dst_width, int dst_height, int dst_stride,
435 wrk->dst_stride = dst_stride;
500 wrk->dst += wrk->dst_stride;
    [all...]
  /external/libvpx/vp8/common/x86/
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
idctllm_sse2.asm 20 ; int dst_stride - 4
71 movsxd rdx, dword ptr arg(4) ; dst_stride
335 movsxd rdx, dword ptr arg(4) ; dst_stride
360 ; int dst_stride - 4
420 movsxd rdx, dword ptr arg(4) ; dst_stride
679 movsxd rdx, dword ptr arg(4) ; dst_stride
recon_sse2.asm 133 ; int dst_stride
153 movsxd rcx, dword ptr arg(3) ;dst_stride
  /external/libvpx/vp8/common/ppc/
copy_altivec.asm 17 ;# r6 int dst_stride
  /external/libvpx/vp8/decoder/
reconintra_mt.c 615 unsigned char *Above; /* = *(x->base_dst) + x->dst - x->dst_stride; */
625 Above = *(x->base_dst) + x->dst - x->dst_stride;
634 Left[1] = (*(x->base_dst))[x->dst - 1 + x->dst_stride];
635 Left[2] = (*(x->base_dst))[x->dst - 1 + 2 * x->dst_stride];
636 Left[3] = (*(x->base_dst))[x->dst - 1 + 3 * x->dst_stride];
916 unsigned char *above_right; /* = *(x->block[0].base_dst) + x->block[0].dst - x->block[0].dst_stride + 16; */
925 above_right = *(x->block[0].base_dst) + x->block[0].dst - x->block[0].dst_stride + 16;
928 /*dst_ptr0 = (unsigned int *)(above_right + 4 * x->block[0].dst_stride);
929 dst_ptr1 = (unsigned int *)(above_right + 8 * x->block[0].dst_stride);
930 dst_ptr2 = (unsigned int *)(above_right + 12 * x->block[0].dst_stride);*/
    [all...]
decodframe.c 270 *(b->base_dst) + b->dst, 16, b->dst_stride);
276 *(b->base_dst) + b->dst, 16, b->dst_stride);
threading.c 191 *(b->base_dst) + b->dst, 16, b->dst_stride);
197 *(b->base_dst) + b->dst, 16, b->dst_stride);
    [all...]
  /external/libvpx/vp8/encoder/
encodeintra.c 45 RECON_INVOKE(&rtcd->common->recon, recon)(b->predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
rdopt.c 663 RECON_INVOKE(IF_RTCD(&cpi->rtcd.common->recon), recon)(best_predictor, b->diff, *(b->base_dst) + b->dst, b->dst_stride);
    [all...]
  /external/libvpx/vp8/common/arm/armv6/
copymem8x4_v6.asm 18 ;void vp8_copy_mem8x4_v6( unsigned char *src, int src_stride, unsigned char *dst, int dst_stride)
copymem8x8_v6.asm 18 ;void copy_mem8x8_v6( unsigned char *src, int src_stride, unsigned char *dst, int dst_stride)
copymem16x16_v6.asm 18 ;void copy_mem16x16_v6( unsigned char *src, int src_stride, unsigned char *dst, int dst_stride)
  /external/webp/src/enc/
picture.c 280 int dst_width, int dst_height, int dst_stride,
302 dst += dst_stride;

Completed in 214 milliseconds