Home
last modified time | relevance | path

Searched refs:put_no_rnd_pixels_tab (Results 1 – 17 of 17) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dhpeldsp_init_mips.c46 c->put_no_rnd_pixels_tab[0][0] = ff_put_pixels16_8_mmi; in ff_hpeldsp_init_mips()
47 c->put_no_rnd_pixels_tab[0][1] = ff_put_no_rnd_pixels16_x2_8_mmi; in ff_hpeldsp_init_mips()
48 c->put_no_rnd_pixels_tab[0][2] = ff_put_no_rnd_pixels16_y2_8_mmi; in ff_hpeldsp_init_mips()
49 c->put_no_rnd_pixels_tab[0][3] = ff_put_no_rnd_pixels16_xy2_8_mmi; in ff_hpeldsp_init_mips()
51 c->put_no_rnd_pixels_tab[1][0] = ff_put_pixels8_8_mmi; in ff_hpeldsp_init_mips()
52 c->put_no_rnd_pixels_tab[1][1] = ff_put_no_rnd_pixels8_x2_8_mmi; in ff_hpeldsp_init_mips()
53 c->put_no_rnd_pixels_tab[1][2] = ff_put_no_rnd_pixels8_y2_8_mmi; in ff_hpeldsp_init_mips()
54 c->put_no_rnd_pixels_tab[1][3] = ff_put_no_rnd_pixels8_xy2_8_mmi; in ff_hpeldsp_init_mips()
87 c->put_no_rnd_pixels_tab[0][0] = ff_put_pixels16_msa; in ff_hpeldsp_init_mips()
88 c->put_no_rnd_pixels_tab[0][1] = ff_put_no_rnd_pixels16_x2_msa; in ff_hpeldsp_init_mips()
[all …]
/third_party/ffmpeg/libavcodec/arm/
Dhpeldsp_init_arm.c58 c->put_no_rnd_pixels_tab[0][0] = ff_put_pixels16_arm; in ff_hpeldsp_init_arm()
59 c->put_no_rnd_pixels_tab[0][1] = ff_put_no_rnd_pixels16_x2_arm; in ff_hpeldsp_init_arm()
60 c->put_no_rnd_pixels_tab[0][2] = ff_put_no_rnd_pixels16_y2_arm; in ff_hpeldsp_init_arm()
61 c->put_no_rnd_pixels_tab[0][3] = ff_put_no_rnd_pixels16_xy2_arm; in ff_hpeldsp_init_arm()
62 c->put_no_rnd_pixels_tab[1][0] = ff_put_pixels8_arm; in ff_hpeldsp_init_arm()
63 c->put_no_rnd_pixels_tab[1][1] = ff_put_no_rnd_pixels8_x2_arm; in ff_hpeldsp_init_arm()
64 c->put_no_rnd_pixels_tab[1][2] = ff_put_no_rnd_pixels8_y2_arm; in ff_hpeldsp_init_arm()
65 c->put_no_rnd_pixels_tab[1][3] = ff_put_no_rnd_pixels8_xy2_arm; in ff_hpeldsp_init_arm()
Dhpeldsp_init_neon.c66 c->put_no_rnd_pixels_tab[0][0] = ff_put_pixels16_neon; in ff_hpeldsp_init_neon()
67 c->put_no_rnd_pixels_tab[0][1] = ff_put_pixels16_x2_no_rnd_neon; in ff_hpeldsp_init_neon()
68 c->put_no_rnd_pixels_tab[0][2] = ff_put_pixels16_y2_no_rnd_neon; in ff_hpeldsp_init_neon()
69 c->put_no_rnd_pixels_tab[0][3] = ff_put_pixels16_xy2_no_rnd_neon; in ff_hpeldsp_init_neon()
70 c->put_no_rnd_pixels_tab[1][0] = ff_put_pixels8_neon; in ff_hpeldsp_init_neon()
71 c->put_no_rnd_pixels_tab[1][1] = ff_put_pixels8_x2_no_rnd_neon; in ff_hpeldsp_init_neon()
72 c->put_no_rnd_pixels_tab[1][2] = ff_put_pixels8_y2_no_rnd_neon; in ff_hpeldsp_init_neon()
73 c->put_no_rnd_pixels_tab[1][3] = ff_put_pixels8_xy2_no_rnd_neon; in ff_hpeldsp_init_neon()
Dhpeldsp_init_armv6.c56 c->put_no_rnd_pixels_tab[0][0] = ff_put_pixels16_armv6; in ff_hpeldsp_init_armv6()
57 c->put_no_rnd_pixels_tab[0][1] = ff_put_pixels16_x2_no_rnd_armv6; in ff_hpeldsp_init_armv6()
58 c->put_no_rnd_pixels_tab[0][2] = ff_put_pixels16_y2_no_rnd_armv6; in ff_hpeldsp_init_armv6()
60 c->put_no_rnd_pixels_tab[1][0] = ff_put_pixels8_armv6; in ff_hpeldsp_init_armv6()
61 c->put_no_rnd_pixels_tab[1][1] = ff_put_pixels8_x2_no_rnd_armv6; in ff_hpeldsp_init_armv6()
62 c->put_no_rnd_pixels_tab[1][2] = ff_put_pixels8_y2_no_rnd_armv6; in ff_hpeldsp_init_armv6()
/third_party/ffmpeg/libavcodec/aarch64/
Dhpeldsp_init_aarch64.c100 c->put_no_rnd_pixels_tab[0][0] = ff_put_pixels16_neon; in ff_hpeldsp_init_aarch64()
101 c->put_no_rnd_pixels_tab[0][1] = ff_put_pixels16_x2_no_rnd_neon; in ff_hpeldsp_init_aarch64()
102 c->put_no_rnd_pixels_tab[0][2] = ff_put_pixels16_y2_no_rnd_neon; in ff_hpeldsp_init_aarch64()
103 c->put_no_rnd_pixels_tab[0][3] = ff_put_pixels16_xy2_no_rnd_neon; in ff_hpeldsp_init_aarch64()
104 c->put_no_rnd_pixels_tab[1][0] = ff_put_pixels8_neon; in ff_hpeldsp_init_aarch64()
105 c->put_no_rnd_pixels_tab[1][1] = ff_put_pixels8_x2_no_rnd_neon; in ff_hpeldsp_init_aarch64()
106 c->put_no_rnd_pixels_tab[1][2] = ff_put_pixels8_y2_no_rnd_neon; in ff_hpeldsp_init_aarch64()
107 c->put_no_rnd_pixels_tab[1][3] = ff_put_pixels8_xy2_no_rnd_neon; in ff_hpeldsp_init_aarch64()
/third_party/ffmpeg/libavcodec/x86/
Dhpeldsp_vp3_init.c45 c->put_no_rnd_pixels_tab[1][1] = ff_put_no_rnd_pixels8_x2_exact_3dnow; in ff_hpeldsp_vp3_init_x86()
46 c->put_no_rnd_pixels_tab[1][2] = ff_put_no_rnd_pixels8_y2_exact_3dnow; in ff_hpeldsp_vp3_init_x86()
52 c->put_no_rnd_pixels_tab[1][1] = ff_put_no_rnd_pixels8_x2_exact_mmxext; in ff_hpeldsp_vp3_init_x86()
53 c->put_no_rnd_pixels_tab[1][2] = ff_put_no_rnd_pixels8_y2_exact_mmxext; in ff_hpeldsp_vp3_init_x86()
Dhpeldsp_init.c225 c->put_no_rnd_pixels_tab[0][1] = put_no_rnd_pixels16_x2_mmxext; in hpeldsp_init_mmxext()
226 c->put_no_rnd_pixels_tab[0][2] = put_no_rnd_pixels16_y2_mmxext; in hpeldsp_init_mmxext()
227 c->put_no_rnd_pixels_tab[1][1] = ff_put_no_rnd_pixels8_x2_mmxext; in hpeldsp_init_mmxext()
228 c->put_no_rnd_pixels_tab[1][2] = ff_put_no_rnd_pixels8_y2_mmxext; in hpeldsp_init_mmxext()
256 c->put_no_rnd_pixels_tab[0][1] = put_no_rnd_pixels16_x2_3dnow; in hpeldsp_init_3dnow()
257 c->put_no_rnd_pixels_tab[0][2] = put_no_rnd_pixels16_y2_3dnow; in hpeldsp_init_3dnow()
258 c->put_no_rnd_pixels_tab[1][1] = ff_put_no_rnd_pixels8_x2_3dnow; in hpeldsp_init_3dnow()
259 c->put_no_rnd_pixels_tab[1][2] = ff_put_no_rnd_pixels8_y2_3dnow; in hpeldsp_init_3dnow()
271 c->put_no_rnd_pixels_tab[0][0] = ff_put_pixels16_sse2; in hpeldsp_init_sse2_fast()
/third_party/ffmpeg/libavcodec/alpha/
Dhpeldsp_alpha.c184 c->put_no_rnd_pixels_tab[0][0] = put_pixels16_axp_asm; in ff_hpeldsp_init_alpha()
185 c->put_no_rnd_pixels_tab[0][1] = put_no_rnd_pixels16_x2_axp; in ff_hpeldsp_init_alpha()
186 c->put_no_rnd_pixels_tab[0][2] = put_no_rnd_pixels16_y2_axp; in ff_hpeldsp_init_alpha()
187 c->put_no_rnd_pixels_tab[0][3] = put_no_rnd_pixels16_xy2_axp; in ff_hpeldsp_init_alpha()
204 c->put_no_rnd_pixels_tab[1][0] = put_pixels_axp_asm; in ff_hpeldsp_init_alpha()
205 c->put_no_rnd_pixels_tab[1][1] = put_no_rnd_pixels_x2_axp; in ff_hpeldsp_init_alpha()
206 c->put_no_rnd_pixels_tab[1][2] = put_no_rnd_pixels_y2_axp; in ff_hpeldsp_init_alpha()
207 c->put_no_rnd_pixels_tab[1][3] = put_no_rnd_pixels_xy2_axp; in ff_hpeldsp_init_alpha()
/third_party/ffmpeg/libavcodec/
Dhpeldsp.h82 op_pixels_func put_no_rnd_pixels_tab[4][4]; member
Dmotion_est.c354 c->hpel_put = s->hdsp.put_no_rnd_pixels_tab; in ff_init_me()
657 s->hdsp.put_no_rnd_pixels_tab[1][dxy](dest_y , ref , stride, h); in h263_mv4_search()
701 …s->hdsp.put_no_rnd_pixels_tab[1][dxy](c->scratchpad , s->last_picture.f->data[1] + offset, s->u… in h263_mv4_search()
702 …s->hdsp.put_no_rnd_pixels_tab[1][dxy](c->scratchpad + 8, s->last_picture.f->data[2] + offset, s->u… in h263_mv4_search()
813 s->hdsp.put_no_rnd_pixels_tab[size][dxy](c->scratchpad, ref , stride, h); in interlaced_search()
Dsnow.c482 s->hdsp.put_no_rnd_pixels_tab[0][dy/4+dx/8]=\ in ff_snow_common_init()
485 s->hdsp.put_no_rnd_pixels_tab[1][dy/4+dx/8]=\ in ff_snow_common_init()
Dvc1_mc.c429 s->hdsp.put_no_rnd_pixels_tab[0][dxy](s->dest[0], srcY, s->linesize, 16); in ff_vc1_mc_1mv()
628 s->hdsp.put_no_rnd_pixels_tab[1][dxy](s->dest[0] + off, srcY, s->linesize, 8); in ff_vc1_mc_4mv_luma()
Dmpegvideo.c297 s->hdsp.put_no_rnd_pixels_tab[0][i] = gray16; in dct_init()
301 s->hdsp.put_no_rnd_pixels_tab[1][i] = gray8; in dct_init()
2059 op_pix = s->hdsp.put_no_rnd_pixels_tab; in mpv_reconstruct_mb_internal()
Dmpegvideo_motion.c82 s->hdsp.put_no_rnd_pixels_tab[0][dxy](dest_y, ptr, linesize, 16); in gmc1_motion()
Dvp3.c2205 s->hdsp.put_no_rnd_pixels_tab[1][motion_halfpel_index]( in render_slice()
Dmpegvideo_enc.c2380 op_pix = s->hdsp.put_no_rnd_pixels_tab; in encode_mb_internal()
/third_party/ffmpeg/libavcodec/ppc/
Dhpeldsp_altivec.c382 c->put_no_rnd_pixels_tab[0][0] = ff_put_pixels16_altivec; in ff_hpeldsp_init_ppc()
383 c->put_no_rnd_pixels_tab[1][3] = put_no_rnd_pixels8_xy2_altivec; in ff_hpeldsp_init_ppc()
384 c->put_no_rnd_pixels_tab[0][3] = put_no_rnd_pixels16_xy2_altivec; in ff_hpeldsp_init_ppc()