Home
last modified time | relevance | path

Searched refs:ref_ptr (Results 1 – 25 of 41) sorted by relevance

12

/external/libvpx/libvpx/vpx_dsp/
Dvpx_dsp_rtcd_defs.pl941 …nt vpx_sad64x64/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride";
944 …nt vpx_sad64x32/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride";
947 …nt vpx_sad32x64/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride";
950 …nt vpx_sad32x32/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride";
953 …nt vpx_sad32x16/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride";
956 …nt vpx_sad16x32/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride";
959 …nt vpx_sad16x16/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride";
962 …int vpx_sad16x8/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride";
965 …int vpx_sad8x16/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride";
968 … int vpx_sad8x8/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride";
[all …]
/external/libvpx/config/x86/
Dvpx_dsp_rtcd.h290 void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
291 void vpx_get16x16var_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int re…
294 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
297 void vpx_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str…
298 void vpx_get8x8var_mmx(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
299 void vpx_get8x8var_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_…
421 unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int…
422 unsigned int vpx_mse16x16_mmx(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, i…
423 unsigned int vpx_mse16x16_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, …
426 unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
[all …]
/external/libvpx/config/x86_64/
Dvpx_dsp_rtcd.h291 void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
292 void vpx_get16x16var_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int re…
295 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
298 void vpx_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str…
299 void vpx_get8x8var_mmx(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
300 void vpx_get8x8var_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_…
424 unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int…
425 unsigned int vpx_mse16x16_mmx(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, i…
426 unsigned int vpx_mse16x16_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, …
429 unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
[all …]
/external/libvpx/libvpx/vpx_dsp/x86/
Dsad_sse3.asm17 %define ref_ptr rdi
30 mov rdi, arg(2) ; ref_ptr
39 %define ref_ptr r8
48 %define ref_ptr rdx
62 %define ref_ptr
171 ; unsigned char *ref_ptr,
179 PROCESS_16X2X3 0, src_ptr, ref_ptr, src_stride, ref_stride
180 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
181 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
182 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
[all …]
Dsad_avx2.c17 const uint8_t *ref_ptr, \
25 ref1_reg = _mm256_loadu_si256((__m256i const *)ref_ptr); \
26 ref2_reg = _mm256_loadu_si256((__m256i const *)(ref_ptr + 32)); \
32 ref_ptr+= ref_stride; \
46 const uint8_t *ref_ptr, \
57 ref1_reg = _mm256_loadu_si256((__m256i const *)ref_ptr); \
58 ref2_reg = _mm256_loadu_si256((__m256i const *)(ref_ptr + ref_stride)); \
64 ref_ptr+= ref2_stride; \
95 const uint8_t *ref_ptr, \
104 ref1_reg = _mm256_loadu_si256((__m256i const *)ref_ptr); \
[all …]
Dsad_sse4.asm171 ; const unsigned char *ref_ptr,
184 mov rdi, arg(2) ;ref_ptr
211 ; const unsigned char *ref_ptr,
225 mov rdi, arg(2) ;ref_ptr
248 ; const unsigned char *ref_ptr,
262 mov rdi, arg(2) ;ref_ptr
285 ; const unsigned char *ref_ptr,
299 mov rdi, arg(2) ;ref_ptr
326 ; const unsigned char *ref_ptr,
340 mov rdi, arg(2) ;ref_ptr
Dsad_mmx.asm23 ; unsigned char *ref_ptr,
34 mov rdi, arg(2) ;ref_ptr
115 ; unsigned char *ref_ptr,
126 mov rdi, arg(2) ;ref_ptr
187 ; unsigned char *ref_ptr,
198 mov rdi, arg(2) ;ref_ptr
257 ; unsigned char *ref_ptr,
268 mov rdi, arg(2) ;ref_ptr
346 ; unsigned char *ref_ptr,
357 mov rdi, arg(2) ;ref_ptr
Dvariance_impl_avx2.c38 const unsigned char *ref_ptr, in vpx_get16x16var_avx2() argument
60 _mm_loadu_si128((__m128i const *) (ref_ptr))); in vpx_get16x16var_avx2()
62 _mm_loadu_si128((__m128i const *)(ref_ptr+recon_stride)), 1); in vpx_get16x16var_avx2()
91 ref_ptr+= ref_2strides; in vpx_get16x16var_avx2()
149 const unsigned char *ref_ptr, in vpx_get32x32var_avx2() argument
164 ref = _mm256_loadu_si256((__m256i const *) (ref_ptr)); in vpx_get32x32var_avx2()
193 ref_ptr+= recon_stride; in vpx_get32x32var_avx2()
/external/libvpx/config/arm/
Dvpx_dsp_rtcd.h235 void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
238 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
241 void vpx_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str…
334 unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int…
335 unsigned int vpx_mse16x16_media(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr,…
338 unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
341 unsigned int vpx_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
344 unsigned int vpx_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
353 unsigned int vpx_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref…
354 unsigned int vpx_sad16x16_media(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int…
[all …]
/external/libvpx/config/arm-neon/
Dvpx_dsp_rtcd.h265 void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
266 void vpx_get16x16var_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int re…
269 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
270 …on(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
273 void vpx_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str…
274 void vpx_get8x8var_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_…
393 unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int…
394 unsigned int vpx_mse16x16_media(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr,…
395 unsigned int vpx_mse16x16_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, …
398 unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
[all …]
/external/libvpx/libvpx/vpx_dsp/mips/
Dvariance_msa.c41 const uint8_t *ref_ptr, int32_t ref_stride, in sse_diff_4width_msa() argument
54 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in sse_diff_4width_msa()
55 ref_ptr += (4 * ref_stride); in sse_diff_4width_msa()
69 const uint8_t *ref_ptr, int32_t ref_stride, in sse_diff_8width_msa() argument
80 LD_UB4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in sse_diff_8width_msa()
81 ref_ptr += (4 * ref_stride); in sse_diff_8width_msa()
96 const uint8_t *ref_ptr, int32_t ref_stride, in sse_diff_16width_msa() argument
106 ref = LD_UB(ref_ptr); in sse_diff_16width_msa()
107 ref_ptr += ref_stride; in sse_diff_16width_msa()
112 ref = LD_UB(ref_ptr); in sse_diff_16width_msa()
[all …]
Dsub_pixel_variance_msa.c46 const uint8_t *ref_ptr, in avg_sse_diff_4width_msa() argument
64 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in avg_sse_diff_4width_msa()
65 ref_ptr += (4 * ref_stride); in avg_sse_diff_4width_msa()
82 const uint8_t *ref_ptr, in avg_sse_diff_8width_msa() argument
99 LD_UB4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in avg_sse_diff_8width_msa()
100 ref_ptr += (4 * ref_stride); in avg_sse_diff_8width_msa()
117 const uint8_t *ref_ptr, in avg_sse_diff_16width_msa() argument
132 ref = LD_UB(ref_ptr); in avg_sse_diff_16width_msa()
133 ref_ptr += ref_stride; in avg_sse_diff_16width_msa()
141 ref = LD_UB(ref_ptr); in avg_sse_diff_16width_msa()
[all …]
/external/libvpx/config/mips32/
Dvpx_dsp_rtcd.h235 void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
238 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
241 void vpx_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str…
334 unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int…
337 unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
340 unsigned int vpx_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
343 unsigned int vpx_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
352 unsigned int vpx_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref…
355 unsigned int vpx_sad16x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int…
358 void vpx_sad16x16x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_strid…
[all …]
/external/libvpx/config/mips64/
Dvpx_dsp_rtcd.h235 void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
238 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
241 void vpx_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str…
334 unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int…
337 unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
340 unsigned int vpx_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
343 unsigned int vpx_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
352 unsigned int vpx_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref…
355 unsigned int vpx_sad16x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int…
358 void vpx_sad16x16x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_strid…
[all …]
/external/libvpx/config/generic/
Dvpx_dsp_rtcd.h235 void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
238 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
241 void vpx_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str…
334 unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int…
337 unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
340 unsigned int vpx_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
343 unsigned int vpx_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
352 unsigned int vpx_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref…
355 unsigned int vpx_sad16x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int…
358 void vpx_sad16x16x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_strid…
[all …]
/external/libvpx/config/arm64/
Dvpx_dsp_rtcd.h265 void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
266 void vpx_get16x16var_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int re…
269 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
270 …on(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
273 void vpx_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str…
274 void vpx_get8x8var_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_…
387 unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int…
388 unsigned int vpx_mse16x16_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, …
391 unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
394 unsigned int vpx_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
[all …]
/external/libvpx/config/mips32-dspr2/
Dvpx_dsp_rtcd.h246 void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s…
249 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
252 void vpx_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str…
370 unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int…
373 unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
376 unsigned int vpx_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
379 unsigned int vpx_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int …
388 unsigned int vpx_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref…
391 unsigned int vpx_sad16x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int…
394 void vpx_sad16x16x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_strid…
[all …]
/external/libvpx/libvpx/vp8/common/x86/
Dcopy_sse3.asm17 %define ref_ptr rdi
31 mov rdi, arg(2) ; ref_ptr
40 %define ref_ptr r8
50 %define ref_ptr rdx
65 %define ref_ptr
112 lea end_ptr, [ref_ptr+ref_stride*2]
114 movdqa XMMWORD PTR [ref_ptr], xmm0
115 movdqa XMMWORD PTR [ref_ptr + 16], xmm1
116 movdqa XMMWORD PTR [ref_ptr + ref_stride], xmm2
117 movdqa XMMWORD PTR [ref_ptr + ref_stride + 16], xmm3
[all …]
/external/libvpx/libvpx/vpx_dsp/arm/
Dsad_neon.c20 unsigned char *ref_ptr, in vpx_sad8x16_neon() argument
31 d8 = vld1_u8(ref_ptr); in vpx_sad8x16_neon()
32 ref_ptr += ref_stride; in vpx_sad8x16_neon()
38 d8 = vld1_u8(ref_ptr); in vpx_sad8x16_neon()
39 ref_ptr += ref_stride; in vpx_sad8x16_neon()
54 unsigned char *ref_ptr, in vpx_sad4x4_neon() argument
64 d8 = vld1_u8(ref_ptr); in vpx_sad4x4_neon()
65 ref_ptr += ref_stride; in vpx_sad4x4_neon()
71 d8 = vld1_u8(ref_ptr); in vpx_sad4x4_neon()
72 ref_ptr += ref_stride; in vpx_sad4x4_neon()
[all …]
Dvariance_neon.c159 const unsigned char *ref_ptr, in vpx_variance16x8_neon() argument
182 q2u8 = vld1q_u8(ref_ptr); in vpx_variance16x8_neon()
183 ref_ptr += recon_stride; in vpx_variance16x8_neon()
184 q3u8 = vld1q_u8(ref_ptr); in vpx_variance16x8_neon()
185 ref_ptr += recon_stride; in vpx_variance16x8_neon()
186 __builtin_prefetch(ref_ptr); in vpx_variance16x8_neon()
238 const unsigned char *ref_ptr, in vpx_variance8x16_neon() argument
261 d4u8 = vld1_u8(ref_ptr); in vpx_variance8x16_neon()
262 ref_ptr += recon_stride; in vpx_variance8x16_neon()
263 d6u8 = vld1_u8(ref_ptr); in vpx_variance8x16_neon()
[all …]
/external/mesa3d/src/gallium/state_trackers/clover/core/
Dbase.hpp85 class ref_ptr { class
87 ref_ptr(T *q = NULL) : p(NULL) { in ref_ptr() function in clover::ref_ptr
91 ref_ptr(const ref_ptr<T> &ref) : p(NULL) { in ref_ptr() function in clover::ref_ptr
95 ~ref_ptr() { in ~ref_ptr()
107 ref_ptr &operator=(const ref_ptr &ref) { in operator =()
133 inline ref_ptr<T>
135 ref_ptr<T> ref { p }; in transfer()
Devent.hpp75 std::vector<clover::ref_ptr<clover::event>> deps;
81 std::vector<clover::ref_ptr<clover::event>> __chain;
/external/opencv3/3rdparty/libwebp/dsp/
Denc_neon.c237 const uint8_t* ref_ptr = ref; in FTransform() local
337 : [src_ptr] "+r"(src_ptr), [ref_ptr] "+r"(ref_ptr), in FTransform()
/external/mesa3d/src/gallium/state_trackers/clover/api/
Devent.cpp78 ref_ptr<soft_event> sev = transfer( in clWaitForEvents()
130 ref_ptr<soft_event> sev = transfer( in clSetEventCallback()
208 ref_ptr<hard_event> hev = transfer( in clEnqueueWaitForEvents()
230 ref_ptr<hard_event> hev = transfer(new hard_event(*q, 0, { })); in clFinish()
/external/libdrm/intel/
Dtest_decode.c93 void *ptr, *ref_ptr, *batch_ptr; in compare_batch() local
106 read_file(ref_filename, &ref_ptr, &ref_size); in compare_batch()
125 if (strcmp(ref_ptr, ptr) != 0) { in compare_batch()

12