Searched defs:dc_4x4 (Results 1 - 1 of 1) sorted by relevance

/external/libvpx/libvpx/vpx_dsp/arm/
H A Dintrapred_neon.c21 static INLINE void dc_4x4(uint8_t *dst, ptrdiff_t stride, function
64 dc_4x4(dst, stride, above, left, 1, 1);
70 dc_4x4(dst, stride, NULL, left, 0, 1);
76 dc_4x4(dst, stride, above, NULL, 1, 0);
83 dc_4x4(dst, stride, NULL, NULL, 0, 0);

Completed in 87 milliseconds