Searched refs:highbd_sadMxN (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | sad.c | 213 #define highbd_sadMxN(m, n) \ macro 251 highbd_sadMxN(64, 64) 257 highbd_sadMxN(64, 32) 261 highbd_sadMxN(32, 64) 265 highbd_sadMxN(32, 32) 271 highbd_sadMxN(32, 16) 275 highbd_sadMxN(16, 32) 279 highbd_sadMxN(16, 16) 285 highbd_sadMxN(16, 8) 291 highbd_sadMxN(8, 16) [all …]
|