Home
last modified time | relevance | path

Searched refs:biweight_h264_pixels_tab (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dh264dsp_init_mips.c59 c->biweight_h264_pixels_tab[0] = ff_h264_biweight_pixels16_8_mmi; in ff_h264dsp_init_mips()
60 c->biweight_h264_pixels_tab[1] = ff_h264_biweight_pixels8_8_mmi; in ff_h264dsp_init_mips()
61 c->biweight_h264_pixels_tab[2] = ff_h264_biweight_pixels4_8_mmi; in ff_h264dsp_init_mips()
114 c->biweight_h264_pixels_tab[0] = ff_biweight_h264_pixels16_8_msa; in ff_h264dsp_init_mips()
115 c->biweight_h264_pixels_tab[1] = ff_biweight_h264_pixels8_8_msa; in ff_h264dsp_init_mips()
116 c->biweight_h264_pixels_tab[2] = ff_biweight_h264_pixels4_8_msa; in ff_h264dsp_init_mips()
/third_party/ffmpeg/libavcodec/x86/
Dh264dsp_init.c283 c->biweight_h264_pixels_tab[0] = ff_h264_biweight_16_mmxext; in ff_h264dsp_init_x86()
284 c->biweight_h264_pixels_tab[1] = ff_h264_biweight_8_mmxext; in ff_h264dsp_init_x86()
285 c->biweight_h264_pixels_tab[2] = ff_h264_biweight_4_mmxext; in ff_h264dsp_init_x86()
300 c->biweight_h264_pixels_tab[0] = ff_h264_biweight_16_sse2; in ff_h264dsp_init_x86()
301 c->biweight_h264_pixels_tab[1] = ff_h264_biweight_8_sse2; in ff_h264dsp_init_x86()
326 c->biweight_h264_pixels_tab[0] = ff_h264_biweight_16_ssse3; in ff_h264dsp_init_x86()
327 c->biweight_h264_pixels_tab[1] = ff_h264_biweight_8_ssse3; in ff_h264dsp_init_x86()
388 c->biweight_h264_pixels_tab[0] = ff_h264_biweight_16_10_sse2; in ff_h264dsp_init_x86()
389 c->biweight_h264_pixels_tab[1] = ff_h264_biweight_8_10_sse2; in ff_h264dsp_init_x86()
390 c->biweight_h264_pixels_tab[2] = ff_h264_biweight_4_10_sse2; in ff_h264dsp_init_x86()
[all …]
/third_party/ffmpeg/libavcodec/
Dh264dsp.c105 c->biweight_h264_pixels_tab[0]= FUNC(biweight_h264_pixels16, depth);\ in ff_h264dsp_init()
106 c->biweight_h264_pixels_tab[1]= FUNC(biweight_h264_pixels8, depth);\ in ff_h264dsp_init()
107 c->biweight_h264_pixels_tab[2]= FUNC(biweight_h264_pixels4, depth);\ in ff_h264dsp_init()
108 c->biweight_h264_pixels_tab[3]= FUNC(biweight_h264_pixels2, depth);\ in ff_h264dsp_init()
Dh264_mb_template.c178 h->h264dsp.biweight_h264_pixels_tab); in FUNC()
186 h->h264dsp.biweight_h264_pixels_tab); in FUNC()
345 h->h264dsp.biweight_h264_pixels_tab); in FUNC()
Dh264dsp.h45 h264_biweight_func biweight_h264_pixels_tab[4]; member
/third_party/ffmpeg/libavcodec/arm/
Dh264dsp_init_arm.c92 c->biweight_h264_pixels_tab[0] = ff_biweight_h264_pixels_16_neon; in h264dsp_init_neon()
93 c->biweight_h264_pixels_tab[1] = ff_biweight_h264_pixels_8_neon; in h264dsp_init_neon()
94 c->biweight_h264_pixels_tab[2] = ff_biweight_h264_pixels_4_neon; in h264dsp_init_neon()
/third_party/ffmpeg/libavcodec/aarch64/
Dh264dsp_init_aarch64.c115 c->biweight_h264_pixels_tab[0] = ff_biweight_h264_pixels_16_neon; in ff_h264dsp_init_aarch64()
116 c->biweight_h264_pixels_tab[1] = ff_biweight_h264_pixels_8_neon; in ff_h264dsp_init_aarch64()
117 c->biweight_h264_pixels_tab[2] = ff_biweight_h264_pixels_4_neon; in ff_h264dsp_init_aarch64()
/third_party/ffmpeg/libavcodec/ppc/
Dh264dsp.c811 c->biweight_h264_pixels_tab[0] = biweight_h264_pixels16_altivec; in ff_h264dsp_init_ppc()
812 c->biweight_h264_pixels_tab[1] = biweight_h264_pixels8_altivec; in ff_h264dsp_init_ppc()