Home
last modified time | relevance | path

Searched refs:dct_unquantize_h263_inter (Results 1 – 10 of 10) sorted by relevance

/third_party/ffmpeg/libavcodec/mips/
Dmpegvideo_init_mips.c31 s->dct_unquantize_h263_inter = ff_dct_unquantize_h263_inter_mmi; in ff_mpv_common_init_mips()
44 s->dct_unquantize_h263_inter = ff_dct_unquantize_h263_inter_msa; in ff_mpv_common_init_mips()
/third_party/ffmpeg/libavcodec/arm/
Dmpegvideo_arm.c52 s->dct_unquantize_h263_inter = ff_dct_unquantize_h263_inter_neon; in ff_mpv_common_init_arm()
Dmpegvideo_armv5te.c101 s->dct_unquantize_h263_inter = dct_unquantize_h263_inter_armv5te; in ff_mpv_common_init_armv5te()
/third_party/ffmpeg/libavcodec/alpha/
Dmpegvideo_alpha.c109 s->dct_unquantize_h263_inter = dct_unquantize_h263_inter_axp; in ff_mpv_common_init_axp()
/third_party/ffmpeg/libavcodec/ppc/
Dmpegvideo_altivec.c128 s->dct_unquantize_h263_inter = dct_unquantize_h263_altivec; in ff_mpv_common_init_ppc()
/third_party/ffmpeg/libavcodec/neon/
Dmpegvideo.c132 s->dct_unquantize_h263_inter = dct_unquantize_h263_inter_neon; in ff_mpv_common_init_neon()
/third_party/ffmpeg/libavcodec/x86/
Dmpegvideo.c461 s->dct_unquantize_h263_inter = dct_unquantize_h263_inter_mmx; in ff_mpv_common_init_x86()
/third_party/ffmpeg/libavcodec/
Dmpegvideo.h536 void (*dct_unquantize_h263_inter)(struct MpegEncContext *s, member
Dmpegvideo.c306 s->dct_unquantize_h263_inter = dct_unquantize_h263_inter_c; in dct_init()
1391 s->dct_unquantize_inter = s->dct_unquantize_h263_inter; in ff_mpv_frame_start()
Dmpegvideo_enc.c1845 s->dct_unquantize_inter = s->dct_unquantize_h263_inter; in frame_start()