HomeSort by relevance Sort by last modified time
    Searched refs:src_stride (Results 451 - 475 of 487) sorted by null

<<11121314151617181920

  /external/pixman/pixman/
pixman-private.h 438 int src_stride,
523 int src_stride,
    [all...]
pixman.c 737 int src_stride,
749 src_bits, dst_bits, src_stride, dst_stride,
    [all...]
pixman.h 594 int src_stride,
    [all...]
  /hardware/ti/omap4-aah/camera/V4LCameraAdapter/
V4LCameraAdapter.cpp 992 " pld [%[src], %[src_stride], lsl #2] \n\t"
1011 : [src_stride] "r" (width), [skip] "r" (skip)
1070 " pld [%[src], %[src_stride], lsl #2] \n\t"
1089 : [src_stride] "r" (width), [skip] "r" (skip)
    [all...]
  /external/libyuv/files/source/
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,
278 int src_stride, int dst_stride,
    [all...]
row_common.cc     [all...]
convert_from.cc 104 int src_stride, int dst_stride,
    [all...]
planar_functions.cc     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
sad_test.cc 40 int src_stride,
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
firstpass.c 416 int src_stride = b->src_stride; 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/test/
sad_test.cc 40 int src_stride,
  /external/libvpx/libvpx/vp8/encoder/
firstpass.c 416 int src_stride = b->src_stride; local
425 vp8_mse16x16 ( src_ptr, src_stride, raw_ptr, raw_stride,
431 vp8_mse16x16 ( src_ptr, src_stride, ref_ptr, ref_stride,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
sad_test.cc 40 int src_stride,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
firstpass.c 415 int src_stride = b->src_stride; local
425 vp8_mse16x16 ( src_ptr, src_stride, raw_ptr, raw_stride,
431 vp8_mse16x16 ( src_ptr, src_stride, ref_ptr, ref_stride,
    [all...]
  /hardware/ti/omap4-aah/camera/
AppCallbackNotifier.cpp 581 " pld [%[src], %[src_stride], lsl #2] \n\t"
616 : [src_stride] "r" (stride_bytes)
639 " pld [%[src], %[src_stride], lsl #2] \n\t"
675 : [src_stride] "r" (stride_bytes)
    [all...]
  /hardware/ti/omap4xxx/camera/
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...]
  /external/chromium_org/third_party/libyuv/source/
row_common.cc     [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
recon_sse2.asm 16 ; int src_stride,
32 movsxd rax, dword ptr arg(1) ;src_stride;
  /external/libvpx/libvpx/vp8/common/x86/
recon_sse2.asm 16 ; int src_stride,
32 movsxd rax, dword ptr arg(1) ;src_stride;
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
recon_sse2.asm 16 ; int src_stride,
32 movsxd rax, dword ptr arg(1) ;src_stride;
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_rdopt.c 1058 const int src_stride = p->src.stride; local
    [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c 1055 const int src_stride = p->src.stride; local
    [all...]
vp9_firstpass.c 382 const int src_stride = x->plane[0].src.stride; local
387 fn(src, src_stride, ref, ref_stride, &sse);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_rdopt.c 1055 const int src_stride = p->src.stride; local
    [all...]
vp9_firstpass.c 381 const int src_stride = x->plane[0].src.stride; local
386 fn(src, src_stride, ref, ref_stride, &sse);
    [all...]

Completed in 1194 milliseconds

<<11121314151617181920