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

12 3

  /external/libvpx/libvpx/vp8/common/
mfqe.c 29 static void filter_by_weight(unsigned char *src, int src_stride,
45 src += src_stride;
50 void vp8_filter_by_weight16x16_c(unsigned char *src, int src_stride,
54 filter_by_weight(src, src_stride, dst, dst_stride, 16, src_weight);
57 void vp8_filter_by_weight8x8_c(unsigned char *src, int src_stride,
61 filter_by_weight(src, src_stride, dst, dst_stride, 8, src_weight);
64 void vp8_filter_by_weight4x4_c(unsigned char *src, int src_stride,
68 filter_by_weight(src, src_stride, dst, dst_stride, 4, src_weight);
filter.c 254 * UINT32 src_stride : Stride of source block.
275 unsigned int src_stride,
295 src_ptr += src_stride - width;
reconinter.c 24 int src_stride,
58 src += src_stride;
67 int src_stride,
88 src += src_stride;
97 int src_stride,
118 src += src_stride;
  /external/webp/src/dec/
alpha.c 24 static void CopyPlane(const uint8_t* src, int src_stride,
28 src += src_stride;
  /external/libvpx/libvpx/vp8/encoder/
mcomp.c 196 #define DIST(r,c) vfp->svf( PRE(r,c), y_stride, SP(c),SP(r), z,b->src_stride,&sse)
262 besterr = vfp->vf(y, y_stride, z, b->src_stride, sse1);
397 bestmse = vfp->vf(y, y_stride, z, b->src_stride, sse1);
404 thismse = vfp->svf_halfpix_h(y - 1, y_stride, z, b->src_stride, &sse);
416 thismse = vfp->svf_halfpix_h(y, y_stride, z, b->src_stride, &sse);
430 thismse = vfp->svf_halfpix_v(y - y_stride, y_stride, z, b->src_stride, &sse);
442 thismse = vfp->svf_halfpix_v(y, y_stride, z, b->src_stride, &sse);
463 thismse = vfp->svf_halfpix_hv(y - 1 - y_stride, y_stride, z, b->src_stride, &sse);
468 thismse = vfp->svf_halfpix_hv(y - y_stride, y_stride, z, b->src_stride, &sse);
473 thismse = vfp->svf_halfpix_hv(y - 1, y_stride, z, b->src_stride, &sse)
    [all...]
encodemb.c 27 int src_stride = be->src_stride; local
40 src_ptr += src_stride;
45 int src_stride, unsigned char *upred,
62 usrc += src_stride;
74 vsrc += src_stride;
78 void vp8_subtract_mby_c(short *diff, unsigned char *src, int src_stride,
92 src += src_stride;
101 b->src_stride, x->e_mbd.dst.y_buffer, x->e_mbd.dst.y_stride);
641 b->src_stride, x->e_mbd.dst.y_buffer, x->e_mbd.dst.y_stride)
    [all...]
block.h 47 int src_stride; member in struct:block
temporal_filter.c 161 int src_stride = b->src_stride; local
172 b->src_stride = arf_frame->y_stride;
214 b->src_stride = src_stride;
asm_enc_offsets.c 41 DEFINE(vp8_block_src_stride, offsetof(BLOCK, src_stride));
encodeintra.c 106 b->src_stride, xd->dst.y_buffer, xd->dst.y_stride);
  /external/libyuv/files/include/libyuv/
scale.h 30 void ScalePlane(const uint8* src, int src_stride,
  /external/libvpx/libvpx/vp8/common/ppc/
sad_altivec.asm 148 ;# r4 int src_stride
168 ;# r4 int src_stride
188 ;# r4 int src_stride
208 ;# r4 int src_stride
246 ;# r4 int src_stride
copy_altivec.asm 15 ;# r4 int src_stride
  /device/asus/deb/kernel-headers/media/
msmb_pproc.h 76 unsigned int src_stride; member in struct:msm_cpp_frame_strip_info
  /device/asus/deb/original-kernel-headers/media/
msmb_pproc.h 67 unsigned int src_stride; member in struct:msm_cpp_frame_strip_info
  /device/asus/flo/kernel-headers/media/
msmb_pproc.h 76 unsigned int src_stride; member in struct:msm_cpp_frame_strip_info
  /device/asus/flo/original-kernel-headers/media/
msmb_pproc.h 67 unsigned int src_stride; member in struct:msm_cpp_frame_strip_info
  /external/libvpx/libvpx/vp8/common/x86/
recon_mmx.asm 17 ; int src_stride,
33 movsxd rax, dword ptr arg(1) ;src_stride;
80 ; int src_stride,
96 movsxd rax, dword ptr arg(1) ;src_stride;
124 ; int src_stride,
138 movsxd rax, dword ptr arg(1) ;src_stride;
mfqe_sse2.asm 17 ; int src_stride,
41 mov rsi, arg(1) ; src_stride
95 ; int src_stride,
118 mov rsi, arg(1) ; src_stride
sad_ssse3.asm 151 ; int src_stride,
201 movsxd rax, dword ptr arg(1) ;src_stride
264 ; int src_stride,
314 movsxd rax, dword ptr arg(1) ;src_stride
  /external/libvpx/libvpx/vp8/encoder/x86/
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;
74 ;void vp8_subtract_mby_sse2(short *diff, unsigned char *src, int src_stride,
88 movsxd rdx, dword ptr arg(2);src_stride
147 ; int src_stride, unsigned char *upred,
162 movsxd rdx, dword ptr arg(3);src_stride;
  /external/webp/src/utils/
rescaler.c 125 const uint8_t* src, int src_stride) {
132 src += src_stride;
  /external/libvpx/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)
  /external/webp/src/enc/
alpha.c 150 static void CopyPlane(const uint8_t* src, int src_stride,
154 src += src_stride;

Completed in 3364 milliseconds

12 3