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

1 2 3 4 56 7 8 91011>>

  /external/libvpx/libvpx/vpx_dsp/x86/
highbd_variance_impl_sse2.asm 16 ; unsigned char * src_ptr,
34 mov rsi, arg(0) ;[src_ptr]
169 ; unsigned char * src_ptr,
187 mov rsi, arg(0) ;[src_ptr]
sad_ssse3.asm 150 ; unsigned char *src_ptr,
166 mov rsi, arg(0) ;src_ptr
263 ; unsigned char *src_ptr,
279 mov rsi, arg(0) ;src_ptr
vpx_high_subpixel_8t_sse2.asm 93 mov rsi, arg(0) ;src_ptr
202 ; unsigned char *src_ptr,
232 mov rsi, arg(0) ;src_ptr
272 ; unsigned char *src_ptr,
331 ; unsigned char *src_ptr,
415 mov rsi, arg(0) ;src_ptr
557 ; unsigned char *src_ptr,
586 mov rsi, arg(0) ;src_ptr
632 ; unsigned char *src_ptr,
698 ; unsigned char *src_ptr,
    [all...]
  /external/opencv3/modules/core/include/opencv2/core/opencl/runtime/
opencl_svm_20.hpp 39 extern CL_RUNTIME_EXPORT cl_int (CL_API_CALL *clEnqueueSVMMemcpy)(cl_command_queue command_queue, cl_bool blocking_copy, void* dst_ptr, const void* src_ptr, size_t size,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/arm/neon/
picklpf_arm.c 15 unsigned char *src_ptr,
vp8_mse16x16_neon.asm 21 ; r0 unsigned char *src_ptr
80 ; r0 unsigned char *src_ptr,
  /external/libvpx/libvpx/vp8/common/x86/
subpixel_mmx.asm 23 ; unsigned char *src_ptr,
49 mov rsi, arg(0) ;src_ptr
119 ; short *src_ptr,
148 mov rsi, arg(0) ;src_ptr
209 ; unsigned char *src_ptr,
236 mov rsi, arg(0) ;src_ptr ;
366 ; unsigned char *src_ptr,
392 mov rsi, arg(0) ;src_ptr ;
521 ; unsigned char *src_ptr,
548 mov rsi, arg(0) ;src_ptr ;
    [all...]
subpixel_sse2.asm 28 ; unsigned char *src_ptr,
48 mov rsi, arg(0) ;src_ptr
142 ; unsigned char *src_ptr,
168 mov rsi, arg(0) ;src_ptr
319 ; short *src_ptr,
347 mov rsi, arg(0) ;src_ptr
414 ; unsigned short *src_ptr,
442 mov rsi, arg(0) ;src_ptr
529 ; unsigned char *src_ptr,
549 mov rsi, arg(0) ;src_ptr
    [all...]
  /external/libvpx/libvpx/vpx_dsp/
variance.c 417 uint16_t *src_ptr = CONVERT_TO_SHORTPTR(src_ptr8); local
421 ROUND_POWER_OF_TWO((int)src_ptr[0] * filter[0] +
422 (int)src_ptr[pixel_step] * filter[1],
425 ++src_ptr;
429 src_ptr += src_pixels_per_line - output_width;
435 const uint16_t *src_ptr,
447 ROUND_POWER_OF_TWO((int)src_ptr[0] * filter[0] +
448 (int)src_ptr[pixel_step] * filter[1],
450 ++src_ptr;
453 src_ptr += src_pixels_per_line - output_width
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
subpixel_mmx.asm 23 ; unsigned char *src_ptr,
49 mov rsi, arg(0) ;src_ptr
119 ; short *src_ptr,
148 mov rsi, arg(0) ;src_ptr
209 ; unsigned char *src_ptr,
236 mov rsi, arg(0) ;src_ptr ;
366 ; unsigned char *src_ptr,
392 mov rsi, arg(0) ;src_ptr ;
521 ; unsigned char *src_ptr,
548 mov rsi, arg(0) ;src_ptr ;
    [all...]
variance_impl_ssse3.asm 21 ; unsigned char *src_ptr,
64 mov rdi, arg(2) ;src_ptr
159 mov rdi, arg(2) ;src_ptr
218 mov rdi, arg(2) ;src_ptr
253 mov rdi, arg(2) ;src_ptr
sad_ssse3.asm 150 ; unsigned char *src_ptr,
166 mov rsi, arg(0) ;src_ptr
263 ; unsigned char *src_ptr,
279 mov rsi, arg(0) ;src_ptr
variance_impl_mmx.asm 14 ;unsigned int vp8_get_mb_ss_mmx( short *src_ptr )
26 mov rax, arg(0) ;src_ptr
68 ; unsigned char *src_ptr,
91 mov rax, arg(0) ;[src_ptr] ; Load base addresses
316 ; unsigned char *src_ptr,
339 mov rax, arg(0) ;[src_ptr] ; Load base addresses
431 ; unsigned char *src_ptr,
450 mov rax, arg(0) ;[src_ptr] ; Load base addresses
518 ; unsigned char *src_ptr,
544 mov rdi, arg(2) ;src_ptr ;
    [all...]
subpixel_sse2.asm 28 ; unsigned char *src_ptr,
48 mov rsi, arg(0) ;src_ptr
142 ; unsigned char *src_ptr,
168 mov rsi, arg(0) ;src_ptr
319 ; short *src_ptr,
347 mov rsi, arg(0) ;src_ptr
414 ; unsigned short *src_ptr,
442 mov rsi, arg(0) ;src_ptr
529 ; unsigned char *src_ptr,
549 mov rsi, arg(0) ;src_ptr
    [all...]
  /external/gemmlowp/internal/
unpack_neon.h 95 const std::int32_t* src_ptr = src_map.data(0, c); local
109 raw_xx[i] = vld1q_s32(src_ptr);
110 src_ptr += 4;
156 const int32x4_t raw_xx = vld1q_s32(src_ptr);
157 src_ptr += 4;
  /external/libvpx/libvpx/third_party/libyuv/source/
scale_neon64.cc 24 void ScaleRowDown2_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
35 : "+r"(src_ptr), // %0
44 void ScaleRowDown2Linear_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
58 : "+r"(src_ptr), // %0
67 void ScaleRowDown2Box_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
87 : "+r"(src_ptr), // %0
96 void ScaleRowDown4_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
106 : "+r"(src_ptr), // %0
114 void ScaleRowDown4Box_NEON(const uint8* src_ptr, ptrdiff_t src_stride,
116 const uint8* src_ptr1 = src_ptr + src_stride
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/armv6/
vp8_variance8x8_armv6.asm 18 ; r0 unsigned char *src_ptr
67 add r0, r0, r1 ; set src_ptr to next row
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
systemdependent.c 18 unsigned char *src_ptr,
34 unsigned char *src_ptr,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_variance_impl_mmx.asm 14 ;unsigned int vp9_get_mb_ss_mmx( short *src_ptr )
26 mov rax, arg(0) ;src_ptr
68 ; unsigned char *src_ptr,
91 mov rax, arg(0) ;[src_ptr] ; Load base addresses
316 ; unsigned char *src_ptr,
339 mov rax, arg(0) ;[src_ptr] ; Load base addresses
431 ; unsigned char *src_ptr,
450 mov rax, arg(0) ;[src_ptr] ; Load base addresses
vp9_sad_ssse3.asm 150 ; unsigned char *src_ptr,
166 mov rsi, arg(0) ;src_ptr
263 ; unsigned char *src_ptr,
279 mov rsi, arg(0) ;src_ptr
  /external/opencv3/modules/core/src/opencl/
fft.cl 532 __kernel void fft_multi_radix_rows(__global const uchar* src_ptr, int src_step, int src_offset, int src_rows, int src_cols,
551 __global const CT* src = (__global const CT*)(src_ptr + mad24(y, src_step, mad24(x, (int)(sizeof(CT)), src_offset)));
556 __global const FT* src = (__global const FT*)(src_ptr + mad24(y, src_step, mad24(x, (int)sizeof(FT), src_offset)));
611 __kernel void fft_multi_radix_cols(__global const uchar* src_ptr, int src_step, int src_offset, int src_rows, int src_cols,
621 __global const uchar* src = src_ptr + mad24(y, src_step, mad24(x, (int)(sizeof(CT)), src_offset));
672 __kernel void ifft_multi_radix_rows(__global const uchar* src_ptr, int src_step, int src_offset, int src_rows, int src_cols,
692 __global const CT* src = (__global const CT*)(src_ptr + mad24(y, src_step, mad24(x, (int)(sizeof(CT)), src_offset)));
702 __global const CT* src = (__global const CT*)(src_ptr + mad24(y, src_step, mad24(2, (int)sizeof(FT), src_offset)));
716 CT src = vload2(0, (__global const FT*)(src_ptr + mad24(y, src_step, mad24(2*i+1, (int)sizeof(FT), src_offset))));
727 smem[0].x = *(__global const FT*)(src_ptr + mad24(y, src_step, src_offset))
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/
variance_neon.asm 23 ; r0 unsigned char *src_ptr
96 ; unsigned char *src_ptr,
158 ; unsigned char *src_ptr,
212 ; r0 unsigned char *src_ptr
sad8_neon.asm 22 ; unsigned char *src_ptr,
79 ; unsigned char *src_ptr,
176 ; unsigned char *src_ptr,
  /external/libyuv/files/source/
rotate_argb.cc 28 void ScaleARGBRowDownEven_SSE2(const uint8* src_ptr, int src_stride,
32 void ScaleARGBRowDownEven_C(const uint8* src_ptr, int,
39 void (*ScaleARGBRowDownEven)(const uint8* src_ptr, int src_stride,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/x86/
vp9_subpixel_8t_ssse3.asm 16 mov rsi, arg(0) ;src_ptr
103 mov rsi, arg(0) ;src_ptr
191 mov rsi, arg(0) ;src_ptr
314 ; unsigned char *src_ptr,
355 ; unsigned char *src_ptr,
396 ; unsigned char *src_ptr,
561 mov rsi, arg(0) ;src_ptr
658 mov rsi, arg(0) ;src_ptr
734 mov rsi, arg(0) ;src_ptr
832 ; unsigned char *src_ptr,
    [all...]

Completed in 1822 milliseconds

1 2 3 4 56 7 8 91011>>