Searched refs:cm (Results 101 - 125 of 288) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/
H A Ddsputil.c475 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
479 pixels[0] = cm[block[0]];
480 pixels[1] = cm[block[1]];
481 pixels[2] = cm[block[2]];
482 pixels[3] = cm[block[3]];
483 pixels[4] = cm[block[4]];
484 pixels[5] = cm[block[5]];
485 pixels[6] = cm[block[6]];
486 pixels[7] = cm[block[7]];
497 uint8_t *cm local
515 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
573 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
594 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
611 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
2601 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
2660 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
4129 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
4135 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
[all...]
H A Derror_resilience.c240 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
280 dst[offset + 7 + y*stride] = cm[dst[offset + 7 + y*stride] + ((d*7)>>4)];
281 dst[offset + 6 + y*stride] = cm[dst[offset + 6 + y*stride] + ((d*5)>>4)];
282 dst[offset + 5 + y*stride] = cm[dst[offset + 5 + y*stride] + ((d*3)>>4)];
283 dst[offset + 4 + y*stride] = cm[dst[offset + 4 + y*stride] + ((d*1)>>4)];
286 dst[offset + 8 + y*stride] = cm[dst[offset + 8 + y*stride] - ((d*7)>>4)];
287 dst[offset + 9 + y*stride] = cm[dst[offset + 9 + y*stride] - ((d*5)>>4)];
288 dst[offset + 10+ y*stride] = cm[dst[offset +10 + y*stride] - ((d*3)>>4)];
289 dst[offset + 11+ y*stride] = cm[dst[offset +11 + y*stride] - ((d*1)>>4)];
303 uint8_t *cm local
[all...]
H A Drv30.c123 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
129 src[-1*step] = cm[src[-1*step] + diff];
130 src[ 0*step] = cm[src[ 0*step] - diff];
H A Dh264pred.c490 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
520 src[16+i] = cm[ (b ) >> 5 ];
521 src[17+i] = cm[ (b+ H) >> 5 ];
522 src[18+i] = cm[ (b+2*H) >> 5 ];
523 src[19+i] = cm[ (b+3*H) >> 5 ];
718 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
736 src[0] = cm[ (b ) >> 5 ];
737 src[1] = cm[ (b+ H) >> 5 ];
738 src[2] = cm[ (b+2*H) >> 5 ];
739 src[3] = cm[ (
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/
H A Ddsputil.c475 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
479 pixels[0] = cm[block[0]];
480 pixels[1] = cm[block[1]];
481 pixels[2] = cm[block[2]];
482 pixels[3] = cm[block[3]];
483 pixels[4] = cm[block[4]];
484 pixels[5] = cm[block[5]];
485 pixels[6] = cm[block[6]];
486 pixels[7] = cm[block[7]];
497 uint8_t *cm local
515 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
573 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
594 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
611 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
2601 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
2660 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
4129 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
4135 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
[all...]
H A Derror_resilience.c240 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
280 dst[offset + 7 + y*stride] = cm[dst[offset + 7 + y*stride] + ((d*7)>>4)];
281 dst[offset + 6 + y*stride] = cm[dst[offset + 6 + y*stride] + ((d*5)>>4)];
282 dst[offset + 5 + y*stride] = cm[dst[offset + 5 + y*stride] + ((d*3)>>4)];
283 dst[offset + 4 + y*stride] = cm[dst[offset + 4 + y*stride] + ((d*1)>>4)];
286 dst[offset + 8 + y*stride] = cm[dst[offset + 8 + y*stride] - ((d*7)>>4)];
287 dst[offset + 9 + y*stride] = cm[dst[offset + 9 + y*stride] - ((d*5)>>4)];
288 dst[offset + 10+ y*stride] = cm[dst[offset +10 + y*stride] - ((d*3)>>4)];
289 dst[offset + 11+ y*stride] = cm[dst[offset +11 + y*stride] - ((d*1)>>4)];
303 uint8_t *cm local
[all...]
H A Drv30.c123 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
129 src[-1*step] = cm[src[-1*step] + diff];
130 src[ 0*step] = cm[src[ 0*step] - diff];
H A Dh264pred.c490 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
520 src[16+i] = cm[ (b ) >> 5 ];
521 src[17+i] = cm[ (b+ H) >> 5 ];
522 src[18+i] = cm[ (b+2*H) >> 5 ];
523 src[19+i] = cm[ (b+3*H) >> 5 ];
718 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
736 src[0] = cm[ (b ) >> 5 ];
737 src[1] = cm[ (b+ H) >> 5 ];
738 src[2] = cm[ (b+2*H) >> 5 ];
739 src[3] = cm[ (
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/
H A Derror_resilience.c240 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
280 dst[offset + 7 + y*stride] = cm[dst[offset + 7 + y*stride] + ((d*7)>>4)];
281 dst[offset + 6 + y*stride] = cm[dst[offset + 6 + y*stride] + ((d*5)>>4)];
282 dst[offset + 5 + y*stride] = cm[dst[offset + 5 + y*stride] + ((d*3)>>4)];
283 dst[offset + 4 + y*stride] = cm[dst[offset + 4 + y*stride] + ((d*1)>>4)];
286 dst[offset + 8 + y*stride] = cm[dst[offset + 8 + y*stride] - ((d*7)>>4)];
287 dst[offset + 9 + y*stride] = cm[dst[offset + 9 + y*stride] - ((d*5)>>4)];
288 dst[offset + 10+ y*stride] = cm[dst[offset +10 + y*stride] - ((d*3)>>4)];
289 dst[offset + 11+ y*stride] = cm[dst[offset +11 + y*stride] - ((d*1)>>4)];
303 uint8_t *cm local
[all...]
H A Drv30.c123 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
129 src[-1*step] = cm[src[-1*step] + diff];
130 src[ 0*step] = cm[src[ 0*step] - diff];
H A Dh264pred.c490 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
520 src[16+i] = cm[ (b ) >> 5 ];
521 src[17+i] = cm[ (b+ H) >> 5 ];
522 src[18+i] = cm[ (b+2*H) >> 5 ];
523 src[19+i] = cm[ (b+3*H) >> 5 ];
718 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
736 src[0] = cm[ (b ) >> 5 ];
737 src[1] = cm[ (b+ H) >> 5 ];
738 src[2] = cm[ (b+2*H) >> 5 ];
739 src[3] = cm[ (
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/
H A Dcompat.c223 struct compat_cmsghdr __user *cm = (struct compat_cmsghdr __user *) kmsg->msg_control; local
227 if (cm == NULL || kmsg->msg_controllen < sizeof(*cm)) {
261 if (copy_to_user(cm, &cmhdr, sizeof cmhdr))
263 if (copy_to_user(CMSG_COMPAT_DATA(cm), data, cmlen - sizeof(struct compat_cmsghdr)))
275 struct compat_cmsghdr __user *cm = (struct compat_cmsghdr __user *) kmsg->msg_control; local
285 for (i = 0, cmfptr = (int __user *) CMSG_COMPAT_DATA(cm); i < fdmax; i++, cmfptr++) {
307 err = put_user(SOL_SOCKET, &cm->cmsg_level);
309 err = put_user(SCM_RIGHTS, &cm->cmsg_type);
311 err = put_user(cmlen, &cm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/
H A Dcompat.c223 struct compat_cmsghdr __user *cm = (struct compat_cmsghdr __user *) kmsg->msg_control; local
227 if (cm == NULL || kmsg->msg_controllen < sizeof(*cm)) {
261 if (copy_to_user(cm, &cmhdr, sizeof cmhdr))
263 if (copy_to_user(CMSG_COMPAT_DATA(cm), data, cmlen - sizeof(struct compat_cmsghdr)))
275 struct compat_cmsghdr __user *cm = (struct compat_cmsghdr __user *) kmsg->msg_control; local
285 for (i = 0, cmfptr = (int __user *) CMSG_COMPAT_DATA(cm); i < fdmax; i++, cmfptr++) {
307 err = put_user(SOL_SOCKET, &cm->cmsg_level);
309 err = put_user(SCM_RIGHTS, &cm->cmsg_type);
311 err = put_user(cmlen, &cm
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-omap2/
H A DMakefile63 obj-$(CONFIG_ARCH_OMAP2) += cm.o
64 obj-$(CONFIG_ARCH_OMAP3) += cm.o
147 obj-$(CONFIG_MACH_CM_T35) += board-cm-t35.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-omap2/
H A DMakefile63 obj-$(CONFIG_ARCH_OMAP2) += cm.o
64 obj-$(CONFIG_ARCH_OMAP3) += cm.o
147 obj-$(CONFIG_MACH_CM_T35) += board-cm-t35.o \
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mips/pnx8550/common/
H A Dtime.c34 #include <cm.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mips/pnx8550/common/
H A Dtime.c34 #include <cm.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/ffmpeg/libavcodec/sh4/
H A Dqpel.c510 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
537 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
565 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
609 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
886 #define op_avg(a, b) a = (((a)+cm[((b) + 16)>>5]+1)>>1)
887 #define op_avg_no_rnd(a, b) a = (((a)+cm[((b) + 15)>>5])>>1)
888 #define op_put(a, b) a = cm[((b) + 16)>>5]
889 #define op_put_no_rnd(a, b) a = cm[((b) + 15)>>5]
903 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
956 uint8_t *cm
1304 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
1334 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/ffmpeg/libavcodec/sh4/
H A Dqpel.c510 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
537 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
565 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
609 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
886 #define op_avg(a, b) a = (((a)+cm[((b) + 16)>>5]+1)>>1)
887 #define op_avg_no_rnd(a, b) a = (((a)+cm[((b) + 15)>>5])>>1)
888 #define op_put(a, b) a = cm[((b) + 16)>>5]
889 #define op_put_no_rnd(a, b) a = cm[((b) + 15)>>5]
903 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
956 uint8_t *cm
1304 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
1334 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/ffmpeg/libavcodec/sh4/
H A Dqpel.c510 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
537 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
565 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
609 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
886 #define op_avg(a, b) a = (((a)+cm[((b) + 16)>>5]+1)>>1)
887 #define op_avg_no_rnd(a, b) a = (((a)+cm[((b) + 15)>>5])>>1)
888 #define op_put(a, b) a = cm[((b) + 16)>>5]
889 #define op_put_no_rnd(a, b) a = cm[((b) + 15)>>5]
903 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;\
956 uint8_t *cm
1304 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
1334 uint8_t *cm = ff_cropTbl + MAX_NEG_CROP; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/isdn/hisax/
H A Dcallc.c1420 capi_debug(struct Channel *chanp, capi_msg *cm) argument
1424 t += QuickHex(t, (u_char *)cm, (cm->Length>50)? 50: cm->Length);
1431 lli_got_fac_req(struct Channel *chanp, capi_msg *cm) { argument
1432 if ((cm->para[0] != 3) || (cm->para[1] != 0))
1434 if (cm->para[2]<3)
1436 if (cm->para[4] != 0)
1438 switch(cm
1456 lli_got_manufacturer(struct Channel *chanp, struct IsdnCardState *cs, capi_msg *cm) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/isdn/hisax/
H A Dcallc.c1420 capi_debug(struct Channel *chanp, capi_msg *cm) argument
1424 t += QuickHex(t, (u_char *)cm, (cm->Length>50)? 50: cm->Length);
1431 lli_got_fac_req(struct Channel *chanp, capi_msg *cm) { argument
1432 if ((cm->para[0] != 3) || (cm->para[1] != 0))
1434 if (cm->para[2]<3)
1436 if (cm->para[4] != 0)
1438 switch(cm
1456 lli_got_manufacturer(struct Channel *chanp, struct IsdnCardState *cs, capi_msg *cm) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-integrator/
H A Dcore.c30 #include <mach/cm.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-integrator/
H A Dcore.c30 #include <mach/cm.h>
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/ssl/
H A Dssl_ciph.c1936 int SSL_COMP_add_compression_method(int id, void *cm) argument
1960 static void cmeth_free(SSL_COMP *cm) argument
1962 OPENSSL_free(cm);
1972 int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm) argument
1976 if (cm == NULL || cm->type == NID_undef)
1996 comp->method = cm;

Completed in 308 milliseconds

1234567891011>>