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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dqtrleenc.c159 int lowest_bulk_cost_index; local
173 lowest_bulk_cost_index = width;
185 if (FFMIN(width, i + MAX_RLE_BULK) < lowest_bulk_cost_index) {
187 lowest_bulk_cost_index = sec_lowest_bulk_cost_index;
214 lowest_bulk_cost_index = i + 1;
260 s->rlecode_table[i] = lowest_bulk_cost_index - i;

Completed in 44 milliseconds