Searched refs:put_no_rnd_pixels_tab (Results 1 - 25 of 36) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/arm/
H A Dhpeldsp_init_arm.c58 c->put_no_rnd_pixels_tab[0][0] = ff_put_pixels16_arm;
59 c->put_no_rnd_pixels_tab[0][1] = ff_put_no_rnd_pixels16_x2_arm;
60 c->put_no_rnd_pixels_tab[0][2] = ff_put_no_rnd_pixels16_y2_arm;
61 c->put_no_rnd_pixels_tab[0][3] = ff_put_no_rnd_pixels16_xy2_arm;
62 c->put_no_rnd_pixels_tab[1][0] = ff_put_pixels8_arm;
63 c->put_no_rnd_pixels_tab[1][1] = ff_put_no_rnd_pixels8_x2_arm;
64 c->put_no_rnd_pixels_tab[1][2] = ff_put_no_rnd_pixels8_y2_arm;
65 c->put_no_rnd_pixels_tab[1][3] = ff_put_no_rnd_pixels8_xy2_arm;
H A Dhpeldsp_init_armv6.c56 c->put_no_rnd_pixels_tab[0][0] = ff_put_pixels16_armv6;
57 c->put_no_rnd_pixels_tab[0][1] = ff_put_pixels16_x2_no_rnd_armv6;
58 c->put_no_rnd_pixels_tab[0][2] = ff_put_pixels16_y2_no_rnd_armv6;
59 /* c->put_no_rnd_pixels_tab[0][3] = ff_put_pixels16_xy2_no_rnd_armv6; */
60 c->put_no_rnd_pixels_tab[1][0] = ff_put_pixels8_armv6;
61 c->put_no_rnd_pixels_tab[1][1] = ff_put_pixels8_x2_no_rnd_armv6;
62 c->put_no_rnd_pixels_tab[1][2] = ff_put_pixels8_y2_no_rnd_armv6;
63 /* c->put_no_rnd_pixels_tab[1][3] = ff_put_pixels8_xy2_no_rnd_armv6; */
H A Dhpeldsp_init_neon.c66 c->put_no_rnd_pixels_tab[0][0] = ff_put_pixels16_neon;
67 c->put_no_rnd_pixels_tab[0][1] = ff_put_pixels16_x2_no_rnd_neon;
68 c->put_no_rnd_pixels_tab[0][2] = ff_put_pixels16_y2_no_rnd_neon;
69 c->put_no_rnd_pixels_tab[0][3] = ff_put_pixels16_xy2_no_rnd_neon;
70 c->put_no_rnd_pixels_tab[1][0] = ff_put_pixels8_neon;
71 c->put_no_rnd_pixels_tab[1][1] = ff_put_pixels8_x2_no_rnd_neon;
72 c->put_no_rnd_pixels_tab[1][2] = ff_put_pixels8_y2_no_rnd_neon;
73 c->put_no_rnd_pixels_tab[1][3] = ff_put_pixels8_xy2_no_rnd_neon;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/arm/
H A Ddsputil_iwmmxt.c178 c->put_no_rnd_pixels_tab[0][0] = put_pixels16_iwmmxt;
179 c->put_no_rnd_pixels_tab[0][1] = put_no_rnd_pixels16_x2_iwmmxt;
180 c->put_no_rnd_pixels_tab[0][2] = put_no_rnd_pixels16_y2_iwmmxt;
181 c->put_no_rnd_pixels_tab[0][3] = put_no_rnd_pixels16_xy2_iwmmxt;
187 c->put_no_rnd_pixels_tab[1][0] = put_pixels8_iwmmxt;
188 c->put_no_rnd_pixels_tab[1][1] = put_no_rnd_pixels8_x2_iwmmxt;
189 c->put_no_rnd_pixels_tab[1][2] = put_no_rnd_pixels8_y2_iwmmxt;
190 c->put_no_rnd_pixels_tab[1][3] = put_no_rnd_pixels8_xy2_iwmmxt;
H A Ddsputil_init_arm.c110 c->put_no_rnd_pixels_tab[0][0] = ff_put_pixels16_arm;
111 c->put_no_rnd_pixels_tab[0][1] = ff_put_no_rnd_pixels16_x2_arm;
112 c->put_no_rnd_pixels_tab[0][2] = ff_put_no_rnd_pixels16_y2_arm;
113 c->put_no_rnd_pixels_tab[0][3] = ff_put_no_rnd_pixels16_xy2_arm;
114 c->put_no_rnd_pixels_tab[1][0] = ff_put_pixels8_arm;
115 c->put_no_rnd_pixels_tab[1][1] = ff_put_no_rnd_pixels8_x2_arm;
116 c->put_no_rnd_pixels_tab[1][2] = ff_put_no_rnd_pixels8_y2_arm;
117 c->put_no_rnd_pixels_tab[1][3] = ff_put_no_rnd_pixels8_xy2_arm;
H A Ddsputil_init_armv6.c96 c->put_no_rnd_pixels_tab[0][0] = ff_put_pixels16_armv6;
97 c->put_no_rnd_pixels_tab[0][1] = ff_put_pixels16_x2_no_rnd_armv6;
98 c->put_no_rnd_pixels_tab[0][2] = ff_put_pixels16_y2_no_rnd_armv6;
99 /* c->put_no_rnd_pixels_tab[0][3] = ff_put_pixels16_xy2_no_rnd_armv6; */
100 c->put_no_rnd_pixels_tab[1][0] = ff_put_pixels8_armv6;
101 c->put_no_rnd_pixels_tab[1][1] = ff_put_pixels8_x2_no_rnd_armv6;
102 c->put_no_rnd_pixels_tab[1][2] = ff_put_pixels8_y2_no_rnd_armv6;
103 /* c->put_no_rnd_pixels_tab[1][3] = ff_put_pixels8_xy2_no_rnd_armv6; */
H A Ddsputil_init_neon.c216 c->put_no_rnd_pixels_tab[0][0] = ff_put_pixels16_neon;
217 c->put_no_rnd_pixels_tab[0][1] = ff_put_pixels16_x2_no_rnd_neon;
218 c->put_no_rnd_pixels_tab[0][2] = ff_put_pixels16_y2_no_rnd_neon;
219 c->put_no_rnd_pixels_tab[0][3] = ff_put_pixels16_xy2_no_rnd_neon;
220 c->put_no_rnd_pixels_tab[1][0] = ff_put_pixels8_neon;
221 c->put_no_rnd_pixels_tab[1][1] = ff_put_pixels8_x2_no_rnd_neon;
222 c->put_no_rnd_pixels_tab[1][2] = ff_put_pixels8_y2_no_rnd_neon;
223 c->put_no_rnd_pixels_tab[1][3] = ff_put_pixels8_xy2_no_rnd_neon;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/aarch64/
H A Dhpeldsp_init_aarch64.c100 c->put_no_rnd_pixels_tab[0][0] = ff_put_pixels16_neon;
101 c->put_no_rnd_pixels_tab[0][1] = ff_put_pixels16_x2_no_rnd_neon;
102 c->put_no_rnd_pixels_tab[0][2] = ff_put_pixels16_y2_no_rnd_neon;
103 c->put_no_rnd_pixels_tab[0][3] = ff_put_pixels16_xy2_no_rnd_neon;
104 c->put_no_rnd_pixels_tab[1][0] = ff_put_pixels8_neon;
105 c->put_no_rnd_pixels_tab[1][1] = ff_put_pixels8_x2_no_rnd_neon;
106 c->put_no_rnd_pixels_tab[1][2] = ff_put_pixels8_y2_no_rnd_neon;
107 c->put_no_rnd_pixels_tab[1][3] = ff_put_pixels8_xy2_no_rnd_neon;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhpeldsp.h80 op_pixels_func put_no_rnd_pixels_tab[4][4]; member in struct:HpelDSPContext
H A Dmotion_est.c348 c->hpel_put = s->hdsp.put_no_rnd_pixels_tab;
653 s->hdsp.put_no_rnd_pixels_tab[1][dxy](dest_y , ref , stride, h);
694 s->hdsp.put_no_rnd_pixels_tab[1][dxy](c->scratchpad , s->last_picture.f->data[1] + offset, s->uvlinesize, 8);
695 s->hdsp.put_no_rnd_pixels_tab[1][dxy](c->scratchpad + 8, s->last_picture.f->data[2] + offset, s->uvlinesize, 8);
806 s->hdsp.put_no_rnd_pixels_tab[size][dxy](c->scratchpad, ref , stride, h);
H A Dsnow.c465 s->hdsp.put_no_rnd_pixels_tab[0][dy/4+dx/8]=\
468 s->hdsp.put_no_rnd_pixels_tab[1][dy/4+dx/8]=\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/alpha/
H A Dhpeldsp_alpha.c184 c->put_no_rnd_pixels_tab[0][0] = put_pixels16_axp_asm;
185 c->put_no_rnd_pixels_tab[0][1] = put_no_rnd_pixels16_x2_axp;
186 c->put_no_rnd_pixels_tab[0][2] = put_no_rnd_pixels16_y2_axp;
187 c->put_no_rnd_pixels_tab[0][3] = put_no_rnd_pixels16_xy2_axp;
204 c->put_no_rnd_pixels_tab[1][0] = put_pixels_axp_asm;
205 c->put_no_rnd_pixels_tab[1][1] = put_no_rnd_pixels_x2_axp;
206 c->put_no_rnd_pixels_tab[1][2] = put_no_rnd_pixels_y2_axp;
207 c->put_no_rnd_pixels_tab[1][3] = put_no_rnd_pixels_xy2_axp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ps2/
H A Ddsputil_mmi.c151 c->put_no_rnd_pixels_tab[1][0] = put_pixels8_mmi;
154 c->put_no_rnd_pixels_tab[0][0] = put_pixels16_mmi;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dhpeldsp_init.c234 c->put_no_rnd_pixels_tab[0][1] = put_no_rnd_pixels16_x2_mmxext;
235 c->put_no_rnd_pixels_tab[0][2] = put_no_rnd_pixels16_y2_mmxext;
236 c->put_no_rnd_pixels_tab[1][1] = ff_put_no_rnd_pixels8_x2_mmxext;
237 c->put_no_rnd_pixels_tab[1][2] = ff_put_no_rnd_pixels8_y2_mmxext;
244 c->put_no_rnd_pixels_tab[1][1] = ff_put_no_rnd_pixels8_x2_exact_mmxext;
245 c->put_no_rnd_pixels_tab[1][2] = ff_put_no_rnd_pixels8_y2_exact_mmxext;
270 c->put_no_rnd_pixels_tab[0][1] = put_no_rnd_pixels16_x2_3dnow;
271 c->put_no_rnd_pixels_tab[0][2] = put_no_rnd_pixels16_y2_3dnow;
272 c->put_no_rnd_pixels_tab[1][1] = ff_put_no_rnd_pixels8_x2_3dnow;
273 c->put_no_rnd_pixels_tab[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/bfin/
H A Ddsputil_bfin.c245 c->put_no_rnd_pixels_tab[1][0] = bfin_put_pixels8_nornd;
246 c->put_no_rnd_pixels_tab[1][1] = bfin_put_pixels8_x2_nornd;
247 c->put_no_rnd_pixels_tab[1][2] = bfin_put_pixels8_y2_nornd;
248 /* c->put_no_rnd_pixels_tab[1][3] = ff_bfin_put_pixels8_xy2_nornd; */
250 c->put_no_rnd_pixels_tab[0][0] = bfin_put_pixels16_nornd;
251 c->put_no_rnd_pixels_tab[0][1] = bfin_put_pixels16_x2_nornd;
252 c->put_no_rnd_pixels_tab[0][2] = bfin_put_pixels16_y2_nornd;
253 /* c->put_no_rnd_pixels_tab[0][3] = ff_bfin_put_pixels16_xy2_nornd; */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/alpha/
H A Ddsputil_alpha.c281 c->put_no_rnd_pixels_tab[0][0] = put_pixels16_axp_asm;
282 c->put_no_rnd_pixels_tab[0][1] = put_no_rnd_pixels16_x2_axp;
283 c->put_no_rnd_pixels_tab[0][2] = put_no_rnd_pixels16_y2_axp;
284 c->put_no_rnd_pixels_tab[0][3] = put_no_rnd_pixels16_xy2_axp;
301 c->put_no_rnd_pixels_tab[1][0] = put_pixels_axp_asm;
302 c->put_no_rnd_pixels_tab[1][1] = put_no_rnd_pixels_x2_axp;
303 c->put_no_rnd_pixels_tab[1][2] = put_no_rnd_pixels_y2_axp;
304 c->put_no_rnd_pixels_tab[1][3] = put_no_rnd_pixels_xy2_axp;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/sh4/
H A Ddsputil_align.c348 c->put_no_rnd_pixels_tab[0][0] = put_no_rnd_pixels16_o;
349 c->put_no_rnd_pixels_tab[0][1] = put_no_rnd_pixels16_x;
350 c->put_no_rnd_pixels_tab[0][2] = put_no_rnd_pixels16_y;
351 c->put_no_rnd_pixels_tab[0][3] = put_no_rnd_pixels16_xy;
352 c->put_no_rnd_pixels_tab[1][0] = put_no_rnd_pixels8_o;
353 c->put_no_rnd_pixels_tab[1][1] = put_no_rnd_pixels8_x;
354 c->put_no_rnd_pixels_tab[1][2] = put_no_rnd_pixels8_y;
355 c->put_no_rnd_pixels_tab[1][3] = put_no_rnd_pixels8_xy;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/mlib/
H A Ddsputil_mlib.c450 c->put_no_rnd_pixels_tab[0][0] = put_pixels16_mlib;
451 c->put_no_rnd_pixels_tab[1][0] = put_pixels8_mlib;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/ppc/
H A Dhpeldsp_altivec.c464 c->put_no_rnd_pixels_tab[0][0] = ff_put_pixels16_altivec;
465 c->put_no_rnd_pixels_tab[1][3] = put_no_rnd_pixels8_xy2_altivec;
466 c->put_no_rnd_pixels_tab[0][3] = put_no_rnd_pixels16_xy2_altivec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/x86/
H A Ddsputil_mmx.c2595 c->put_no_rnd_pixels_tab[0][1] = put_no_rnd_pixels16_x2_mmx2;
2596 c->put_no_rnd_pixels_tab[0][2] = put_no_rnd_pixels16_y2_mmx2;
2597 c->put_no_rnd_pixels_tab[1][1] = put_no_rnd_pixels8_x2_mmx2;
2598 c->put_no_rnd_pixels_tab[1][2] = put_no_rnd_pixels8_y2_mmx2;
2614 c->put_no_rnd_pixels_tab[1][1] = put_no_rnd_pixels8_x2_exact_mmx2;
2615 c->put_no_rnd_pixels_tab[1][2] = put_no_rnd_pixels8_y2_exact_mmx2;
2710 c->put_no_rnd_pixels_tab[0][1] = put_no_rnd_pixels16_x2_3dnow;
2711 c->put_no_rnd_pixels_tab[0][2] = put_no_rnd_pixels16_y2_3dnow;
2712 c->put_no_rnd_pixels_tab[1][1] = put_no_rnd_pixels8_x2_3dnow;
2713 c->put_no_rnd_pixels_tab[
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dindeo3.c254 ctx->dsp.put_no_rnd_pixels_tab[0][0](dst, src, plane->pitch, h);
259 ctx->dsp.put_no_rnd_pixels_tab[1][0](dst, src, plane->pitch, h);
H A Dsnow.c423 s->dsp.put_no_rnd_pixels_tab[0][dy/4+dx/8]=\
426 s->dsp.put_no_rnd_pixels_tab[1][dy/4+dx/8]=\
H A Dmotion_est.c345 if(s->no_rounding) c->hpel_put= s->dsp.put_no_rnd_pixels_tab;
643 s->dsp.put_no_rnd_pixels_tab[1][dxy](dest_y , ref , stride, h);
684 s->dsp.put_no_rnd_pixels_tab[1][dxy](c->scratchpad , s->last_picture.f.data[1] + offset, s->uvlinesize, 8);
685 s->dsp.put_no_rnd_pixels_tab[1][dxy](c->scratchpad + 8, s->last_picture.f.data[2] + offset, s->uvlinesize, 8);
796 s->dsp.put_no_rnd_pixels_tab[size][dxy](c->scratchpad, ref , stride, h);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/ppc/
H A Ddsputil_altivec.c1396 c->put_no_rnd_pixels_tab[0][0] = put_pixels16_altivec;
1401 c->put_no_rnd_pixels_tab[1][3] = put_no_rnd_pixels8_xy2_altivec;
1403 c->put_no_rnd_pixels_tab[0][3] = put_no_rnd_pixels16_xy2_altivec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/sparc/
H A Ddsputil_vis.c3988 c->put_no_rnd_pixels_tab[0][0] = MC_put_no_round_o_16_vis;
3989 c->put_no_rnd_pixels_tab[0][1] = MC_put_no_round_x_16_vis;
3990 c->put_no_rnd_pixels_tab[0][2] = MC_put_no_round_y_16_vis;
3991 c->put_no_rnd_pixels_tab[0][3] = MC_put_no_round_xy_16_vis;
3993 c->put_no_rnd_pixels_tab[1][0] = MC_put_no_round_o_8_vis;
3994 c->put_no_rnd_pixels_tab[1][1] = MC_put_no_round_x_8_vis;
3995 c->put_no_rnd_pixels_tab[1][2] = MC_put_no_round_y_8_vis;
3996 c->put_no_rnd_pixels_tab[1][3] = MC_put_no_round_xy_8_vis;

Completed in 238 milliseconds

12