Searched refs:vpx_highbd_comp_avg_pred (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | variance.c | 526 vpx_highbd_comp_avg_pred(temp3, second_pred, W, H, \ 548 vpx_highbd_comp_avg_pred(temp3, second_pred, W, H, \ 570 vpx_highbd_comp_avg_pred(temp3, second_pred, W, H, \ 605 void vpx_highbd_comp_avg_pred(uint16_t *comp_pred, const uint8_t *pred8, in vpx_highbd_comp_avg_pred() function
|
/external/libvpx/libvpx/vp9/encoder/ |
D | vp9_mcomp.c | 330 vpx_highbd_comp_avg_pred(comp_pred16, second_pred, w, h, y + offset, in setup_center_error()
|