Home
last modified time | relevance | path

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

/external/libaom/libaom/aom_dsp/
Dpsnr.c56 uint64_t tsse = 0; in encoder_highbd_variance64() local
62 tsse += (uint32_t)(diff * diff); in encoder_highbd_variance64()
69 *sse = tsse; in encoder_highbd_variance64()
Dvariance.c428 uint64_t tsse = 0; in highbd_variance64() local
434 tsse += (uint32_t)(diff * diff); in highbd_variance64()
441 *sse = tsse; in highbd_variance64()