Searched refs:sad (Results 1 - 25 of 33) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Ddsputil_init_armv6.c50 c->sad[0] = ff_pix_abs16_armv6;
51 c->sad[1] = ff_pix_abs8_armv6;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dmpegvideoencdsp.c68 vector unsigned int sad = (vector unsigned int) vec_splat_u32(0); local
77 /* Add each 4 pixel group together and put 4 results into sad. */
78 sad = vec_sum4s(t1, sad);
84 sumdiffs = vec_sums((vector signed int) sad, (vector signed int) zero);
H A Ddsputil_altivec.c46 vector unsigned int sad = (vector unsigned int) vec_splat_u32(0); local
66 /* Add each 4 pixel group together and put 4 results into sad. */
67 sad = vec_sum4s(t5, sad);
73 sumdiffs = vec_sums((vector signed int) sad, (vector signed int) zero);
88 vector unsigned int sad = (vector unsigned int) vec_splat_u32(0); local
119 /* Add each 4 pixel group together and put 4 results into sad. */
120 sad = vec_sum4s(t5, sad);
128 sumdiffs = vec_sums((vector signed int) sad, (vecto
149 vector unsigned int sad = (vector unsigned int) vec_splat_u32(0); local
236 vector unsigned int sad = (vector unsigned int) vec_splat_u32(0); local
277 vector unsigned int sad = (vector unsigned int) vec_splat_u32(0); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/doc/
H A Dracoonquestion.sh28 setkey -D > /tmp/racoonbug/sad.$$
34 shar spd.$$ sad.$$ ifconfig.$$ netstat.$$ logfile.$$ conffile.$$ | mail sakane@kame.net
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/smack/
H A Dsmack_access.c244 struct smack_audit_data *sad = &ad->smack_audit_data; local
247 sad->result ? "denied" : "granted");
249 audit_log_untrustedstring(ab, sad->subject);
251 audit_log_untrustedstring(ab, sad->object);
252 audit_log_format(ab, " requested=%s", sad->request);
270 struct smack_audit_data *sad; local
283 sad = &a->smack_audit_data;
285 sad->subject = subject_label;
286 sad->object = object_label;
287 sad
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/alpha/
H A Ddsputil_alpha.c103 c->sad[0] = pix_abs16x16_mvi_asm;
104 c->sad[1] = pix_abs8x8_mvi;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dmotion_est.c465 c->sad[0] = sad16_mmx;
466 c->sad[1] = sad8_mmx;
472 c->sad[0] = sad16_mmxext;
473 c->sad[1] = sad8_mmxext;
485 c->sad[0] = sad16_sse2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Dmotion_est_mmx.c439 c->sad[0]= sad16_mmx;
440 c->sad[1]= sad8_mmx;
446 c->sad[0]= sad16_mmx2;
447 c->sad[1]= sad8_mmx2;
459 c->sad[0]= sad16_sse2;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Ddsputil_altivec.c39 vector unsigned int sad; local
43 sad = (vector unsigned int)vec_splat_u32(0);
63 /* Add each 4 pixel group together and put 4 results into sad */
64 sad = vec_sum4s(t5, sad);
70 sumdiffs = vec_sums((vector signed int) sad, (vector signed int) zero);
84 vector unsigned int sad; local
89 sad = (vector unsigned int)vec_splat_u32(0);
117 /* Add each 4 pixel group together and put 4 results into sad */
118 sad
146 vector unsigned int sad; local
235 vector unsigned int sad; local
279 vector unsigned int sad; local
456 vector unsigned int sad; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddsputil.h67 me_cmp_func sad[6]; /* identical to pix_absAxA except additional void * */ member in struct:DSPContext
H A Ddsputil.c382 cmp[i] = c->sad[i];
968 c->sad[0] = pix_abs16_c;
969 c->sad[1] = pix_abs8_c;
H A Dmpegvideo_enc.c1030 int sad = s->dsp.sad[0](NULL, src + offset, ref + offset, stride, local
1035 acc += sae + 500 < sad;
2226 if (s->dsp.sad[1](NULL, ptr_y , dest_y,
2229 if (s->dsp.sad[1](NULL, ptr_y + 8,
2232 if (s->dsp.sad[1](NULL, ptr_y + dct_offset,
2235 if (s->dsp.sad[1](NULL, ptr_y + dct_offset + 8,
2239 if (s->dsp.sad[1](NULL, ptr_cb, dest_cb,
2242 if (s->dsp.sad[1](NULL, ptr_cr, dest_cr,
2246 if (s->dsp.sad[
[all...]
H A Derror_resilience.c706 // prevent dsp.sad() check, that requires access to the image
742 is_intra_likely += s->dsp->sad[0](NULL, last_mb_ptr, mb_ptr,
745 is_intra_likely -= s->dsp->sad[0](NULL, last_mb_ptr,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/hda/
H A Dhda_eld.c302 hdmi_update_short_audio_desc(e->sad + i,
426 hdmi_show_short_audio_desc(e->sad + i);
437 snd_iprintf(buffer, "sad%d_coding_type\t[0x%x] %s\n",
439 snd_iprintf(buffer, "sad%d_channels\t\t%d\n", i, a->channels);
442 snd_iprintf(buffer, "sad%d_rates\t\t[0x%x]%s\n", i, a->rates, buf);
446 snd_iprintf(buffer, "sad%d_bits\t\t[0x%x]%s\n",
451 snd_iprintf(buffer, "sad%d_max_bitrate\t%d\n",
455 snd_iprintf(buffer, "sad%d_profile\t\t%d\n", i, a->profile);
501 hdmi_print_sad_info(i, e->sad + i, buffer);
540 else if (!strncmp(name, "sad",
[all...]
H A Dhda_local.h598 struct cea_sad sad[ELD_MAX_SAD]; member in struct:hdmi_eld
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Ddsputil_init_armv6.c120 c->sad[0] = ff_pix_abs16_armv6;
121 c->sad[1] = ff_pix_abs8_armv6;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Df_select.c266 int64_t sad = 0; local
274 sad += select->c.sad[1](NULL, p1 + x, p2 + x,
282 mafd = nb_sad ? (double)sad / nb_sad : 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dtty.c872 struct sockaddr_in sad; local
901 memset(&sad, 0, sizeof(sad));
902 sad.sin_family = AF_INET;
903 sad.sin_port = htons(port);
904 sad.sin_addr.s_addr = host;
905 if (connect(sock, (struct sockaddr *)&sad, sizeof(sad)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dtty.c777 struct sockaddr_in sad; local
806 memset(&sad, 0, sizeof(sad));
807 sad.sin_family = AF_INET;
808 sad.sin_port = htons(port);
809 sad.sin_addr.s_addr = host;
810 if (connect(sock, (struct sockaddr *)&sad, sizeof(sad)) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/bfin/
H A Ddsputil_bfin.c212 c->sad[0] = bfin_pix_abs16;
213 c->sad[1] = bfin_pix_abs8;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/udf/
H A Dinode.c1651 struct short_ad *sad = NULL; local
1727 sad = (struct short_ad *)sptr;
1728 sad->extLength = cpu_to_le32(EXT_NEXT_EXTENT_ALLOCDECS |
1730 sad->extPosition =
1782 struct short_ad *sad; local
1795 sad = (struct short_ad *)ptr;
1796 sad->extLength = cpu_to_le32(elen);
1797 sad->extPosition = cpu_to_le32(eloc->logicalBlockNum);
1859 struct short_ad *sad; local
1882 sad
[all...]
H A Dballoc.c458 struct short_ad *sad = NULL; local
535 sad = (struct short_ad *)sptr;
536 sad->extLength = cpu_to_le32(
539 sad->extPosition =
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/alpha/
H A Ddsputil_alpha.c327 c->sad[0] = pix_abs16x16_mvi_asm;
328 c->sad[1] = pix_abs8x8_mvi;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dmpegvideo_enc.c934 int sad = s->dsp.sad[0](NULL, src + offset, ref + offset, stride, local
939 acc += sae + 500 < sad;
1931 if (s->dsp.sad[1](NULL, ptr_y , dest_y,
1934 if (s->dsp.sad[1](NULL, ptr_y + 8,
1937 if (s->dsp.sad[1](NULL, ptr_y + dct_offset,
1940 if (s->dsp.sad[1](NULL, ptr_y + dct_offset + 8,
1944 if (s->dsp.sad[1](NULL, ptr_cb, dest_cb,
1947 if (s->dsp.sad[1](NULL, ptr_cr, dest_cr,
1951 if (s->dsp.sad[
[all...]
H A Derror_resilience.c743 // prevent dsp.sad() check, that requires access to the image
779 is_intra_likely += s->dsp.sad[0](NULL, last_mb_ptr, mb_ptr,
781 is_intra_likely -= s->dsp.sad[0](NULL, last_mb_ptr,

Completed in 279 milliseconds

12