Home
last modified time | relevance | path

Searched refs:prediction_type (Results 1 – 2 of 2) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dalac.c292 int prediction_type[2]; in decode_element() local
309 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()
Dalacenc.c371 int prediction_type = 0; in write_element() local
425 put_bits(pb, 4, prediction_type); in write_element()
449 if (prediction_type == 15) { in write_element()