Lines Matching refs:macroblocks
740 gob->macroblocks = NULL; in gst_rtp_h263_pay_gob_new()
753 if (gob->macroblocks) { in gst_rtp_h263_pay_gob_destroy()
758 gst_rtp_h263_pay_mb_destroy (gob->macroblocks[i]); in gst_rtp_h263_pay_gob_destroy()
761 g_free (gob->macroblocks); in gst_rtp_h263_pay_gob_destroy()
1382 pack->payload_start = gob->macroblocks[first]->start; in gst_rtp_h263_pay_B_fragment_push()
1383 pack->sbit = gob->macroblocks[first]->sbit; in gst_rtp_h263_pay_B_fragment_push()
1389 pack->quant = gob->macroblocks[first]->quant; in gst_rtp_h263_pay_B_fragment_push()
1391 pack->payload_end = gob->macroblocks[last]->end; in gst_rtp_h263_pay_B_fragment_push()
1393 pack->ebit = gob->macroblocks[last]->ebit; in gst_rtp_h263_pay_B_fragment_push()
1394 pack->mba = gob->macroblocks[first]->mba; in gst_rtp_h263_pay_B_fragment_push()
1399 if (gob->macroblocks[first]->mb_type < 3) { in gst_rtp_h263_pay_B_fragment_push()
1400 if (gob->macroblocks[first]->mb_type == 2) in gst_rtp_h263_pay_B_fragment_push()
1402 else if (gob->macroblocks[first]->mb_type < 2) in gst_rtp_h263_pay_B_fragment_push()
1406 pack->mvd[mv] = gob->macroblocks[first]->mvd[mv]; in gst_rtp_h263_pay_B_fragment_push()
1450 gob->macroblocks = in gst_rtp_h263_pay_mode_B_fragment()
1550 gst_rtp_h263_pay_mb_destroy (gob->macroblocks[mb]); in gst_rtp_h263_pay_mode_B_fragment()
1551 gob->macroblocks[mb] = mac; in gst_rtp_h263_pay_mode_B_fragment()
1583 if (payload_len + gob->macroblocks[mb]->length < max_payload_size) { in gst_rtp_h263_pay_mode_B_fragment()
1586 payload_len += gob->macroblocks[mb]->length; in gst_rtp_h263_pay_mode_B_fragment()