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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daaccoder.c346 float cost_stay_here, cost_get_here; local
355 cost_stay_here = path[swb][cb].cost + rd;
359 cost_stay_here += run_bits;
360 if (cost_get_here < cost_stay_here) {
366 path[swb+1][cb].cost = cost_stay_here;
436 float cost_stay_here = path[swb][0].cost; local
440 cost_stay_here += run_bits;
441 if (cost_get_here < cost_stay_here) {
447 path[swb+1][0].cost = cost_stay_here;
469 float cost_stay_here, cost_get_her local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daaccoder.c347 float cost_stay_here, cost_get_here; local
356 cost_stay_here = path[swb][cb].cost + rd;
360 cost_stay_here += run_bits;
361 if (cost_get_here < cost_stay_here) {
367 path[swb+1][cb].cost = cost_stay_here;
437 float cost_stay_here = path[swb][0].cost; local
441 cost_stay_here += run_bits;
442 if (cost_get_here < cost_stay_here) {
448 path[swb+1][0].cost = cost_stay_here;
470 float cost_stay_here, cost_get_her local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daaccoder_mips.c2386 float cost_stay_here = path[swb][0].cost; local
2390 cost_stay_here += run_bits;
2391 if (cost_get_here < cost_stay_here) {
2397 path[swb+1][0].cost = cost_stay_here;
2419 float cost_stay_here, cost_get_here; local
2427 cost_stay_here = path[swb][cb].cost + bits;
2431 cost_stay_here += run_bits;
2432 if (cost_get_here < cost_stay_here) {
2438 path[swb+1][cb].cost = cost_stay_here;

Completed in 44 milliseconds