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

12 3

  /external/libvpx/vp8/encoder/ppc/
csystemdependent.c 51 unsigned int (*vp8_get16x16pred_error)(unsigned char *src_ptr, int src_stride, unsigned char *ref_ptr, int ref_stride);
91 extern unsigned int vp8_get16x16pred_error_c(unsigned char *src_ptr, int src_stride, unsigned char *ref_ptr, int ref_stride);
  /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/webp/src/dec/
alpha.c 24 static void CopyPlane(const uint8_t* src, int src_stride,
28 src += src_stride;
io.c 282 static int Rescale(const uint8_t* src, int src_stride,
286 const int lines_in = WebPRescalerImport(wrk, new_lines, src, src_stride);
287 src += lines_in * src_stride;
  /external/webp/src/utils/
rescaler.c 125 const uint8_t* src, int src_stride) {
132 src += src_stride;
rescaler.h 55 const uint8_t* src, int src_stride);
  /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;
  /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,
  /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
  /external/webp/src/enc/
alpha.c 151 static void CopyPlane(const uint8_t* src, int src_stride,
155 src += src_stride;
picture.c 197 static void CopyPlane(const uint8_t* src, int src_stride,
201 src += src_stride;
370 int src_width, int src_height, int src_stride,
386 src + y * src_stride, src_stride);
    [all...]
  /hardware/ti/omap4xxx/camera/
Encoder_libjpeg.cpp 149 " pld [%[src], %[src_stride], lsl #2] \n\t"
170 : [src_stride] "r" (width)
AppCallbackNotifier.cpp 569 " pld [%[src], %[src_stride], lsl #2] \n\t"
604 : [src_stride] "r" (stride_bytes)
627 " pld [%[src], %[src_stride], lsl #2] \n\t"
663 : [src_stride] "r" (stride_bytes)
    [all...]

Completed in 1390 milliseconds

12 3