Searched refs:full_pel (Results 1 – 4 of 4) sorted by relevance
66 .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()
68 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()
852 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()
495 int full_pel[2]; member