/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_dsp_rtcd_defs.pl | 983 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred"; 986 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred"; 989 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred"; 992 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred"; 995 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred"; 998 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred"; 1001 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred"; 1004 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred"; 1007 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred"; 1010 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred"; [all …]
|
D | variance.h | 30 const uint8_t *second_pred); 59 const uint8_t *second_pred);
|
D | sad.c | 84 const uint8_t *second_pred) { \ 86 avg_pred(comp_pred, second_pred, m, n, ref, ref_stride); \ 222 const uint8_t *second_pred) { \ 224 highbd_avg_pred(comp_pred, second_pred, m, n, ref, ref_stride); \
|
D | variance.c | 192 const uint8_t *second_pred) { \ 202 vpx_comp_avg_pred(temp3, second_pred, W, H, temp2, W); \ 516 const uint8_t *second_pred) { \ 526 vpx_highbd_comp_avg_pred(temp3, second_pred, W, H, \ 538 const uint8_t *second_pred) { \ 548 vpx_highbd_comp_avg_pred(temp3, second_pred, W, H, \ 560 const uint8_t *second_pred) { \ 570 vpx_highbd_comp_avg_pred(temp3, second_pred, W, H, \
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 450 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 451 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 470 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 471 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 483 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 484 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 503 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 504 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 515 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 516 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); [all …]
|
/external/libvpx/config/x86_64/ |
D | vpx_dsp_rtcd.h | 455 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 456 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 475 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 476 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 488 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 489 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 508 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 509 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 520 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 521 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); [all …]
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | sad_avx2.c | 97 const uint8_t *second_pred) { \ 107 _mm256_loadu_si256((__m256i const *)second_pred)); \ 109 _mm256_loadu_si256((__m256i const *)(second_pred +32))); \ 117 second_pred+= 64; \ 132 const uint8_t *second_pred) { \ 145 _mm256_loadu_si256((__m256i const *)second_pred)); \ 147 _mm256_loadu_si256((__m256i const *)(second_pred +32))); \ 156 second_pred+= 64; \
|
D | highbd_sad_sse2.asm | 26 second_pred, n_rows 30 second_pred, \ 45 ; convert src, ref & second_pred to short ptrs (from byte ptrs)
|
D | sad_sse2.asm | 26 second_pred, n_rows 30 second_pred, \
|
/external/libvpx/config/mips32/ |
D | vpx_dsp_rtcd.h | 355 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 370 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 379 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 394 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 403 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 418 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 427 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 442 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 454 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 463 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); [all …]
|
/external/libvpx/config/arm/ |
D | vpx_dsp_rtcd.h | 357 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 372 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 381 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 396 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 405 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 420 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 429 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 444 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 456 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 465 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); [all …]
|
/external/libvpx/config/mips64/ |
D | vpx_dsp_rtcd.h | 355 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 370 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 379 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 394 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 403 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 418 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 427 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 442 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 454 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 463 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); [all …]
|
/external/libvpx/config/generic/ |
D | vpx_dsp_rtcd.h | 355 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 370 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 379 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 394 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 403 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 418 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 427 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 442 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 454 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 463 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); [all …]
|
/external/libvpx/config/mips32-dspr2/ |
D | vpx_dsp_rtcd.h | 391 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 406 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 415 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 430 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 439 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 454 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 463 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 478 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 490 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 499 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); [all …]
|
/external/libvpx/config/arm-neon/ |
D | vpx_dsp_rtcd.h | 418 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 434 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 444 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 459 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 469 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 485 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 495 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 510 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 522 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 532 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); [all …]
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 410 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 426 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 436 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 451 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 461 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 477 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 487 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 502 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 514 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 524 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); [all …]
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.h | 60 const uint8_t *second_pred, 92 const uint8_t *second_pred, 124 const MV *center_mv, const uint8_t *second_pred);
|
D | vp9_mcomp.c | 178 if (second_pred == NULL) \ 183 z, src_stride, &sse, second_pred); \ 320 const uint8_t *second_pred, in setup_center_error() argument 327 if (second_pred != NULL) { in setup_center_error() 330 vpx_highbd_comp_avg_pred(comp_pred16, second_pred, w, h, y + offset, in setup_center_error() 336 vpx_comp_avg_pred(comp_pred, second_pred, w, h, y + offset, y_stride); in setup_center_error() 346 if (second_pred != NULL) { in setup_center_error() 348 vpx_comp_avg_pred(comp_pred, second_pred, w, h, y + offset, y_stride); in setup_center_error() 398 const uint8_t *second_pred, in vp9_find_best_sub_pixel_tree_pruned_evenmore() argument 402 z, src_stride, y, y_stride, second_pred, in vp9_find_best_sub_pixel_tree_pruned_evenmore() [all …]
|
D | vp9_rdopt.c | 1563 uint8_t *second_pred; in joint_motion_search() local 1565 DECLARE_ALIGNED(16, uint8_t, second_pred[64 * 64]); in joint_motion_search() 1620 second_pred = CONVERT_TO_BYTEPTR(second_pred_alloc_16); in joint_motion_search() 1623 second_pred, pw, in joint_motion_search() 1630 second_pred = (uint8_t *)second_pred_alloc_16; in joint_motion_search() 1633 second_pred, pw, in joint_motion_search() 1642 second_pred, pw, in joint_motion_search() 1664 &ref_mv[id].as_mv, second_pred); in joint_motion_search() 1667 second_pred, &cpi->fn_ptr[bsize], 1); in joint_motion_search() 1686 &dis, &sse, second_pred, in joint_motion_search()
|
D | vp9_encoder.c | 860 const uint8_t *second_pred) { \ 861 return fnname(src_ptr, source_stride, ref_ptr, ref_stride, second_pred); \ 867 const uint8_t *second_pred) { \ 869 second_pred) >> 2; \ 875 const uint8_t *second_pred) { \ 877 second_pred) >> 4; \
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | sad_msa.c | 1399 const uint8_t *second_pred) { \ 1401 height, second_pred); \ 1407 const uint8_t *second_pred) { \ 1409 height, second_pred); \ 1415 const uint8_t *second_pred) { \ 1417 height, second_pred); \ 1423 const uint8_t *second_pred) { \ 1425 height, second_pred); \ 1431 const uint8_t *second_pred) { \ 1433 height, second_pred); \
|
/external/libvpx/libvpx/test/ |
D | variance_test.cc | 39 const uint8_t *second_pred); 487 const uint8_t *second_pred, in subpel_avg_variance_ref() argument 512 const int diff = ((r + second_pred[w * y + x] + 1) >> 1) - src[w * y + x]; in subpel_avg_variance_ref() 519 uint16_t *sec16 = CONVERT_TO_SHORTPTR(second_pred); in subpel_avg_variance_ref()
|
D | sad_test.cc | 38 const uint8_t *second_pred);
|