Searched defs:second_pred (Results 1 – 5 of 5) sorted by relevance
/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/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 325 int y_stride, const uint8_t *second_pred, int w, int h, int offset, in setup_center_error() 398 const uint8_t *second_pred, int w, int h) { in vp9_skip_sub_pixel_tree() 429 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_find_best_sub_pixel_tree_pruned_evenmore() 494 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_find_best_sub_pixel_tree_pruned_more() 554 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_find_best_sub_pixel_tree_pruned() 645 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_find_best_sub_pixel_tree() 1337 const MV *center_mv, const uint8_t *second_pred, in vp9_get_mvpred_av_var() 2123 const MV *center_mv, const uint8_t *second_pred) { in vp9_refining_search_8p_c() 2284 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_return_max_sub_pixel_mv() 2306 uint32_t *distortion, uint32_t *sse1, const uint8_t *second_pred, int w, in vp9_return_min_sub_pixel_mv()
|
D | vp9_rdopt.c | 1734 uint8_t *second_pred; in joint_motion_search() local
|
/external/libvpx/libvpx/vpx_dsp/arm/ |
D | sad_neon.c | 30 const uint8_t *second_pred) { in vpx_sad4x4_avg_neon() 58 const uint8_t *second_pred) { in vpx_sad4x8_avg_neon()
|
/external/libvpx/libvpx/test/ |
D | variance_test.cc | 165 const uint8_t *second_pred, int l2w, in subpel_avg_variance_ref()
|