Lines Matching refs:eval
672 CelEvaluation *eval;
691 eval = enc->cel_evals + i;
693 x = eval->sourceX;
694 y = eval->sourceY;
696 switch (eval->best_coding) {
702 bytestream_put_byte(&spool.args, motion_arg(eval->motion));
706 eval->motion.d[0], eval->motion.d[1]);
710 bytestream_put_byte(&spool.args, tempData->i2f4[eval->cbEntry]);
713 qcell = roq->cb4x4 + eval->cbEntry;
727 switch(eval->subCels[j].best_coding) {
733 motion_arg(eval->subCels[j].motion));
736 eval->subCels[j].motion.d[0],
737 eval->subCels[j].motion.d[1]);
742 tempData->i2f4[eval->subCels[j].cbEntry]);
744 qcell = roq->cb4x4 + eval->subCels[j].cbEntry;
758 int cb_idx = eval->subCels[j].subCels[k];
767 write_typecode(&spool, eval->subCels[j].best_coding);