Searched refs:next_minbits (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 Daaccoder.c424 float next_minbits = INFINITY; local
438 float cost_get_here = next_minbits + run_bits + 4;
451 next_minbits = path[swb+1][0].cost;
459 float minbits = next_minbits;
462 next_minbits = INFINITY;
492 if (path[swb+1][cb].cost < next_minbits) {
493 next_minbits = path[swb+1][cb].cost;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/mips/
H A Daaccoder_mips.c2373 float next_minbits = INFINITY; local
2387 float cost_get_here = next_minbits + run_bits + 4;
2400 next_minbits = path[swb+1][0].cost;
2408 float minbits = next_minbits;
2411 next_minbits = INFINITY;
2441 if (path[swb+1][cb].cost < next_minbits) {
2442 next_minbits = path[swb+1][cb].cost;

Completed in 65 milliseconds