HomeSort by relevance Sort by last modified time
    Searched refs:highbd_predict (Results 1 - 3 of 3) sorted by null

  /external/libvpx/libvpx/vp9/common/
vp9_scale.c 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...]
vp9_scale.h 36 highbd_convolve_fn_t highbd_predict[2][2][2]; // horiz, vert, avg member in struct:scale_factors
vp9_reconinter.h 39 sf->highbd_predict[subpel_x != 0][subpel_y != 0][ref](

Completed in 68 milliseconds