HomeSort by relevance Sort by last modified time
    Searched refs:src_ptr (Results 51 - 75 of 76) sorted by null

1 23 4

  /external/libvpx/vp8/encoder/arm/neon/
fastfdct4x4_neon.asm 22 ;diff_ptr[c] = src_ptr[c] - pred_ptr[c]; (in Subtract* function)
23 ;In which *src_ptr and *pred_ptr both are unsigned char.
fastfdct8x4_neon.asm 22 ;diff_ptr[c] = src_ptr[c] - pred_ptr[c]; (in Subtract* function)
23 ;In which *src_ptr and *pred_ptr both are unsigned char.
  /external/opencv/cv/src/
cvderiv.cpp 296 uchar* src_ptr = src->data.ptr; local
318 ipp_sobel_func_8u ? ipp_sobel_func_8u( src_ptr, src_step, dst_ptr, dst_step,
320 ipp_sobel_func_32f ? ipp_sobel_func_32f( src_ptr, src_step, dst_ptr, dst_step,
322 ipp_scharr_func_8u ? ipp_scharr_func_8u( src_ptr, src_step, dst_ptr, dst_step,
324 ipp_scharr_func_32f ? ipp_scharr_func_32f( src_ptr, src_step, dst_ptr, dst_step,
837 uchar* src_ptr = src->data.ptr; local
    [all...]
cvmorph.cpp     [all...]
  /external/libvpx/vp8/encoder/ppc/
variance_subpixel_altivec.asm 64 ;# r3 src_ptr
185 ;# r3 unsigned char *src_ptr
276 ;# r3 unsigned char *src_ptr
386 ;# r3 unsigned char *src_ptr
544 ;# r3 src_ptr
603 ;# r3 unsigned char *src_ptr
696 ;# r3 unsigned char *src_ptr
  /external/libvpx/vp8/decoder/
reconintra_mt.c 917 unsigned int *src_ptr; local
927 src_ptr = (unsigned int *)above_right;
934 *dst_ptr0 = *src_ptr;
935 *dst_ptr1 = *src_ptr;
936 *dst_ptr2 = *src_ptr;
  /external/libvpx/vp8/encoder/
encodemb.c 30 unsigned char *src_ptr = (*(be->base_src) + be->src); local
41 diff_ptr[c] = src_ptr[c] - pred_ptr[c];
46 src_ptr += src_stride;
firstpass.c 413 unsigned char *src_ptr = (*(b->base_src) + b->src); local
423 VARIANCE_INVOKE(IF_RTCD(&cpi->rtcd.variance), mse16x16) ( src_ptr, src_stride, ref_ptr, ref_stride, (unsigned int *)(best_motion_err));
    [all...]
  /external/libvpx/vp8/encoder/arm/armv6/
vp8_sad16x16_armv6.asm 20 ; r0 const unsigned char *src_ptr
vp8_mse16x16_armv6.asm 18 ; r0 unsigned char *src_ptr
103 add r0, r0, r1 ; set src_ptr to next row
vp8_variance16x16_armv6.asm 20 ; r0 unsigned char *src_ptr
111 add r0, r0, r1 ; set src_ptr to next row
vp8_variance_halfpixvar16x16_h_armv6.asm 20 ; r0 unsigned char *src_ptr
137 add r0, r0, r1 ; set src_ptr to next row
vp8_variance_halfpixvar16x16_v_armv6.asm 20 ; r0 unsigned char *src_ptr
138 add r0, r0, r1 ; set src_ptr to next row
vp8_variance_halfpixvar16x16_hv_armv6.asm 20 ; r0 unsigned char *src_ptr
179 add r0, r0, r1 ; set src_ptr to next row
  /external/libvpx/vp8/common/x86/
loopfilter_sse2.asm 279 ; unsigned char *src_ptr,
302 mov rsi, arg(0) ;src_ptr
329 ; unsigned char *src_ptr,
575 ; unsigned char *src_ptr,
598 mov rsi, arg(0) ;src_ptr
    [all...]
loopfilter_mmx.asm 17 ; unsigned char *src_ptr,
39 mov rsi, arg(0) ;src_ptr
231 ; unsigned char *src_ptr,
254 mov rsi, arg(0) ;src_ptr
604 ; unsigned char *src_ptr,
626 mov rsi, arg(0) ;src_ptr
    [all...]
postproc_mmx.asm 19 ; unsigned char *src_ptr,
54 mov rsi, arg(0) ;src_ptr
postproc_mmx.c 53 unsigned char *src_ptr,
75 mov esi, src_ptr
405 unsigned char *src_ptr,
425 mov esi, src_ptr
    [all...]
postproc_sse2.asm 16 ; unsigned char *src_ptr,
53 mov rsi, arg(0) ;src_ptr
  /external/libvpx/vp8/common/
postproc.c 131 unsigned char *src_ptr,
152 p_src = src_ptr;
209 src_ptr += pitch;
    [all...]
  /external/opencv/cxcore/src/
cxpersistence.cpp 4555 char* src_ptr = write_buf; local
    [all...]
  /external/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 61 ;# r3 src_ptr
441 ;# r3 src_ptr
  /external/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 16 ; r0 unsigned char *src_ptr,
simpleloopfilter_v6.asm 51 ;r0 unsigned char *src_ptr,
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1798 int* src_ptr = block[i & -2] + (i & 1)*8; local
    [all...]

Completed in 294 milliseconds

1 23 4