Searched refs:highbd_sadMxNx4D (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | sad.c | 239 #define highbd_sadMxNx4D(m, n) \ macro 254 highbd_sadMxNx4D(64, 64) 258 highbd_sadMxNx4D(64, 32) 262 highbd_sadMxNx4D(32, 64) 268 highbd_sadMxNx4D(32, 32) 272 highbd_sadMxNx4D(32, 16) 276 highbd_sadMxNx4D(16, 32) 282 highbd_sadMxNx4D(16, 16) 288 highbd_sadMxNx4D(16, 8) 294 highbd_sadMxNx4D(8, 16) [all …]
|