/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ |
D | sad_c.c | 18 const unsigned char *ref_ptr, int ref_stride, in sad_mx_n_c() argument 35 ref_ptr += ref_stride; in sad_mx_n_c() 46 const unsigned char *ref_ptr, int ref_stride, in vp8_sad16x16_c() argument 49 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 16, 16); in vp8_sad16x16_c() 53 const unsigned char *ref_ptr, int ref_stride, in vp8_sad8x8_c() argument 56 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 8, 8); in vp8_sad8x8_c() 60 const unsigned char *ref_ptr, int ref_stride, in vp8_sad16x8_c() argument 63 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 16, 8); in vp8_sad16x8_c() 68 const unsigned char *ref_ptr, int ref_stride, in vp8_sad8x16_c() argument 71 return sad_mx_n_c(src_ptr, src_stride, ref_ptr, ref_stride, max_sad, 8, 16); in vp8_sad8x16_c() [all …]
|
D | variance.h | 25 int ref_stride, 32 int ref_stride, 39 int ref_stride, 47 int ref_stride, 56 int ref_stride, 65 int ref_stride, 100 int ref_stride
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/ |
D | 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, in vp9_sad64x32x4d_c() argument 70 sad_array[i] = vp9_sad64x32(src_ptr, src_stride, ref_ptr[i], ref_stride, in vp9_sad64x32x4d_c() 75 const uint8_t* const ref_ptr[], int ref_stride, in vp9_sad32x64x4d_c() argument 79 sad_array[i] = vp9_sad32x64(src_ptr, src_stride, ref_ptr[i], ref_stride, in vp9_sad32x64x4d_c() 84 const uint8_t* const ref_ptr[], int ref_stride, in vp9_sad32x16x4d_c() argument 88 sad_array[i] = vp9_sad32x16(src_ptr, src_stride, ref_ptr[i], ref_stride, in vp9_sad32x16x4d_c() [all …]
|
D | vp9_variance.h | 32 int ref_stride, 38 int ref_stride, 45 int ref_stride, 51 int ref_stride, 57 int ref_stride, unsigned int *sad_array); 62 int ref_stride, 87 int ref_stride); 104 int height, const uint8_t *ref, int ref_stride);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/ |
D | sad_sse3.asm | 18 %define ref_stride rdx 34 movsxd rdx, dword ptr arg(3) ; ref_stride 41 %define ref_stride r9 51 %define ref_stride rcx 66 %define ref_stride 94 %define ref_stride rbp 110 movsxd rbp, dword ptr arg(3) ; ref_stride 122 %define ref_stride r9 134 %define ref_stride rcx 150 %define ref_stride [all …]
|
D | sad_sse4.asm | 162 ; int ref_stride, 177 movsxd rdx, dword ptr arg(3) ;ref_stride 203 ; int ref_stride, 219 movsxd rdx, dword ptr arg(3) ;ref_stride 241 ; int ref_stride, 257 movsxd rdx, dword ptr arg(3) ;ref_stride 279 ; int ref_stride, 295 movsxd rdx, dword ptr arg(3) ;ref_stride 320 ; int ref_stride, 336 movsxd rdx, dword ptr arg(3) ;ref_stride
|
D | sad_mmx.asm | 24 ; int ref_stride) 37 movsxd rdx, dword ptr arg(3) ;ref_stride 116 ; int ref_stride) 129 movsxd rdx, dword ptr arg(3) ;ref_stride 188 ; int ref_stride) 201 movsxd rdx, dword ptr arg(3) ;ref_stride 258 ; int ref_stride) 271 movsxd rdx, dword ptr arg(3) ;ref_stride 347 ; int ref_stride) 360 movsxd rdx, dword ptr arg(3) ;ref_stride
|
D | sad_sse2.asm | 18 ; int ref_stride) 33 movsxd rdx, dword ptr arg(3) ;ref_stride 91 ; int ref_stride, 107 movsxd rdx, dword ptr arg(3) ;ref_stride 155 ; int ref_stride) 170 movsxd rdx, dword ptr arg(3) ;ref_stride 208 ; int ref_stride) 222 movsxd rdx, dword ptr arg(3) ;ref_stride 263 ; int ref_stride) 279 movsxd rdx, dword ptr arg(3) ;ref_stride
|
D | sad_ssse3.asm | 153 ; int ref_stride, 202 movsxd rdx, dword ptr arg(3) ;ref_stride 266 ; int ref_stride, 315 movsxd rdx, dword ptr arg(3) ;ref_stride
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/ |
D | vp9_sad_sse3.asm | 18 %define ref_stride rdx 34 movsxd rdx, dword ptr arg(3) ; ref_stride 41 %define ref_stride r9 51 %define ref_stride rcx 66 %define ref_stride 176 ; int ref_stride, 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_stride [all …]
|
D | vp9_sad4d_intrin_avx2.c | 16 int ref_stride, in vp9_sad32x32x4d_avx2() argument 51 ref0+= ref_stride; in vp9_sad32x32x4d_avx2() 52 ref1+= ref_stride; in vp9_sad32x32x4d_avx2() 53 ref2+= ref_stride; in vp9_sad32x32x4d_avx2() 54 ref3+= ref_stride; in vp9_sad32x32x4d_avx2() 86 int ref_stride, in vp9_sad64x64x4d_avx2() argument 136 ref0+= ref_stride; in vp9_sad64x64x4d_avx2() 137 ref1+= ref_stride; in vp9_sad64x64x4d_avx2() 138 ref2+= ref_stride; in vp9_sad64x64x4d_avx2() 139 ref3+= ref_stride; in vp9_sad64x64x4d_avx2()
|
D | vp9_sad_sse4.asm | 172 ; int ref_stride, 187 movsxd rdx, dword ptr arg(3) ;ref_stride 212 ; int ref_stride, 228 movsxd rdx, dword ptr arg(3) ;ref_stride 249 ; int ref_stride, 265 movsxd rdx, dword ptr arg(3) ;ref_stride 286 ; int ref_stride, 302 movsxd rdx, dword ptr arg(3) ;ref_stride 327 ; int ref_stride, 343 movsxd rdx, dword ptr arg(3) ;ref_stride
|
D | vp9_sad_sse2.asm | 18 cglobal sad%1x%2, 4, %3, 5, src, src_stride, ref, ref_stride, n_rows 20 cglobal sad%1x%2, 4, %3, 5, src, src_stride, ref, ref_stride, \ 25 cglobal sad%1x%2_avg, 5, 1 + %3, 5, src, src_stride, ref, ref_stride, \ 29 ref, ref_stride, \ 48 ; uint8_t *ref, int ref_stride); 91 ; uint8_t *ref, int ref_stride); 136 ; uint8_t *ref, int ref_stride); 182 ; uint8_t *ref, int ref_stride); 226 ; uint8_t *ref, int ref_stride);
|
D | vp9_sad_mmx.asm | 24 ; int ref_stride) 37 movsxd rdx, dword ptr arg(3) ;ref_stride 116 ; int ref_stride) 129 movsxd rdx, dword ptr arg(3) ;ref_stride 188 ; int ref_stride) 201 movsxd rdx, dword ptr arg(3) ;ref_stride 258 ; int ref_stride) 271 movsxd rdx, dword ptr arg(3) ;ref_stride 347 ; int ref_stride) 360 movsxd rdx, dword ptr arg(3) ;ref_stride
|
D | vp9_sad_ssse3.asm | 153 ; int ref_stride, 202 movsxd rdx, dword ptr arg(3) ;ref_stride 266 ; int ref_stride, 315 movsxd rdx, dword ptr arg(3) ;ref_stride
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a-neon/ |
D | vp8_rtcd.h | 171 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 174 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 175 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 176 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 179 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 180 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 183 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 184 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 187 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 188 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/x86/ |
D | vp8_rtcd.h | 77 …st unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n); 78 …st unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n); 79 …st unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n); 80 …st unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, int n); 149 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); 150 …mx(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); 151 …s)(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); 220 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 221 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 222 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/generic/ |
D | vp8_rtcd.h | 118 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 121 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 124 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 127 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 130 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 148 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 151 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 154 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 157 …igned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int ma… 160 …igned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int ma… [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips/ |
D | vp8_rtcd.h | 118 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 121 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 124 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 127 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 130 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 148 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 151 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 154 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 157 …igned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int ma… 160 …igned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int ma… [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/armv7a/ |
D | vp8_rtcd.h | 145 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 148 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 149 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 152 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 155 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 158 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 159 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 179 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 180 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 183 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/mips-dspr2/ |
D | vp8_rtcd.h | 136 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 139 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 142 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 145 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 148 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 166 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 169 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 172 …d char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int *s… 175 …igned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int ma… 178 …igned char *src_ptr, int src_stride, const unsigned char *ref_ptr, int ref_stride, unsigned int ma… [all …]
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/common/ |
D | vp9_reconintra.c | 315 int ref_stride, uint8_t *dst, int dst_stride, in build_intra_predictors() argument 360 left_col[i] = ref[i * ref_stride - 1]; in build_intra_predictors() 364 left_col[i] = ref[i * ref_stride - 1]; in build_intra_predictors() 366 left_col[i] = ref[(extend_bottom - 1) * ref_stride - 1]; in build_intra_predictors() 371 left_col[i] = ref[i * ref_stride - 1]; in build_intra_predictors() 378 const uint8_t *above_ref = ref - ref_stride; in build_intra_predictors() 440 const uint8_t *ref, int ref_stride, in vp9_predict_intra_block() argument 452 build_intra_predictors(xd, ref, ref_stride, dst, dst_stride, mode, tx_size, in vp9_predict_intra_block()
|
D | vp9_reconintra.h | 23 const uint8_t *ref, int ref_stride,
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/ |
D | sad_altivec.asm | 150 ;# r6 int ref_stride 170 ;# r6 int ref_stride 190 ;# r6 int ref_stride 210 ;# r6 int ref_stride 248 ;# r6 int ref_stride
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/neon/ |
D | sad8_neon.asm | 25 ; int ref_stride) 82 ; int ref_stride) 179 ; int ref_stride)
|