Searched refs:highbd_predict (Results 1 – 3 of 3) sorted by relevance
136 sf->highbd_predict[0][0][0] = vpx_highbd_convolve_copy;137 sf->highbd_predict[0][0][1] = vpx_highbd_convolve_avg;138 sf->highbd_predict[0][1][0] = vpx_highbd_convolve8_vert;139 sf->highbd_predict[0][1][1] = vpx_highbd_convolve8_avg_vert;140 sf->highbd_predict[1][0][0] = vpx_highbd_convolve8_horiz;141 sf->highbd_predict[1][0][1] = vpx_highbd_convolve8_avg_horiz;144 sf->highbd_predict[0][0][0] = vpx_highbd_convolve8_vert;145 sf->highbd_predict[0][0][1] = vpx_highbd_convolve8_avg_vert;146 sf->highbd_predict[0][1][0] = vpx_highbd_convolve8_vert;147 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
31 sf->highbd_predict[subpel_x != 0][subpel_y != 0][ref]( in high_inter_predictor()