HomeSort by relevance Sort by last modified time
    Searched full:src_stride (Results 26 - 50 of 50) sorted by null

12

  /external/llvm/test/CodeGen/X86/
2008-02-22-LocalRegAllocBug.ll 5 define void @transpose4x4(i8* %dst, i8* %src, i32 %dst_stride, i32 %src_stride) {
15 store i32 %src_stride, i32* %src_stride_addr
  /external/libvpx/vp8/encoder/
temporal_filter.c 170 int src_stride = b->src_stride; local
177 b->src_stride = arf_frame->y_stride;
270 b->src_stride = src_stride;
pickinter.c 46 extern unsigned int (*vp8_get16x16pred_error)(unsigned char *src_ptr, int src_stride, unsigned char *ref_ptr, int ref_stride);
73 int what_stride = b->src_stride;
95 int src_stride,
116 src_ptr += src_stride;
159 return VARIANCE_INVOKE(rtcd, get4x4sse_cs)(sptr, be->src_stride, dptr, 16, 0x7fffffff);
274 int uvsrc_stride = mb->block[16].src_stride;
encodeframe.c     [all...]
encodemb.c 33 int src_stride = be->src_stride; local
46 src_ptr += src_stride;
ethreading.c 345 z->block[i].src_stride = x->block[i].src_stride;
firstpass.c 414 int src_stride = b->src_stride; local
423 VARIANCE_INVOKE(IF_RTCD(&cpi->rtcd.variance), mse16x16) ( src_ptr, src_stride, ref_ptr, ref_stride, (unsigned int *)(best_motion_err));
    [all...]
rdopt.c 449 int uv_stride = x->block[16].src_stride;
    [all...]
  /external/libvpx/vp8/common/
filter.c 254 * UINT32 src_stride : Stride of source block.
275 unsigned int src_stride,
295 src_ptr += src_stride - width;
reconinter.c 33 int src_stride,
67 src += src_stride;
76 int src_stride,
97 src += src_stride;
106 int src_stride,
127 src += src_stride;
  /external/libvpx/vp8/common/arm/armv6/
copymem16x16_v6.asm 18 ;void copy_mem16x16_v6( unsigned char *src, int src_stride, unsigned char *dst, int dst_stride)
  /external/libvpx/vp8/encoder/arm/armv6/
vp8_sad16x16_armv6.asm 21 ; r1 int src_stride
  /external/libvpx/vp8/encoder/x86/
subtract_mmx.asm 14 ;void vp8_subtract_b_mmx_impl(unsigned char *z, int src_stride,
30 movsxd rdx, dword ptr arg(1);src_stride;
subtract_sse2.asm 14 ;void vp8_subtract_b_sse2_impl(unsigned char *z, int src_stride,
30 movsxd rdx, dword ptr arg(1);src_stride;
variance_mmx.c 82 int src_stride,
variance_sse2.c 59 int src_stride,
variance_impl_mmx.asm     [all...]
variance_impl_sse2.asm 217 ; int src_stride,
235 movsxd rax, DWORD PTR arg(1) ;[src_stride]
    [all...]
  /external/libvpx/vp8/encoder/arm/neon/
vp8_mse16x16_neon.asm 81 ; r1 int src_stride
  /external/libyuv/files/include/libyuv/
planar_functions.h 55 const uint8* src_uv, int src_stride,
  /external/libyuv/files/source/
rotate_neon.s 99 @ void TransposeWx8_NEON (const uint8* src, int src_stride,
103 @ r1 int src_stride
353 @ void TransposeUVWx8_NEON (const uint8* src, int src_stride,
358 @ r1 int src_stride
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 148 " pld [%[src], %[src_stride], lsl #2] \n\t"
169 : [src_stride] "r" (width)
AppCallbackNotifier.cpp 494 " pld [%[src], %[src_stride], lsl #2] \n\t"
529 : [src_stride] "r" (stride_bytes)
548 " pld [%[src], %[src_stride], lsl #2] \n\t"
584 : [src_stride] "r" (stride_bytes)
    [all...]
  /external/webp/src/dec/
io.c 509 static int Rescale(const uint8_t* src, int src_stride,
514 src += src_stride;
598 static int Import(const uint8_t* src, int src_stride,
603 src += src_stride;
    [all...]
  /external/webp/src/enc/
picture.c 278 int src_width, int src_height, int src_stride,
296 src += src_stride;

Completed in 1009 milliseconds

12