Home
last modified time | relevance | path

Searched refs:full_pel (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dnvdec_mpeg12.c66 .full_pel_forward_vector = s->full_pel[0], in nvdec_mpeg12_start_frame()
67 .full_pel_backward_vector = s->full_pel[1], in nvdec_mpeg12_start_frame()
Dvdpau_mpeg12.c68 info->full_pel_forward_vector = s->full_pel[0]; in vdpau_mpeg_start_frame()
69 info->full_pel_backward_vector = s->full_pel[1]; in vdpau_mpeg_start_frame()
Dmpeg12dec.c852 if (s->full_pel[i]) { in mpeg_decode_mb()
1358 s->full_pel[0] = get_bits1(&s->gb); in mpeg1_decode_picture()
1367 s->full_pel[1] = get_bits1(&s->gb); in mpeg1_decode_picture()
1536 s->full_pel[0] = s->full_pel[1] = 0; in mpeg_decode_picture_coding_extension()
Dmpegvideo.h495 int full_pel[2]; member