HomeSort by relevance Sort by last modified time
    Searched refs:ref_ptr (Results 1 - 25 of 188) sorted by null

1 2 3 4 5 6 7 8

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
sad_c.c 18 const unsigned char *ref_ptr, int ref_stride,
28 sad += abs(src_ptr[c] - ref_ptr[c]);
35 ref_ptr += ref_stride;
46 const unsigned char *ref_ptr, int ref_stride,
49 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 16, 16);
53 const unsigned char *ref_ptr, int ref_stride,
56 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 8, 8);
60 const unsigned char *ref_ptr, int ref_stride,
63 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 16, 8);
68 const unsigned char *ref_ptr, int ref_stride
    [all...]
variance.h 24 const unsigned char *ref_ptr,
31 const unsigned char *ref_ptr,
38 const unsigned char *ref_ptr,
46 const unsigned char *ref_ptr,
55 const unsigned char * const ref_ptr[],
64 const unsigned char *ref_ptr,
75 const unsigned char *ref_ptr,
99 const unsigned char *ref_ptr,
  /external/libvpx/libvpx/vp8/common/
sad_c.c 18 const unsigned char *ref_ptr, int ref_stride,
28 sad += abs(src_ptr[c] - ref_ptr[c]);
35 ref_ptr += ref_stride;
46 const unsigned char *ref_ptr, int ref_stride,
49 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 16, 16);
53 const unsigned char *ref_ptr, int ref_stride,
56 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 8, 8);
60 const unsigned char *ref_ptr, int ref_stride,
63 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 16, 8);
68 const unsigned char *ref_ptr, int ref_stride
    [all...]
variance.h 24 const unsigned char *ref_ptr,
31 const unsigned char *ref_ptr,
38 const unsigned char *ref_ptr,
46 const unsigned char *ref_ptr,
55 const unsigned char * const ref_ptr[],
64 const unsigned char *ref_ptr,
75 const unsigned char *ref_ptr,
99 const unsigned char *ref_ptr,
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
sad_c.c 18 const unsigned char *ref_ptr, int ref_stride,
28 sad += abs(src_ptr[c] - ref_ptr[c]);
35 ref_ptr += ref_stride;
46 const unsigned char *ref_ptr, int ref_stride,
49 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 16, 16);
53 const unsigned char *ref_ptr, int ref_stride,
56 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 8, 8);
60 const unsigned char *ref_ptr, int ref_stride,
63 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 16, 8);
68 const unsigned char *ref_ptr, int ref_stride
    [all...]
variance.h 24 const unsigned char *ref_ptr,
31 const unsigned char *ref_ptr,
38 const unsigned char *ref_ptr,
46 const unsigned char *ref_ptr,
55 const unsigned char * const ref_ptr[],
64 const unsigned char *ref_ptr,
75 const unsigned char *ref_ptr,
99 const unsigned char *ref_ptr,
  /external/libvpx/libvpx/vp9/encoder/
vp9_sad.c 38 const uint8_t *ref_ptr, int ref_stride, \
40 return sad(src_ptr, src_stride, ref_ptr, ref_stride, m, n); \
43 const uint8_t *ref_ptr, int ref_stride, \
47 vp9_comp_avg_pred(comp_pred, second_pred, m, n, ref_ptr, ref_stride); \
66 const uint8_t* const ref_ptr[], int ref_stride,
70 sad_array[i] = vp9_sad64x32(src_ptr, src_stride, ref_ptr[i], ref_stride,
75 const uint8_t* const ref_ptr[], int ref_stride,
79 sad_array[i] = vp9_sad32x64(src_ptr, src_stride, ref_ptr[i], ref_stride,
84 const uint8_t* const ref_ptr[], int ref_stride,
88 sad_array[i] = vp9_sad32x16(src_ptr, src_stride, ref_ptr[i], ref_stride
    [all...]
vp9_variance.h 22 const uint8_t *ref_ptr,
31 const uint8_t *ref_ptr,
37 const uint8_t *ref_ptr,
44 const uint8_t *ref_ptr,
50 const uint8_t *ref_ptr,
56 const uint8_t* const ref_ptr[],
61 const uint8_t *ref_ptr,
69 const uint8_t *ref_ptr,
77 const uint8_t *ref_ptr,
86 const uint8_t *ref_ptr,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_sad.c 38 const uint8_t *ref_ptr, int ref_stride, \
40 return sad(src_ptr, src_stride, ref_ptr, ref_stride, m, n); \
43 const uint8_t *ref_ptr, int ref_stride, \
47 vp9_comp_avg_pred(comp_pred, second_pred, m, n, ref_ptr, ref_stride); \
66 const uint8_t* const ref_ptr[], int ref_stride,
70 sad_array[i] = vp9_sad64x32(src_ptr, src_stride, ref_ptr[i], ref_stride,
75 const uint8_t* const ref_ptr[], int ref_stride,
79 sad_array[i] = vp9_sad32x64(src_ptr, src_stride, ref_ptr[i], ref_stride,
84 const uint8_t* const ref_ptr[], int ref_stride,
88 sad_array[i] = vp9_sad32x16(src_ptr, src_stride, ref_ptr[i], ref_stride
    [all...]
vp9_variance.h 22 const uint8_t *ref_ptr,
31 const uint8_t *ref_ptr,
37 const uint8_t *ref_ptr,
44 const uint8_t *ref_ptr,
50 const uint8_t *ref_ptr,
56 const uint8_t* const ref_ptr[],
61 const uint8_t *ref_ptr,
69 const uint8_t *ref_ptr,
77 const uint8_t *ref_ptr,
86 const uint8_t *ref_ptr,
    [all...]
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_mmx.c 20 const unsigned char *ref_ptr,
29 const unsigned char *ref_ptr,
38 const unsigned char *ref_ptr,
44 vp9_get4x4var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg);
52 const unsigned char *ref_ptr,
58 vp9_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg);
67 const unsigned char *ref_ptr,
74 vp9_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &sse0,
76 vp9_get8x8var_mmx(src_ptr + 8, source_stride, ref_ptr + 8, recon_stride,
79 ref_ptr + 8 * recon_stride, recon_stride, &sse2, &sum2)
    [all...]
vp9_sad_sse3.asm 17 %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
175 ; unsigned char *ref_ptr,
183 PROCESS_16X2X3 0, src_ptr, ref_ptr, src_stride, ref_stride
184 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
185 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
186 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_strid
    [all...]
vp9_variance_sse2.c 21 const unsigned char *ref_ptr,
31 const unsigned char *ref_ptr,
40 const unsigned char *ref_ptr,
47 const unsigned char *ref_ptr,
57 const unsigned char *ref_ptr,
67 const unsigned char *ref_ptr,
77 const unsigned char *ref_ptr,
87 const unsigned char *ref_ptr,
97 const unsigned char *ref_ptr,
109 const unsigned char *ref_ptr,
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_variance_mmx.c 20 const unsigned char *ref_ptr,
29 const unsigned char *ref_ptr,
38 const unsigned char *ref_ptr,
44 vp9_get4x4var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg);
52 const unsigned char *ref_ptr,
58 vp9_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg);
67 const unsigned char *ref_ptr,
74 vp9_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &sse0,
76 vp9_get8x8var_mmx(src_ptr + 8, source_stride, ref_ptr + 8, recon_stride,
79 ref_ptr + 8 * recon_stride, recon_stride, &sse2, &sum2)
    [all...]
vp9_sad_sse3.asm 17 %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
175 ; unsigned char *ref_ptr,
183 PROCESS_16X2X3 0, src_ptr, ref_ptr, src_stride, ref_stride
184 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
185 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
186 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_strid
    [all...]
vp9_variance_sse2.c 21 const unsigned char *ref_ptr,
31 const unsigned char *ref_ptr,
40 const unsigned char *ref_ptr,
47 const unsigned char *ref_ptr,
57 const unsigned char *ref_ptr,
67 const unsigned char *ref_ptr,
77 const unsigned char *ref_ptr,
87 const unsigned char *ref_ptr,
97 const unsigned char *ref_ptr,
109 const unsigned char *ref_ptr,
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/x86/
variance_mmx.c 42 const unsigned char *ref_ptr,
51 const unsigned char *ref_ptr,
58 const unsigned char *ref_ptr,
69 const unsigned char *ref_ptr,
84 const unsigned char *ref_ptr,
91 vp8_get4x4var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg) ;
100 const unsigned char *ref_ptr,
107 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg) ;
117 const unsigned char *ref_ptr,
125 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, &sum0)
    [all...]
  /external/libvpx/libvpx/vp8/common/x86/
variance_mmx.c 43 const unsigned char *ref_ptr,
52 const unsigned char *ref_ptr,
59 const unsigned char *ref_ptr,
70 const unsigned char *ref_ptr,
85 const unsigned char *ref_ptr,
92 vp8_get4x4var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg) ;
101 const unsigned char *ref_ptr,
108 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg) ;
118 const unsigned char *ref_ptr,
126 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, &sum0)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
variance_mmx.c 43 const unsigned char *ref_ptr,
52 const unsigned char *ref_ptr,
59 const unsigned char *ref_ptr,
70 const unsigned char *ref_ptr,
85 const unsigned char *ref_ptr,
92 vp8_get4x4var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg) ;
101 const unsigned char *ref_ptr,
108 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &var, &avg) ;
118 const unsigned char *ref_ptr,
126 vp8_get8x8var_mmx(src_ptr, source_stride, ref_ptr, recon_stride, &sse0, &sum0)
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/neon/
sad_neon.c 16 unsigned char *ref_ptr,
27 d8 = vld1_u8(ref_ptr);
28 ref_ptr += ref_stride;
34 d8 = vld1_u8(ref_ptr);
35 ref_ptr += ref_stride;
50 unsigned char *ref_ptr,
61 d8 = vld1_u8(ref_ptr);
62 ref_ptr += ref_stride;
68 d8 = vld1_u8(ref_ptr);
69 ref_ptr += ref_stride
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_sad_sse3.asm 17 %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
175 ; unsigned char *ref_ptr,
183 PROCESS_16X2X3 0, src_ptr, ref_ptr, src_stride, ref_stride
184 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
185 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_stride
186 PROCESS_16X2X3 1, src_ptr, ref_ptr, src_stride, ref_strid
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/x64/
vp8_rtcd.h 77 void vp8_copy32xn_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n);
78 void vp8_copy32xn_sse2(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n);
79 void vp8_copy32xn_sse3(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n);
80 RTCD_EXTERN void (*vp8_copy32xn)(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n);
153 unsigned int vp8_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
154 unsigned int vp8_get4x4sse_cs_mmx(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
224 unsigned int vp8_mse16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
225 unsigned int vp8_mse16x16_mmx(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
226 unsigned int vp8_mse16x16_wmt(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
259 unsigned int vp8_sad16x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad)
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/mac/x64/
vp8_rtcd.h 77 void vp8_copy32xn_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n);
78 void vp8_copy32xn_sse2(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n);
79 void vp8_copy32xn_sse3(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n);
80 RTCD_EXTERN void (*vp8_copy32xn)(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n);
153 unsigned int vp8_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
154 unsigned int vp8_get4x4sse_cs_mmx(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
224 unsigned int vp8_mse16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
225 unsigned int vp8_mse16x16_mmx(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
226 unsigned int vp8_mse16x16_wmt(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
259 unsigned int vp8_sad16x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad)
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/win/x64/
vp8_rtcd.h 77 void vp8_copy32xn_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n);
78 void vp8_copy32xn_sse2(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n);
79 void vp8_copy32xn_sse3(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n);
80 RTCD_EXTERN void (*vp8_copy32xn)(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n);
153 unsigned int vp8_get4x4sse_cs_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
154 unsigned int vp8_get4x4sse_cs_mmx(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride);
224 unsigned int vp8_mse16x16_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
225 unsigned int vp8_mse16x16_mmx(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
226 unsigned int vp8_mse16x16_wmt(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *sse);
259 unsigned int vp8_sad16x16_c(const unsigned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int max_sad)
    [all...]
  /external/chromium_org/third_party/libvpx/source/config/linux/arm64/
vp9_rtcd.h 229 void vp9_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum);
230 void vp9_get16x16var_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum);
233 void vp9_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum);
234 void vp9_get8x8var_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride, unsigned int *sse, int *sum);
333 unsigned int vp9_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse);
336 unsigned int vp9_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse);
339 unsigned int vp9_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse);
342 unsigned int vp9_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int recon_stride, unsigned int *sse);
361 unsigned int vp9_sad16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride);
362 unsigned int vp9_sad16x16_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_stride)
    [all...]

Completed in 929 milliseconds

1 2 3 4 5 6 7 8