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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/vermilion/
H A Dcr_pll.c104 int cur_diff; local
107 cur_diff = clock - crvml_clocks[0];
108 cur_diff = (cur_diff < 0) ? -cur_diff : cur_diff;
112 if (diff < cur_diff) {
114 cur_diff = diff;
H A Dvermilion.c577 int cur_diff; local
581 cur_diff = clock - vml_clocks[0];
582 cur_diff = (cur_diff < 0) ? -cur_diff : cur_diff;
586 if (diff < cur_diff) {
588 cur_diff = diff;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dg722.c87 * @param cur_diff the dequantized and scaled delta calculated from the
90 static void do_adaptive_prediction(struct G722Band *band, const int cur_diff) argument
94 const int cur_part_reconst = band->s_zero + cur_diff < 0;
108 if (cur_diff) {
111 ((band->diff_mem[i]^cur_diff) < 0 ? -128 : 128);
118 band->diff_mem[0] = av_clip_int16(cur_diff << 1);
125 cur_qtzd_reconst = av_clip_int16((band->s_predictor + cur_diff) << 1);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dg722.c87 * @param cur_diff the dequantized and scaled delta calculated from the
90 static void do_adaptive_prediction(struct G722Band *band, const int cur_diff) argument
94 const int cur_part_reconst = band->s_zero + cur_diff < 0;
108 if (cur_diff) {
111 ((band->diff_mem[i]^cur_diff) < 0 ? -128 : 128);
118 band->diff_mem[0] = av_clip_int16(cur_diff << 1);
125 cur_qtzd_reconst = av_clip_int16((band->s_predictor + cur_diff) << 1);

Completed in 42 milliseconds