Lines Matching defs:sse
59 uint64_t sse[4];
60 int have_sse; /**< true if we have pending sse[] */
84 uint64_t sse[4];
85 int have_sse; /**< true if we have pending sse[] */
1042 memcpy(dst->sse, ctx->sse, sizeof(dst->sse));
1079 ff_side_data_set_encoder_stats(pkt, 0, cx_frame->sse + 1,
1085 avctx->error[i] += cx_frame->sse[i + 1];
1192 ctx->sse[0] = pkt->data.psnr.sse[0];
1193 ctx->sse[1] = pkt->data.psnr.sse[1];
1194 ctx->sse[2] = pkt->data.psnr.sse[2];
1195 ctx->sse[3] = pkt->data.psnr.sse[3];