Searched refs:vpx_highbd_comp_avg_pred (Results 1 – 2 of 2) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | variance.c | 471 vpx_highbd_comp_avg_pred(temp3, second_pred, W, H, \ 491 vpx_highbd_comp_avg_pred(temp3, second_pred, W, H, \ 511 vpx_highbd_comp_avg_pred(temp3, second_pred, W, H, \ 546 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 | 332 vpx_highbd_comp_avg_pred(comp_pred16, second_pred, w, h, y + offset, in setup_center_error()
|