Searched refs:prediction_type (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalac.c420 int prediction_type[MAX_CHANNELS]; local
428 prediction_type[ch] = get_bits(&alac->gb, 4);
456 if (prediction_type[ch] == 15) {
468 } else if (prediction_type[ch] > 0) {
470 prediction_type[ch]);
H A Dalacenc.c351 int prediction_type = 0; local
362 put_bits(&s->pbctx, 4, prediction_type);
379 if (prediction_type == 15) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalac.c312 int prediction_type[2]; local
320 prediction_type[ch] = get_bits(&alac->gb, 4);
349 if (prediction_type[ch] == 15) {
360 } else if (prediction_type[ch] > 0) {
362 prediction_type[ch]);
H A Dalacenc.c366 int prediction_type = 0; local
407 put_bits(pb, 4, prediction_type);
433 if (prediction_type == 15) {

Completed in 35 milliseconds