Searched refs:scoreR (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dwmaenc.c387 int scoreR= encode_frame(s, s->coefs, buf, buf_size, total_gain+i); local
388 av_log(NULL, AV_LOG_ERROR, "%d %d %d (%d)\n", scoreL, best, scoreR, total_gain);
389 if(scoreL < FFMIN(best, scoreR)){
392 }else if(scoreR < best){
393 best = scoreR;

Completed in 57 milliseconds