Lines Matching defs:sse
64 uint64_t sse[4];
65 int have_sse; /**< true if we have pending sse[] */
84 uint64_t sse[4];
85 int have_sse; /**< true if we have pending sse[] */
1223 memcpy(dst->sse, ctx->sse, sizeof(dst->sse));
1263 ff_side_data_set_encoder_stats(pkt, quality * FF_QP2LAMBDA, cx_frame->sse + 1,
1269 avctx->error[i] += cx_frame->sse[i + 1];
1378 ctx->sse[0] = pkt->data.psnr.sse[0];
1379 ctx->sse[1] = pkt->data.psnr.sse[1];
1380 ctx->sse[2] = pkt->data.psnr.sse[2];
1381 ctx->sse[3] = pkt->data.psnr.sse[3];