Lines Matching refs:mvd
273 static const guint16 mvd[64][5] = { variable
666 b_header->hmv11 = (package->mvd[0] & 0x7f) >> 3; in gst_rtp_h263_pay_splat_header_B()
667 b_header->hmv12 = (package->mvd[0] & 0x07); in gst_rtp_h263_pay_splat_header_B()
669 b_header->vmv11 = (package->mvd[1] & 0x07f) >> 2; in gst_rtp_h263_pay_splat_header_B()
670 b_header->vmv12 = (package->mvd[1] & 0x03); in gst_rtp_h263_pay_splat_header_B()
674 b_header->hmv21 = (package->mvd[4] & 0x7f) >> 1; in gst_rtp_h263_pay_splat_header_B()
675 b_header->hmv22 = (package->mvd[4] & 0x01); in gst_rtp_h263_pay_splat_header_B()
677 b_header->vmv21 = (package->mvd[5] & 0x7f); in gst_rtp_h263_pay_splat_header_B()
858 if ((code & mvd[i][1]) == mvd[i][0]) { in gst_rtp_h263_pay_decode_mvd()
1170 mac->mvd[j] = mvd[mvd_type][3]; in gst_rtp_h263_pay_B_mbfinder()
1174 mvd[mvd_type][2], mac->ebit, &mac->end, &gob->end); in gst_rtp_h263_pay_B_mbfinder()
1262 mb->mvd[i] = 0; in gst_rtp_h263_pay_mb_new()
1406 pack->mvd[mv] = gob->macroblocks[first]->mvd[mv]; in gst_rtp_h263_pay_B_fragment_push()