/external/libvpx/libvpx/vpx_dsp/ |
D | vpx_dsp_rtcd_defs.pl | 780 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred"; 783 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred"; 786 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred"; 789 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred"; 792 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred"; 795 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred"; 798 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred"; 801 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred"; 804 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred"; 807 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred"; [all …]
|
D | sad.c | 41 const uint8_t *second_pred) { \ 43 vpx_comp_avg_pred_c(comp_pred, second_pred, m, n, ref, ref_stride); \ 180 const uint8_t *second_pred) { \ 182 vpx_highbd_comp_avg_pred_c(comp_pred, second_pred, m, n, ref, ref_stride); \
|
D | variance.h | 30 const uint8_t *second_pred); 55 const uint8_t *second_pred);
|
D | variance.c | 159 const uint8_t *second_pred) { \ 169 vpx_comp_avg_pred(temp3, second_pred, W, H, temp2, W); \ 461 const uint8_t *second_pred) { \ 471 vpx_highbd_comp_avg_pred(temp3, second_pred, W, H, \ 481 const uint8_t *second_pred) { \ 491 vpx_highbd_comp_avg_pred(temp3, second_pred, W, H, \ 501 const uint8_t *second_pred) { \ 511 vpx_highbd_comp_avg_pred(temp3, second_pred, W, H, \
|
/external/libvpx/config/x86/ |
D | vpx_dsp_rtcd.h | 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); 495 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 496 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 507 …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); 527 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 528 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 539 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 540 …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 | 479 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 480 …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); 500 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 511 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 512 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 531 …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); 543 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 544 …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 | 94 int ref_stride, const uint8_t *second_pred) { \ 104 ref1_reg, _mm256_loadu_si256((__m256i const *)second_pred)); \ 106 ref2_reg, _mm256_loadu_si256((__m256i const *)(second_pred + 32))); \ 115 second_pred += 64; \ 128 int ref_stride, const uint8_t *second_pred) { \ 141 ref1_reg, _mm256_loadu_si256((__m256i const *)second_pred)); \ 143 ref2_reg, _mm256_loadu_si256((__m256i const *)(second_pred + 32))); \ 153 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/mips64-msa/ |
D | vpx_dsp_rtcd.h | 431 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 432 …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); 452 …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); 464 …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); 495 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 496 …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-msa/ |
D | vpx_dsp_rtcd.h | 431 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 432 …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); 452 …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); 464 …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); 495 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 496 …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 | 352 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 367 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 376 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 391 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 400 …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); 424 …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); 451 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 460 …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 | 352 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 367 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 376 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 391 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 400 …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); 424 …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); 451 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 460 …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/ |
D | vpx_dsp_rtcd.h | 352 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 367 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 376 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 391 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 400 …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); 424 …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); 451 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 460 …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 | 352 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 367 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 376 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 391 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 400 …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); 424 …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); 451 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 460 …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/libvpx/vp9/encoder/ |
D | vp9_mcomp.h | 53 const MV *center_mv, const uint8_t *second_pred, 76 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, 105 const MV *center_mv, const uint8_t *second_pred);
|
D | vp9_mcomp.c | 172 if (second_pred == NULL) { \ 177 src_stride, &sse, second_pred); \ 199 if (second_pred == NULL) \ 204 src_stride, &sse, second_pred); \ 325 int y_stride, const uint8_t *second_pred, int w, int h, int offset, in setup_center_error() argument 329 if (second_pred != NULL) { in setup_center_error() 332 vpx_highbd_comp_avg_pred(comp_pred16, second_pred, w, h, y + offset, in setup_center_error() 338 vpx_comp_avg_pred(comp_pred, second_pred, w, h, y + offset, y_stride); in setup_center_error() 351 if (second_pred != NULL) { in setup_center_error() 353 vpx_comp_avg_pred(comp_pred, second_pred, w, h, y + offset, y_stride); in setup_center_error() [all …]
|
D | vp9_rdopt.c | 1733 uint8_t *second_pred; in joint_motion_search() local 1735 DECLARE_ALIGNED(16, uint8_t, second_pred[64 * 64]); in joint_motion_search() 1786 second_pred = CONVERT_TO_BYTEPTR(second_pred_alloc_16); in joint_motion_search() 1792 second_pred = (uint8_t *)second_pred_alloc_16; in joint_motion_search() 1794 second_pred, pw, &frame_mv[refs[!id]].as_mv, in joint_motion_search() 1800 second_pred, pw, &frame_mv[refs[!id]].as_mv, &sf, in joint_motion_search() 1818 second_pred); in joint_motion_search() 1821 second_pred, &cpi->fn_ptr[bsize], 1); in joint_motion_search() 1832 &dis, &sse, second_pred, pw, ph); in joint_motion_search()
|
D | vp9_encoder.c | 1351 int ref_stride, const uint8_t *second_pred) { \ 1352 return fnname(src_ptr, source_stride, ref_ptr, ref_stride, second_pred); \ 1356 int ref_stride, const uint8_t *second_pred) { \ 1357 return fnname(src_ptr, source_stride, ref_ptr, ref_stride, second_pred) >> \ 1362 int ref_stride, const uint8_t *second_pred) { \ 1363 return fnname(src_ptr, source_stride, ref_ptr, ref_stride, second_pred) >> \
|
/external/libvpx/config/arm64/ |
D | vpx_dsp_rtcd.h | 428 …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); 454 …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); 479 …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); 505 …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); 532 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 542 …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 | 428 …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); 454 …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); 479 …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); 505 …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); 532 …t8_t *src_ptr, int src_stride, const uint8_t *ref_ptr, int ref_stride, const uint8_t *second_pred); 542 …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/mips/ |
D | sad_msa.c | 1408 const uint8_t *second_pred) { \ 1410 second_pred); \ 1416 const uint8_t *second_pred) { \ 1418 second_pred); \ 1424 int32_t ref_stride, const uint8_t *second_pred) { \ 1426 second_pred); \ 1432 int32_t ref_stride, const uint8_t *second_pred) { \ 1434 second_pred); \ 1440 int32_t ref_stride, const uint8_t *second_pred) { \ 1442 second_pred); \
|
/external/libvpx/libvpx/test/ |
D | variance_test.cc | 40 const uint8_t *second_pred); 165 const uint8_t *second_pred, int l2w, in subpel_avg_variance_ref() argument 190 ((r + second_pred[w * y + x] + 1) >> 1) - src[w * y + x]; in subpel_avg_variance_ref() 197 const uint16_t *sec16 = CONVERT_TO_SHORTPTR(second_pred); in subpel_avg_variance_ref()
|
D | sad_test.cc | 41 const uint8_t *second_pred);
|