Searched refs:highbd_predict (Results 1 – 3 of 3) sorted by relevance
132 sf->highbd_predict[0][0][0] = vpx_highbd_convolve_copy;133 sf->highbd_predict[0][0][1] = vpx_highbd_convolve_avg;134 sf->highbd_predict[0][1][0] = vpx_highbd_convolve8_vert;135 sf->highbd_predict[0][1][1] = vpx_highbd_convolve8_avg_vert;136 sf->highbd_predict[1][0][0] = vpx_highbd_convolve8_horiz;137 sf->highbd_predict[1][0][1] = vpx_highbd_convolve8_avg_horiz;140 sf->highbd_predict[0][0][0] = vpx_highbd_convolve8_vert;141 sf->highbd_predict[0][0][1] = vpx_highbd_convolve8_avg_vert;142 sf->highbd_predict[0][1][0] = vpx_highbd_convolve8_vert;143 sf->highbd_predict[0][1][1] = vpx_highbd_convolve8_avg_vert;[all …]
36 highbd_convolve_fn_t highbd_predict[2][2][2]; // horiz, vert, avg member
39 sf->highbd_predict[subpel_x != 0][subpel_y != 0][ref]( in highbd_inter_predictor()