Home
last modified time | relevance | path

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

/external/libaom/libaom/av1/encoder/
Dpickcdef.c180 static INLINE uint64_t dist_8x8_16bit(uint16_t *dst, int dstride, uint16_t *src, in dist_8x8_16bit() function
245 sum += dist_8x8_16bit(&dst[(by << 3) * dstride + (bx << 3)], dstride, in compute_cdef_dist()