/external/libaom/libaom/aom_dsp/x86/ |
D | sad_highbd_avx2.c | 283 const uint8_t *second_pred) { in aom_highbd_sad16x4_avg_avx2() 295 const uint8_t *second_pred) { in aom_highbd_sad16x8_avg_avx2() 313 const uint8_t *second_pred) { in aom_highbd_sad16x16_avg_avx2() 327 const uint8_t *second_pred) { in aom_highbd_sad16x32_avg_avx2() 341 const uint8_t *second_pred) { in aom_highbd_sad16x64_avg_avx2() 355 const uint8_t *second_pred) { in aom_highbd_sad32x8_avg_avx2() 375 const uint8_t *second_pred) { in aom_highbd_sad32x16_avg_avx2() 395 const uint8_t *second_pred) { in aom_highbd_sad32x32_avg_avx2() 409 const uint8_t *second_pred) { in aom_highbd_sad32x64_avg_avx2() 423 const uint8_t *second_pred) { in aom_highbd_sad64x16_avg_avx2() [all …]
|
D | sad_impl_avx2.c | 89 const int h, const uint8_t *second_pred, in sad_w64_avg_avx2() 123 const uint8_t *second_pred) { in aom_sad64x128_avg_avx2() 136 const uint8_t *second_pred) { in aom_sad128x64_avg_avx2() 150 const uint8_t *second_pred) { in aom_sad128x128_avg_avx2()
|
D | highbd_variance_sse4.c | 161 const uint8_t *second_pred) { in aom_highbd_8_sub_pixel_avg_variance4x4_sse4_1() 181 const uint8_t *second_pred) { in aom_highbd_10_sub_pixel_avg_variance4x4_sse4_1() 201 const uint8_t *second_pred) { in aom_highbd_12_sub_pixel_avg_variance4x4_sse4_1()
|
D | masked_sad_intrin_avx2.c | 125 const uint8_t *second_pred, const uint8_t *msk, int msk_stride, in aom_masked_sad_avx2() 319 const uint8_t *second_pred, const uint8_t *msk, int msk_stride, in aom_highbd_masked_sad_avx2()
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | sad_neon.c | 31 const uint8_t *second_pred) { in vpx_sad4x4_avg_neon() 59 const uint8_t *second_pred) { in vpx_sad4x8_avg_neon() 95 const uint8_t *second_pred, in sad8x_avg() 151 const uint8_t *second_pred, in sad16x_avg() 213 const uint8_t *second_pred, in sad32x_avg() 294 const uint8_t *second_pred, in sad64x_avg()
|
/external/libvpx/libvpx/vpx_dsp/x86/ |
D | variance_avx2.c | 227 const uint8_t *second_pred, int second_stride, in spv32_x0_y0() 255 const uint8_t *second_pred, in spv32_half_zero() 285 const uint8_t *second_pred, int second_stride, in spv32_x0_y4() 294 const uint8_t *second_pred, int second_stride, in spv32_x4_y0() 303 const uint8_t *second_pred, int second_stride, in spv32_x4_y4() 341 const uint8_t *second_pred, in spv32_bilin_zero() 375 const uint8_t *second_pred, int second_stride, in spv32_x0_yb() 384 const uint8_t *second_pred, int second_stride, in spv32_xb_y0() 393 const uint8_t *second_pred, int second_stride, in spv32_x4_yb() 432 const uint8_t *second_pred, int second_stride, in spv32_xb_y4() [all …]
|
/external/libvpx/libvpx/vpx_dsp/mips/ |
D | sad_mmi.c | 403 const uint8_t *second_pred, in vpx_sad_avg64x() 491 const uint8_t *second_pred, in vpx_sad_avg32x() 584 const uint8_t *second_pred, in vpx_sad_avg16x() 677 const uint8_t *second_pred, in vpx_sad_avg8x() 765 const uint8_t *second_pred, in vpx_sad_avg4x()
|
/external/libaom/libaom/test/ |
D | masked_sad_test.cc | 115 const uint8_t *second_pred, const uint8_t *msk, in runRef() 126 const uint8_t *second_pred, const uint8_t *msk, in runTest() 143 const uint8_t *second_pred, const uint8_t *msk, in runRef() 154 const uint8_t *second_pred, const uint8_t *msk, in runTest()
|
D | variance_test.cc | 170 const uint8_t *second_pred, int l2w, in subpel_avg_variance_ref() 221 const uint8_t *ref, const uint8_t *src, const uint8_t *second_pred, int l2w, in dist_wtd_subpel_avg_variance_ref()
|
/external/libaom/libaom/av1/encoder/ |
D | motion_search_facade.c | 385 uint8_t *second_pred = get_buf_by_bd(xd, second_pred16); in av1_joint_motion_search() local 533 const uint8_t *second_pred, in av1_compound_single_motion_search() 636 uint8_t *second_pred) { in build_second_inter_pred() 686 uint8_t *second_pred; in av1_compound_single_motion_search_interinter() local
|
D | mcomp.h | 95 const uint8_t *second_pred; member 106 const uint8_t *second_pred, in av1_set_ms_compound_refs()
|
D | mcomp.c | 441 const uint8_t *second_pred = ms_params->ms_buffers.second_pred; in get_mvpred_compound_var_cost() local 474 const uint8_t *second_pred = ms_params->ms_buffers.second_pred; in get_mvpred_compound_sad() local 1010 const uint8_t *second_pred = ms_params->ms_buffers.second_pred; in diamond_search_sad() local 2002 const uint8_t *second_pred = ms_buffers->second_pred; in estimated_pref_error() local 2035 const uint8_t *second_pred = ms_buffers->second_pred; in upsampled_pref_error() local 2398 const uint8_t *second_pred = ms_buffers->second_pred; in setup_center_error() local 3347 const uint8_t *second_pred, in get_mvpred_av_var() 3363 const uint8_t *second_pred, const uint8_t *mask, int mask_stride, in get_mvpred_mask_var() 3379 const uint8_t *second_pred, const uint8_t *mask, in av1_get_mvpred_compound_var()
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 299 int y_stride, const uint8_t *second_pred, int w, int h, int offset, in setup_center_error() 369 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_skip_sub_pixel_tree() 402 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_find_best_sub_pixel_tree_pruned_evenmore() 468 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_find_best_sub_pixel_tree_pruned_more() 530 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_find_best_sub_pixel_tree_pruned() 623 const uint8_t *const pre_address, int y_stride, const uint8_t *second_pred, in accurate_sub_pel_search() 730 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_find_best_sub_pixel_tree() 1488 const MV *center_mv, const uint8_t *second_pred, in vp9_get_mvpred_av_var() 2804 const MV *center_mv, const uint8_t *second_pred) { in vp9_refining_search_8p_c() 2972 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_return_max_sub_pixel_mv() [all …]
|
D | vp9_rdopt.c | 1868 uint8_t *second_pred; in joint_motion_search() local
|
/external/libvpx/libvpx/test/ |
D | variance_test.cc | 154 const uint8_t *second_pred, int l2w, in subpel_avg_variance_ref()
|