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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dshorten.c273 int residual_size, int32_t coffset)
305 if (command == FN_QLPC && coffset)
307 s->decoded[channel][i] -= coffset;
310 init_sum = pred_order ? (command == FN_QLPC ? s->lpcqoffset : 0) : coffset;
320 if (command == FN_QLPC && coffset)
322 s->decoded[channel][i] += coffset;
545 int32_t coffset; local
558 coffset = s->offset[channel][0];
563 coffset = sum / s->nmean;
565 coffset
272 decode_subframe_lpc(ShortenContext *s, int command, int channel, int residual_size, int32_t coffset) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dshorten.c276 int residual_size, int32_t coffset)
303 if (command == FN_QLPC && coffset)
305 s->decoded[channel][i] -= coffset;
308 init_sum = pred_order ? (command == FN_QLPC ? s->lpcqoffset : 0) : coffset;
318 if (command == FN_QLPC && coffset)
320 s->decoded[channel][i] += coffset;
534 int32_t coffset; local
546 coffset = s->offset[channel][0];
551 coffset = sum / s->nmean;
553 coffset >>
275 decode_subframe_lpc(ShortenContext *s, int command, int channel, int residual_size, int32_t coffset) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlan-ng/
H A Dprism2fw.c503 u32 coffset; local
564 coffset = s3start - cstart;
565 memcpy(clist[j].data + coffset, s3data[i].data, s3data[i].len);

Completed in 59 milliseconds