HomeSort by relevance Sort by last modified time
    Searched refs:src_ptr (Results 126 - 150 of 150) sorted by null

1 2 3 4 56

  /external/opencv/cv/src/
cvmorph.cpp     [all...]
  /external/libvpx/libvpx/vp9/common/
vp9_postproc.c 133 void vp9_post_proc_down_and_across_c(const uint8_t *src_ptr,
152 p_src = src_ptr;
204 src_ptr += pitch;
  /external/libvpx/libvpx/vp9/encoder/
vp9_encodemb.c 30 const uint8_t *src_ptr, ptrdiff_t src_stride,
36 diff_ptr[c] = src_ptr[c] - pred_ptr[c];
40 src_ptr += src_stride;
  /external/opencv/cxcore/src/
cxpersistence.cpp 4555 char* src_ptr = write_buf; local
    [all...]
  /external/libvpx/libvpx/vp8/common/
postproc.c 133 unsigned char *src_ptr,
151 p_src = src_ptr;
210 src_ptr += src_pixels_per_line;
    [all...]
  /external/libvpx/libvpx/vp8/encoder/
pickinter.c 96 const unsigned char *src_ptr,
109 int diff = src_ptr[c] - ref_ptr[c];
113 src_ptr += source_stride;
    [all...]
firstpass.c 415 unsigned char *src_ptr = (*(b->base_src) + b->src); local
425 vp8_mse16x16 ( src_ptr, src_stride, raw_ptr, raw_stride,
431 vp8_mse16x16 ( src_ptr, src_stride, ref_ptr, ref_stride,
    [all...]
  /external/libvpx/libvpx/vp8/common/ppc/
filter_bilinear_altivec.asm 61 ;# r3 src_ptr
441 ;# r3 src_ptr
  /external/libvpx/libvpx/vp8/common/x86/
postproc_sse2.asm 88 ; unsigned char *src_ptr,
115 mov rsi, arg(0) ;src_ptr
  /external/libvpx/libvpx/vp9/common/x86/
vp9_asm_stubs.c 40 const unsigned char *src_ptr,
vp9_postproc_mmx.asm 19 ; unsigned char *src_ptr,
54 mov rsi, arg(0) ;src_ptr
vp9_postproc_sse2.asm 16 ; unsigned char *src_ptr,
53 mov rsi, arg(0) ;src_ptr
  /external/libvpx/libvpx/vp8/common/arm/armv6/
sixtappredict8x4_v6.asm 16 ; r0 unsigned char *src_ptr,
simpleloopfilter_v6.asm 52 ;r0 unsigned char *src_ptr,
loopfilter_v6.asm 54 ;r0 unsigned char *src_ptr,
    [all...]
  /external/libyuv/files/include/libyuv/
row.h 718 void ARGBInterpolateRow_C(uint8* dst_ptr, const uint8* src_ptr,
721 void ARGBInterpolateRow_SSSE3(uint8* dst_ptr, const uint8* src_ptr,
  /external/libyuv/files/source/
row_posix.cc     [all...]
convert.cc 194 void ScaleRowDown2Int_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
199 void ScaleRowDown2Int_SSE2(const uint8* src_ptr, ptrdiff_t src_stride,
202 void ScaleRowDown2Int_C(const uint8* src_ptr, ptrdiff_t src_stride,
229 void (*ScaleRowDown2)(const uint8* src_ptr, ptrdiff_t src_stride,
279 const uint8* src_ptr, uint8* dst_ptr);
    [all...]
convert_from.cc 105 const uint8* src_ptr, uint8* dst_ptr);
    [all...]
planar_functions.cc     [all...]
row_win.cc     [all...]
  /external/libvpx/libvpx/test/
sad_test.cc 41 typedef void (*sad_n_by_n_by_4_fn_t)(const uint8_t *src_ptr,
  /external/opencv/otherlibs/highgui/
grfmt_jpeg.cpp 1798 int* src_ptr = block[i & -2] + (i & 1)*8; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_eu.h 1078 struct brw_indirect src_ptr,
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.h 1078 struct brw_indirect src_ptr,

Completed in 1283 milliseconds

1 2 3 4 56