Home
last modified time | relevance | path

Searched refs:cmp_plane (Results 1 – 1 of 1) sorted by relevance

/third_party/ffmpeg/tests/checkasm/
Dutvideodsp.c46 #define cmp_plane(buf0, buf1, s) \ macro
78 cmp_plane(src_r0, src_r1, sizeof(type)); \
79 cmp_plane(src_g0, src_g1, sizeof(type)); \
80 cmp_plane(src_b0, src_b1, sizeof(type)); \