Searched refs:interlacing_leftweight (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dalac.c369 uint8_t interlacing_leftweight)
376 if (interlacing_leftweight) {
383 a -= (b * interlacing_leftweight) >> interlacing_shift;
418 uint8_t interlacing_leftweight; local
494 interlacing_leftweight = get_bits(&alac->gb, 8);
554 interlacing_leftweight = 0;
567 interlacing_leftweight);
365 reconstruct_stereo_16(int32_t *buffer[MAX_CHANNELS], int16_t *buffer_out, int numchannels, int numsamples, uint8_t interlacing_shift, uint8_t interlacing_leftweight) argument
H A Dalacenc.c68 int interlacing_leftweight; member in struct:AlacEncodeContext
186 s->interlacing_leftweight = 0;
194 s->interlacing_leftweight = 1;
204 s->interlacing_leftweight = 1;
214 s->interlacing_leftweight = 1;
337 put_bits(&s->pbctx, 8, s->interlacing_leftweight);

Completed in 101 milliseconds