/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_dsp_rtcd_defs.pl | 698 …nt vpx_sad64x64/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride"; 701 …nt vpx_sad64x32/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride"; 704 …nt vpx_sad32x64/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride"; 707 …nt vpx_sad32x32/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride"; 710 …nt vpx_sad32x16/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride"; 713 …nt vpx_sad16x32/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride"; 716 …nt vpx_sad16x16/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride"; 719 …int vpx_sad16x8/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride"; 722 …int vpx_sad8x16/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride"; 725 … int vpx_sad8x8/, "const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride"; [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | sad_sse3.asm | 17 %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 …]
|
D | sad_avx2.c | 16 const uint8_t *ref_ptr, int ref_stride) { \ 23 ref1_reg = _mm256_loadu_si256((__m256i const *)ref_ptr); \ 24 ref2_reg = _mm256_loadu_si256((__m256i const *)(ref_ptr + 32)); \ 31 ref_ptr += ref_stride; \ 44 const uint8_t *ref_ptr, int ref_stride) { \ 54 ref1_reg = _mm256_loadu_si256((__m256i const *)ref_ptr); \ 55 ref2_reg = _mm256_loadu_si256((__m256i const *)(ref_ptr + ref_stride)); \ 63 ref_ptr += ref2_stride; \ 93 const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, \ 101 ref1_reg = _mm256_loadu_si256((__m256i const *)ref_ptr); \ [all …]
|
D | sad_sse4.asm | 171 ; 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
|
D | variance_impl_avx2.c | 38 const unsigned char *ref_ptr, int recon_stride, in vpx_get16x16var_avx2() argument 56 ref = _mm256_castsi128_si256(_mm_loadu_si128((__m128i const *)(ref_ptr))); in vpx_get16x16var_avx2() 58 ref, _mm_loadu_si128((__m128i const *)(ref_ptr + recon_stride)), 1); in vpx_get16x16var_avx2() 87 ref_ptr += ref_2strides; in vpx_get16x16var_avx2() 144 const unsigned char *ref_ptr, int recon_stride, in vpx_get32x32var_avx2() argument 157 ref = _mm256_loadu_si256((__m256i const *)(ref_ptr)); in vpx_get32x32var_avx2() 186 ref_ptr += recon_stride; in vpx_get32x32var_avx2()
|
D | highbd_variance_impl_sse2.asm | 18 ; unsigned char * ref_ptr, 35 mov rdi, arg(2) ;[ref_ptr] 171 ; unsigned char * ref_ptr, 188 mov rdi, arg(2) ;[ref_ptr]
|
D | sad_ssse3.asm | 152 ; unsigned char *ref_ptr, 167 mov rdi, arg(2) ;ref_ptr 265 ; unsigned char *ref_ptr, 280 mov rdi, arg(2) ;ref_ptr
|
/external/libvpx/config/mips64-msa/ |
D | vpx_dsp_rtcd.h | 242 void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s… 243 void vpx_get16x16var_msa(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref… 246 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); 247 …sa(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); 250 void vpx_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str… 251 void vpx_get8x8var_msa(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s… 405 unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int… 406 unsigned int vpx_mse16x16_msa(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, i… 409 unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … 410 unsigned int vpx_mse16x8_msa(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, in… [all …]
|
/external/libvpx/config/mips32-msa/ |
D | vpx_dsp_rtcd.h | 242 void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s… 243 void vpx_get16x16var_msa(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref… 246 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); 247 …sa(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); 250 void vpx_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str… 251 void vpx_get8x8var_msa(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s… 405 unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int… 406 unsigned int vpx_mse16x16_msa(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, i… 409 unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … 410 unsigned int vpx_mse16x8_msa(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, in… [all …]
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 266 void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s… 267 void vpx_get16x16var_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int re… 270 …_c(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_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_… 440 unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int… 441 unsigned int vpx_mse16x16_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, … 444 unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … 445 unsigned int vpx_mse16x8_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, i… 448 unsigned int vpx_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … [all …]
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 267 void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s… 268 void vpx_get16x16var_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int re… 271 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); 274 void vpx_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str… 275 void vpx_get8x8var_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_… 442 unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int… 443 unsigned int vpx_mse16x16_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, … 446 unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … 447 unsigned int vpx_mse16x8_sse2(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, i… 450 unsigned int vpx_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … [all …]
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | variance_msa.c | 42 const uint8_t *ref_ptr, int32_t ref_stride, in sse_diff_4width_msa() argument 55 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in sse_diff_4width_msa() 56 ref_ptr += (4 * ref_stride); in sse_diff_4width_msa() 70 const uint8_t *ref_ptr, int32_t ref_stride, in sse_diff_8width_msa() argument 81 LD_UB4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in sse_diff_8width_msa() 82 ref_ptr += (4 * ref_stride); in sse_diff_8width_msa() 97 const uint8_t *ref_ptr, int32_t ref_stride, in sse_diff_16width_msa() argument 107 ref = LD_UB(ref_ptr); in sse_diff_16width_msa() 108 ref_ptr += ref_stride; in sse_diff_16width_msa() 113 ref = LD_UB(ref_ptr); in sse_diff_16width_msa() [all …]
|
D | sub_pixel_variance_msa.c | 40 const uint8_t *ref_ptr, in avg_sse_diff_4width_msa() argument 57 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in avg_sse_diff_4width_msa() 58 ref_ptr += (4 * ref_stride); in avg_sse_diff_4width_msa() 75 const uint8_t *ref_ptr, in avg_sse_diff_8width_msa() argument 91 LD_UB4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in avg_sse_diff_8width_msa() 92 ref_ptr += (4 * ref_stride); in avg_sse_diff_8width_msa() 109 const uint8_t *ref_ptr, in avg_sse_diff_16width_msa() argument 123 ref = LD_UB(ref_ptr); in avg_sse_diff_16width_msa() 124 ref_ptr += ref_stride; in avg_sse_diff_16width_msa() 132 ref = LD_UB(ref_ptr); in avg_sse_diff_16width_msa() [all …]
|
D | sad_msa.c | 24 const uint8_t *ref_ptr, int32_t ref_stride, in sad_4width_msa() argument 36 LW4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in sad_4width_msa() 37 ref_ptr += (4 * ref_stride); in sad_4width_msa() 163 const uint8_t *ref_ptr, int32_t ref_stride, in sad_4width_x3_msa() argument 179 LD_UB4(ref_ptr, ref_stride, ref0, ref1, ref2, ref3); in sad_4width_x3_msa() 180 ref_ptr += (4 * ref_stride); in sad_4width_x3_msa() 239 const uint8_t *ref_ptr, int32_t ref_stride, in sad_16width_x3_msa() argument 250 LD_UB2(ref_ptr, 16, ref0, ref1); in sad_16width_x3_msa() 251 ref_ptr += ref_stride; in sad_16width_x3_msa() 266 LD_UB2(ref_ptr, 16, ref0, ref1); in sad_16width_x3_msa() [all …]
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 245 void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s… 246 void vpx_get16x16var_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int re… 249 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); 250 …on(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); 253 void vpx_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str… 254 void vpx_get8x8var_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_… 405 unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int… 406 unsigned int vpx_mse16x16_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, … 409 unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … 412 unsigned int vpx_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … [all …]
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 245 void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s… 246 void vpx_get16x16var_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int re… 249 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); 250 …on(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); 253 void vpx_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str… 254 void vpx_get8x8var_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_… 405 unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int… 406 unsigned int vpx_mse16x16_neon(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, … 409 unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … 412 unsigned int vpx_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … [all …]
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 208 void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s… 211 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); 214 void vpx_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str… 331 unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int… 334 unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … 337 unsigned int vpx_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … 340 unsigned int vpx_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … 349 unsigned int vpx_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref… 352 unsigned int vpx_sad16x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int… 355 void vpx_sad16x16x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_strid… [all …]
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 208 void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s… 211 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); 214 void vpx_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str… 331 unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int… 334 unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … 337 unsigned int vpx_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … 340 unsigned int vpx_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … 349 unsigned int vpx_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref… 352 unsigned int vpx_sad16x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int… 355 void vpx_sad16x16x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_strid… [all …]
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 208 void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s… 211 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); 214 void vpx_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str… 331 unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int… 334 unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … 337 unsigned int vpx_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … 340 unsigned int vpx_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … 349 unsigned int vpx_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref… 352 unsigned int vpx_sad16x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int… 355 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/ |
D | vpx_dsp_rtcd.h | 208 void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s… 211 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); 214 void vpx_get8x8var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_str… 331 unsigned int vpx_mse16x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int… 334 unsigned int vpx_mse16x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … 337 unsigned int vpx_mse8x16_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … 340 unsigned int vpx_mse8x8_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int … 349 unsigned int vpx_sad16x16_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref… 352 unsigned int vpx_sad16x16_avg_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int… 355 void vpx_sad16x16x3_c(const uint8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_strid… [all …]
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 219 void vpx_get16x16var_c(const uint8_t *src_ptr, int source_stride, const uint8_t *ref_ptr, int ref_s… 222 …_c(const unsigned char *src_ptr, int source_stride, const unsigned char *ref_ptr, int ref_stride); 225 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/ |
D | copy_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 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/ |
D | sad_neon.c | 18 unsigned char *ref_ptr, int ref_stride) { in vpx_sad8x16_neon() argument 28 d8 = vld1_u8(ref_ptr); in vpx_sad8x16_neon() 29 ref_ptr += ref_stride; in vpx_sad8x16_neon() 35 d8 = vld1_u8(ref_ptr); in vpx_sad8x16_neon() 36 ref_ptr += ref_stride; in vpx_sad8x16_neon() 49 unsigned char *ref_ptr, int ref_stride) { in vpx_sad4x4_neon() argument 58 d8 = vld1_u8(ref_ptr); in vpx_sad4x4_neon() 59 ref_ptr += ref_stride; in vpx_sad4x4_neon() 65 d8 = vld1_u8(ref_ptr); in vpx_sad4x4_neon() 66 ref_ptr += ref_stride; in vpx_sad4x4_neon() [all …]
|
D | variance_neon.c | 261 const unsigned char *ref_ptr, int recon_stride, in vpx_mse16x16_neon() argument 281 q2u8 = vld1q_u8(ref_ptr); in vpx_mse16x16_neon() 282 ref_ptr += recon_stride; in vpx_mse16x16_neon() 283 q3u8 = vld1q_u8(ref_ptr); in vpx_mse16x16_neon() 284 ref_ptr += recon_stride; in vpx_mse16x16_neon() 325 const unsigned char *ref_ptr, in vpx_get4x4sse_cs_neon() argument 336 d4u8 = vld1_u8(ref_ptr); in vpx_get4x4sse_cs_neon() 337 ref_ptr += recon_stride; in vpx_get4x4sse_cs_neon() 340 d5u8 = vld1_u8(ref_ptr); in vpx_get4x4sse_cs_neon() 341 ref_ptr += recon_stride; in vpx_get4x4sse_cs_neon() [all …]
|
/external/libdrm/intel/ |
D | test_decode.c | 93 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()
|