Searched refs:prediction_type (Results 1 – 2 of 2) sorted by relevance
292 int prediction_type[2]; in decode_element() local309 prediction_type[ch] = get_bits(&alac->gb, 4); in decode_element()338 if (prediction_type[ch] == 15) { in decode_element()349 } else if (prediction_type[ch] > 0) { in decode_element()351 prediction_type[ch]); in decode_element()
371 int prediction_type = 0; in write_element() local425 put_bits(pb, 4, prediction_type); in write_element()449 if (prediction_type == 15) { in write_element()