Home
last modified time | relevance | path

Searched refs:is_mpeg12 (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmpegvideo_motion.c238 int is_mpeg12, in mpeg_motion_internal() argument
256 if (!is_mpeg12 && s->out_format == FMT_H263) { in mpeg_motion_internal()
269 } else if (!is_mpeg12 && s->out_format == FMT_H261) { in mpeg_motion_internal()
304 if (is_mpeg12 || (CONFIG_SMALL && in mpeg_motion_internal()
362 if (!is_mpeg12 && (CONFIG_H261_ENCODER || CONFIG_H261_DECODER) && in mpeg_motion_internal()
837 int is_mpeg12) in mpv_motion_internal() argument
844 if (!is_mpeg12 && s->obmc && s->pict_type != AV_PICTURE_TYPE_B) { in mpv_motion_internal()
851 if (!is_mpeg12 && s->mcsel) { in mpv_motion_internal()
859 } else if (!is_mpeg12 && s->quarter_sample) { in mpv_motion_internal()
864 } else if (!is_mpeg12 && (CONFIG_WMV2_DECODER || CONFIG_WMV2_ENCODER) && in mpv_motion_internal()
[all …]
Dmpegvideo.c1946 int lowres_flag, int is_mpeg12) in mpv_reconstruct_mb_internal() argument
1973 if (!is_mpeg12 && (s->h263_pred || s->h263_aic)) { in mpv_reconstruct_mb_internal()
1982 else if (!is_mpeg12 && (s->h263_pred || s->h263_aic)) in mpv_reconstruct_mb_internal()
2101 } else if(is_mpeg12 || (s->codec_id != AV_CODEC_ID_WMV2)){ in mpv_reconstruct_mb_internal()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
Dnv84_video.c277 int is_mpeg12 = u_reduce_video_profile(templ->profile) == PIPE_VIDEO_FORMAT_MPEG12; in nv84_create_decoder() local
283 (is_mpeg12 && templ->entrypoint > PIPE_VIDEO_ENTRYPOINT_IDCT)) { in nv84_create_decoder()
288 if (!is_h264 && !is_mpeg12) { in nv84_create_decoder()
311 } else if (is_mpeg12) { in nv84_create_decoder()
371 if (is_mpeg12) { in nv84_create_decoder()
420 if (is_mpeg12) { in nv84_create_decoder()