Searched defs:ref_ptr (Results 1 - 10 of 10) sorted by relevance

/external/libdrm/intel/
H A Dtest_decode.c93 void *ptr, *ref_ptr, *batch_ptr; local
106 read_file(ref_filename, &ref_ptr, &ref_size);
125 if (strcmp(ref_ptr, ptr) != 0) {
/external/libvpx/libvpx/vpx_dsp/arm/
H A Dsad_neon.c20 const uint8_t *ref_ptr, int ref_stride) {
22 const uint8x16_t ref_u8 = load_unaligned_u8q(ref_ptr, ref_stride);
29 const uint8_t *ref_ptr, int ref_stride,
32 const uint8x16_t ref_u8 = load_unaligned_u8q(ref_ptr, ref_stride);
41 const uint8_t *ref_ptr, int ref_stride) {
46 const uint8x16_t ref_u8 = load_unaligned_u8q(ref_ptr, ref_stride);
48 ref_ptr += 4 * ref_stride;
57 const uint8_t *ref_ptr, int ref_stride,
63 const uint8x16_t ref_u8 = load_unaligned_u8q(ref_ptr, ref_stride);
67 ref_ptr
19 vpx_sad4x4_neon(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride) argument
28 vpx_sad4x4_avg_neon(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred) argument
40 vpx_sad4x8_neon(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride) argument
56 vpx_sad4x8_avg_neon(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred) argument
[all...]
H A Dvariance_neon.c253 const unsigned char *ref_ptr, int recon_stride,
273 q2u8 = vld1q_u8(ref_ptr);
274 ref_ptr += recon_stride;
275 q3u8 = vld1q_u8(ref_ptr);
276 ref_ptr += recon_stride;
317 const unsigned char *ref_ptr,
328 d4u8 = vld1_u8(ref_ptr);
329 ref_ptr += recon_stride;
332 d5u8 = vld1_u8(ref_ptr);
333 ref_ptr
252 vpx_mse16x16_neon(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse) argument
315 vpx_get4x4sse_cs_neon(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride) argument
[all...]
/external/libvpx/libvpx/vpx_dsp/mips/
H A Dvariance_msa.c42 const uint8_t *ref_ptr, int32_t ref_stride,
55 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3);
56 ref_ptr += (4 * ref_stride);
70 const uint8_t *ref_ptr, int32_t ref_stride,
81 LD_UB4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3);
82 ref_ptr += (4 * ref_stride);
97 const uint8_t *ref_ptr, int32_t ref_stride,
107 ref = LD_UB(ref_ptr);
108 ref_ptr += ref_stride;
113 ref = LD_UB(ref_ptr);
41 sse_diff_4width_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, int32_t height, int32_t *diff) argument
69 sse_diff_8width_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, int32_t height, int32_t *diff) argument
96 sse_diff_16width_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, int32_t height, int32_t *diff) argument
136 sse_diff_32width_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, int32_t height, int32_t *diff) argument
180 sse_diff_32x64_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, int32_t *diff) argument
226 sse_diff_64x32_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, int32_t *diff) argument
263 sse_diff_64x64_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, int32_t *diff) argument
336 sse_4width_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, int32_t height) argument
360 sse_8width_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, int32_t height) argument
383 sse_16width_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, int32_t height) argument
419 sse_32width_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, int32_t height) argument
459 sse_64width_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, int32_t height) argument
490 vpx_get4x4sse_cs_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride) argument
[all...]
H A Dsad_msa.c24 const uint8_t *ref_ptr, int32_t ref_stride,
36 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3);
37 ref_ptr += (4 * ref_stride);
163 const uint8_t *ref_ptr, int32_t ref_stride,
179 LD_UB4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3);
180 ref_ptr += (4 * ref_stride);
239 const uint8_t *ref_ptr, int32_t ref_stride,
250 LD_UB2(ref_ptr, 16, ref0, ref1);
251 ref_ptr += ref_stride;
266 LD_UB2(ref_ptr, 1
23 sad_4width_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, int32_t height) argument
162 sad_4width_x3_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, int32_t height, uint32_t *sad_array) argument
238 sad_16width_x3_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, int32_t height, uint32_t *sad_array) argument
286 sad_4width_x8_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, int32_t height, uint32_t *sad_array) argument
437 sad_16width_x8_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, int32_t height, uint32_t *sad_array) argument
822 avgsad_4width_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, int32_t height, const uint8_t *sec_pred) argument
[all...]
H A Dsub_pixel_variance_msa.c40 const uint8_t *ref_ptr,
57 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3);
58 ref_ptr += (4 * ref_stride);
75 const uint8_t *ref_ptr,
91 LD_UB4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3);
92 ref_ptr += (4 * ref_stride);
109 const uint8_t *ref_ptr,
123 ref = LD_UB(ref_ptr);
124 ref_ptr += ref_stride;
132 ref = LD_UB(ref_ptr);
38 avg_sse_diff_4width_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, const uint8_t *sec_pred, int32_t height, int32_t *diff) argument
73 avg_sse_diff_8width_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, const uint8_t *sec_pred, int32_t height, int32_t *diff) argument
107 avg_sse_diff_16width_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, const uint8_t *sec_pred, int32_t height, int32_t *diff) argument
162 avg_sse_diff_32width_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, const uint8_t *sec_pred, int32_t height, int32_t *diff) argument
221 avg_sse_diff_32x64_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, const uint8_t *sec_pred, int32_t *diff) argument
281 avg_sse_diff_64x32_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, const uint8_t *sec_pred, int32_t *diff) argument
330 avg_sse_diff_64x64_msa(const uint8_t *src_ptr, int32_t src_stride, const uint8_t *ref_ptr, int32_t ref_stride, const uint8_t *sec_pred, int32_t *diff) argument
1720 vpx_sub_pixel_avg_variance32x64_msa(const uint8_t *src_ptr, int32_t src_stride, int32_t xoffset, int32_t yoffset, const uint8_t *ref_ptr, int32_t ref_stride, uint32_t *sse, const uint8_t *sec_pred) argument
[all...]
/external/libchrome/base/metrics/
H A Dpersistent_histogram_allocator.cc308 Reference* ref_ptr) {
388 if (ref_ptr != nullptr)
389 *ref_ptr = histogram_ref;
301 AllocateHistogram( HistogramType histogram_type, const std::string& name, int minimum, int maximum, const BucketRanges* bucket_ranges, int32_t flags, Reference* ref_ptr) argument
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dvariance_avx2.c42 const unsigned char *ref_ptr, int recon_stride,
57 _mm256_cvtepu8_epi16(_mm_loadu_si128((__m128i const *)(ref_ptr)));
59 _mm_loadu_si128((__m128i const *)(ref_ptr + recon_stride)));
70 ref_ptr += ref_2strides;
97 const unsigned char *ref_ptr, int recon_stride,
111 const __m256i ref0 = _mm256_loadu_si256((__m256i const *)(ref_ptr));
113 _mm256_loadu_si256((__m256i const *)(ref_ptr + recon_stride));
138 ref_ptr += ref_2strides;
41 vpx_get16x16var_avx2(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse, int *sum) argument
96 get32x16var_avx2(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int recon_stride, unsigned int *sse, int *sum) argument
/external/webp/src/dsp/
H A Denc_neon.c370 const uint8_t* ref_ptr = ref; local
382 "vld1.8 {d12}, [%[ref_ptr]], %[kBPS] \n"
383 "vld1.8 {d14}, [%[ref_ptr]], %[kBPS] \n"
384 "vld1.8 {d13}, [%[ref_ptr]], %[kBPS] \n"
385 "vld1.8 {d15}, [%[ref_ptr]] \n"
470 : [src_ptr] "+r"(src_ptr), [ref_ptr] "+r"(ref_ptr),
/external/libvpx/libvpx/vp8/encoder/
H A Dfirstpass.c390 unsigned char *ref_ptr; local
401 ref_ptr = (unsigned char *)(xd->pre.y_buffer + d->offset);
402 vpx_mse16x16(src_ptr, src_stride, ref_ptr, ref_stride,

Completed in 2378 milliseconds