Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavfilter/
Dvf_ssim.c222 #define SUM_LEN(w) (((w) >> 2) + 3) macro
233 int64_t (*sum1)[4] = sum0 + SUM_LEN(width); in ssim_plane_16bit()
261 int (*sum1)[4] = sum0 + SUM_LEN(width); in ssim_plane()
413 …s->temp = av_mallocz_array(2 * SUM_LEN(inlink->w), (desc->comp[0].depth > 8) ? sizeof(int64_t[4]) … in config_input_ref()