Searched refs:tsse (Results 1 – 2 of 2) sorted by relevance
56 uint64_t tsse = 0; in encoder_highbd_variance64() local62 tsse += (uint32_t)(diff * diff); in encoder_highbd_variance64()69 *sse = tsse; in encoder_highbd_variance64()
428 uint64_t tsse = 0; in highbd_variance64() local434 tsse += (uint32_t)(diff * diff); in highbd_variance64()441 *sse = tsse; in highbd_variance64()