Searched refs:shift2 (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavutil/
H A Dfixed_dsp.h120 int shift2 = bits - 15; local
125 if (shift2 > 0) {
126 retval = retval << shift2;
127 bit_mask = (1 << (shift2 - 1));
129 for (i=0; i<shift2; i++){
139 else retval >>= (-shift2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/src/
H A Dlzo_dict.h140 # define _DV2_A(p,shift1,shift2) \
141 (((( (lzo_xint)((p)[0]) << shift1) ^ (p)[1]) << shift2) ^ (p)[2])
142 # define _DV2_B(p,shift1,shift2) \
143 (((( (lzo_xint)((p)[2]) << shift1) ^ (p)[1]) << shift2) ^ (p)[0])
144 # define _DV3_B(p,shift1,shift2,shift3) \
145 ((_DV2_B((p)+1,shift1,shift2) << (shift3)) ^ (p)[0])
147 # define _DV2_A(p,shift1,shift2) \
149 # define _DV2_B(p,shift1,shift2) \
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dmpegvideodsp.c46 const uint64_t shift2 = 2 * shift; local
144 "m" (*r4), "m" (shift2));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ntpclient/
H A Dphaselock.c144 double shift2 = slope + 0.3 - offset/6000.0; local
145 if (shift2 < shift) shift = shift2;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ntpclient/
H A Dphaselock.c144 double shift2 = slope + 0.3 - offset/6000.0; local
145 if (shift2 < shift) shift = shift2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddxa.c48 static const int shift2[6] = { 0, 0, 8, 4, 0, 4 }; variable
93 mask = ((msk[0] & 0xF0) << shift1[type]) | ((msk[0] & 0xF) << shift2[type]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddxa.c51 static const int shift2[6] = { 0, 0, 8, 4, 0, 4 }; variable
107 mask = ((msk[0] & 0xF0) << shift1[type]) | ((msk[0] & 0xF) << shift2[type]);
H A Dapedec.c958 int order = 128, shift2 = 11; local
963 shift2++;
968 long_filter_high_3800(decoded0, order, shift2, coeffs, delay, count);
969 long_filter_high_3800(decoded1, order, shift2, coeffs, delay, count);
1012 int order = 128, shift2 = 11; local
1017 shift2++;
1021 long_filter_high_3800(decoded0, order, shift2, coeffs, delay, count);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_noise.c327 int8_t *shift2[3]={shift[0]+mmx_len, shift[1]+mmx_len, shift[2]+mmx_len}; local
328 line_noise_avg_c(dst+mmx_len, src+mmx_len, len-mmx_len, shift2);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lzo-2.06/minilzo/
H A Dminilzo.c2923 # define _DV2_A(p,shift1,shift2) \
2924 (((( (lzo_xint)((p)[0]) << shift1) ^ (p)[1]) << shift2) ^ (p)[2])
2925 # define _DV2_B(p,shift1,shift2) \
2926 (((( (lzo_xint)((p)[2]) << shift1) ^ (p)[1]) << shift2) ^ (p)[0])
2927 # define _DV3_B(p,shift1,shift2,shift3) \
2928 ((_DV2_B((p)+1,shift1,shift2) << (shift3)) ^ (p)[0])
2930 # define _DV2_A(p,shift1,shift2) \
2932 # define _DV2_B(p,shift1,shift2) \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A Digb_main.c2645 u32 j, num_rx_queues, shift = 0, shift2 = 0; local
2681 shift2 = 6;
2692 if (shift2)
2693 reta.bytes[j & 3] |= num_rx_queues << shift2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Ddsputil_mmx.c1756 const uint64_t shift2 = 2*shift; local
1852 "m"(*r4), "m"(shift2)

Completed in 135 milliseconds