Searched refs:highbd_sadMxNx4D (Results 1 – 1 of 1) sorted by relevance
/external/libvpx/libvpx/vpx_dsp/ |
D | sad.c | 180 #define highbd_sadMxNx4D(m, n) \ macro 194 highbd_sadMxNx4D(64, 64) 198 highbd_sadMxNx4D(64, 32) 202 highbd_sadMxNx4D(32, 64) 206 highbd_sadMxNx4D(32, 32) 210 highbd_sadMxNx4D(32, 16) 214 highbd_sadMxNx4D(16, 32) 218 highbd_sadMxNx4D(16, 16) 222 highbd_sadMxNx4D(16, 8) 226 highbd_sadMxNx4D(8, 16) [all …]
|