Searched refs:cost_get_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
356 cost_get_here = minrd + rd + run_bits + 4;
360 if (cost_get_here < cost_stay_here) {
362 path[swb+1][cb].cost = cost_get_here;
437 float cost_get_here = next_minrd + run_bits + 4; local
441 if (cost_get_here < cost_stay_here) {
443 path[swb+1][0].cost = cost_get_here;
469 float cost_stay_here, cost_get_here; local
478 cost_get_here = minrd + rd + run_bits + 4;
482 if (cost_get_here < cost_stay_her
[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
357 cost_get_here = minrd + rd + run_bits + 4;
361 if (cost_get_here < cost_stay_here) {
363 path[swb+1][cb].cost = cost_get_here;
438 float cost_get_here = next_minbits + run_bits + 4; local
442 if (cost_get_here < cost_stay_here) {
444 path[swb+1][0].cost = cost_get_here;
470 float cost_stay_here, cost_get_here; local
479 cost_get_here = minbits + bits + run_bits + 4;
483 if (cost_get_here < cost_stay_her
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daaccoder_mips.c2387 float cost_get_here = next_minbits + run_bits + 4; local
2391 if (cost_get_here < cost_stay_here) {
2393 path[swb+1][0].cost = cost_get_here;
2419 float cost_stay_here, cost_get_here; local
2428 cost_get_here = minbits + bits + run_bits + 4;
2432 if (cost_get_here < cost_stay_here) {
2434 path[swb+1][cb].cost = cost_get_here;

Completed in 45 milliseconds