Searched refs:bytes_start (Results 1 – 1 of 1) sorted by relevance
571 int bytes_start, bytes_len, pad_s, pad_c; in count_hq_slice() local572 bytes_start = bits >> 3; in count_hq_slice()601 bytes_len = (bits >> 3) - bytes_start - 1; in count_hq_slice()746 int bytes_start, bytes_len, pad_s, pad_c; in encode_hq_slice() local747 bytes_start = put_bits_count(pb) >> 3; in encode_hq_slice()757 bytes_len = (put_bits_count(pb) >> 3) - bytes_start - 1; in encode_hq_slice()766 pb->buf[bytes_start] = pad_s; in encode_hq_slice()