Searched refs:lowest_bulk_cost_index (Results 1 – 1 of 1) sorted by relevance
154 int lowest_bulk_cost_index; in qtrle_encode_line() local168 lowest_bulk_cost_index = width; in qtrle_encode_line()180 if (FFMIN(width, i + MAX_RLE_BULK) < lowest_bulk_cost_index) { in qtrle_encode_line()182 lowest_bulk_cost_index = sec_lowest_bulk_cost_index; in qtrle_encode_line()209 lowest_bulk_cost_index = i + 1; in qtrle_encode_line()255 s->rlecode_table[i] = lowest_bulk_cost_index - i; in qtrle_encode_line()