Searched refs:lpc_quant (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dalacenc.c57 int lpc_quant; member in struct:AlacLPCContext
138 s->lpc[ch].lpc_quant = 6;
155 s->lpc[ch].lpc_quant = shift[opt_order-1];
266 int sum = 1 << (lpc.lpc_quant - 1), res_val, j;
273 sum >>= lpc.lpc_quant;
292 res_val -= ((val >> lpc.lpc_quant) *
363 put_bits(&s->pbctx, 4, s->lpc[i].lpc_quant);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dalac.c169 int lpc_order, int lpc_quant)
211 val = (val + (1 << (lpc_quant - 1))) >> lpc_quant;
224 error_val -= (val >> lpc_quant) * (j + 1);
313 int lpc_quant[2]; local
321 lpc_quant[ch] = get_bits(&alac->gb, 4);
366 bps, lpc_coefs[ch], lpc_order[ch], lpc_quant[ch]);
167 lpc_prediction(int32_t *error_buffer, int32_t *buffer_out, int nb_samples, int bps, int16_t *lpc_coefs, int lpc_order, int lpc_quant) argument
H A Dalacenc.c56 int lpc_quant; member in struct:AlacLPCContext
157 s->lpc[ch].lpc_quant = 6;
174 s->lpc[ch].lpc_quant = shift[opt_order-1];
281 int sum = 1 << (lpc.lpc_quant - 1), res_val, j;
288 sum >>= lpc.lpc_quant;
307 res_val -= (val >> lpc.lpc_quant) * (lpc.lpc_order - index);
408 put_bits(pb, 4, s->lpc[i].lpc_quant);

Completed in 42 milliseconds