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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh263.h161 int best_cbpy_score= INT_MAX; local
185 if(score < best_cbpy_score){
186 best_cbpy_score= score;
192 if(best_cbpy_score + best_cbpc_score + 2*lambda >= 0)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh263.h152 int best_cbpy_score= INT_MAX; local
176 if(score < best_cbpy_score){
177 best_cbpy_score= score;
183 if(best_cbpy_score + best_cbpc_score + 2*lambda >= 0)

Completed in 104 milliseconds