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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Daaccoder.c322 float next_minrd = INFINITY; local
341 float minrd = next_minrd;
343 next_minrd = INFINITY;
369 if (path[swb+1][cb].cost < next_minrd) {
370 next_minrd = path[swb+1][cb].cost;
423 float next_minrd = INFINITY; local
437 float cost_get_here = next_minrd + run_bits + 4;
450 next_minrd = path[swb+1][0].cost;
458 float minrd = next_minrd;
461 next_minrd
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Daaccoder.c323 float next_minrd = INFINITY; local
342 float minrd = next_minrd;
344 next_minrd = INFINITY;
370 if (path[swb+1][cb].cost < next_minrd) {
371 next_minrd = path[swb+1][cb].cost;

Completed in 110 milliseconds