Searched refs:not_last_row (Results 1 – 1 of 1) sorted by relevance
129 int pos, i, j, codes_per_row, prefix, not_last_row; in ivi_create_huff_from_desc() local137 not_last_row = (i != cb->num_rows - 1); in ivi_create_huff_from_desc()138 prefix = ((1 << i) - 1) << (cb->xbits[i] + not_last_row); in ivi_create_huff_from_desc()144 bits[pos] = i + cb->xbits[i] + not_last_row; in ivi_create_huff_from_desc()