• Home
  • Raw
  • Download

Lines Matching refs:mac

966   GstRtpH263PayMB *mac;  in gst_rtp_h263_pay_B_mbfinder()  local
971 mac = gst_rtp_h263_pay_mb_new (&boundry, mba); in gst_rtp_h263_pay_B_mbfinder()
973 if (mac->sbit == 8) { in gst_rtp_h263_pay_B_mbfinder()
974 mac->start++; in gst_rtp_h263_pay_B_mbfinder()
976 mac->sbit = 0; in gst_rtp_h263_pay_B_mbfinder()
980 "current_pos:%p, end:%p, rest_bits:%d, window:0x%08x", mac->start, in gst_rtp_h263_pay_B_mbfinder()
981 mac->end, macroblock->ebit, context->window); in gst_rtp_h263_pay_B_mbfinder()
1000 mac->ebit = in gst_rtp_h263_pay_B_mbfinder()
1002 mcbpc_I[mb_type_index][2], mac->ebit, &mac->end, &gob->end); in gst_rtp_h263_pay_B_mbfinder()
1004 mac->mb_type = mcbpc_I[mb_type_index][5]; in gst_rtp_h263_pay_B_mbfinder()
1008 return mac; in gst_rtp_h263_pay_B_mbfinder()
1021 mac->ebit = in gst_rtp_h263_pay_B_mbfinder()
1023 cbpy_I[cbpy_type_index][2], mac->ebit, &mac->end, &gob->end); in gst_rtp_h263_pay_B_mbfinder()
1030 mac->quant = (context->window >> 30); in gst_rtp_h263_pay_B_mbfinder()
1032 mac->ebit = in gst_rtp_h263_pay_B_mbfinder()
1033 gst_rtp_h263_pay_move_window_right (rtph263pay, context, 2, mac->ebit, in gst_rtp_h263_pay_B_mbfinder()
1034 &mac->end, &gob->end); in gst_rtp_h263_pay_B_mbfinder()
1041 mac->ebit = in gst_rtp_h263_pay_B_mbfinder()
1042 gst_rtp_h263_pay_move_window_right (rtph263pay, context, 8, mac->ebit, in gst_rtp_h263_pay_B_mbfinder()
1043 &mac->end, &gob->end); in gst_rtp_h263_pay_B_mbfinder()
1062 mac->ebit = in gst_rtp_h263_pay_B_mbfinder()
1064 tcoef[tcoef_type_index][2], mac->ebit, &mac->end, &gob->end); in gst_rtp_h263_pay_B_mbfinder()
1073 mac->ebit = in gst_rtp_h263_pay_B_mbfinder()
1075 mac->ebit, &mac->end, &gob->end); in gst_rtp_h263_pay_B_mbfinder()
1092 mac->ebit = in gst_rtp_h263_pay_B_mbfinder()
1093 gst_rtp_h263_pay_move_window_right (rtph263pay, context, 1, mac->ebit, in gst_rtp_h263_pay_B_mbfinder()
1094 &mac->end, &gob->end); in gst_rtp_h263_pay_B_mbfinder()
1097 return mac; in gst_rtp_h263_pay_B_mbfinder()
1100 mac->ebit = in gst_rtp_h263_pay_B_mbfinder()
1101 gst_rtp_h263_pay_move_window_right (rtph263pay, context, 1, mac->ebit, in gst_rtp_h263_pay_B_mbfinder()
1102 &mac->end, &gob->end); in gst_rtp_h263_pay_B_mbfinder()
1115 mac->ebit = in gst_rtp_h263_pay_B_mbfinder()
1117 mcbpc_P[mb_type_index][2], mac->ebit, &mac->end, &gob->end); in gst_rtp_h263_pay_B_mbfinder()
1119 mac->mb_type = mcbpc_P[mb_type_index][5]; in gst_rtp_h263_pay_B_mbfinder()
1123 return mac; in gst_rtp_h263_pay_B_mbfinder()
1135 mac->ebit = in gst_rtp_h263_pay_B_mbfinder()
1137 cbpy_P[cbpy_type_index][2], mac->ebit, &mac->end, &gob->end); in gst_rtp_h263_pay_B_mbfinder()
1143 mac->quant = context->window >> 30; in gst_rtp_h263_pay_B_mbfinder()
1145 mac->ebit = in gst_rtp_h263_pay_B_mbfinder()
1146 gst_rtp_h263_pay_move_window_right (rtph263pay, context, 2, mac->ebit, in gst_rtp_h263_pay_B_mbfinder()
1147 &mac->end, &gob->end); in gst_rtp_h263_pay_B_mbfinder()
1170 mac->mvd[j] = mvd[mvd_type][3]; in gst_rtp_h263_pay_B_mbfinder()
1172 mac->ebit = 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()
1186 mac->ebit = in gst_rtp_h263_pay_B_mbfinder()
1188 mac->ebit, &mac->end, &gob->end); in gst_rtp_h263_pay_B_mbfinder()
1216 mac->ebit = in gst_rtp_h263_pay_B_mbfinder()
1218 tcoef[tcoef_type_index][2], mac->ebit, &mac->end, &gob->end); in gst_rtp_h263_pay_B_mbfinder()
1227 mac->ebit = in gst_rtp_h263_pay_B_mbfinder()
1229 mac->ebit, &mac->end, &gob->end); in gst_rtp_h263_pay_B_mbfinder()
1237 mac->length = mac->end - mac->start + 1; in gst_rtp_h263_pay_B_mbfinder()
1239 return mac; in gst_rtp_h263_pay_B_mbfinder()
1242 gst_rtp_h263_pay_mb_destroy (mac); in gst_rtp_h263_pay_B_mbfinder()
1435 GstRtpH263PayMB *mac, *mac0; in gst_rtp_h263_pay_mode_B_fragment() local
1531 mac = mac0 = gst_rtp_h263_pay_mb_new (&boundry, 0); in gst_rtp_h263_pay_mode_B_fragment()
1538 ebit = mac->ebit; in gst_rtp_h263_pay_mode_B_fragment()
1539 if (!(mac = in gst_rtp_h263_pay_mode_B_fragment()
1540 gst_rtp_h263_pay_B_mbfinder (rtph263pay, context, gob, mac, mb))) { in gst_rtp_h263_pay_mode_B_fragment()
1551 gob->macroblocks[mb] = mac; in gst_rtp_h263_pay_mode_B_fragment()
1554 if (mac->mb_type == 10) { in gst_rtp_h263_pay_mode_B_fragment()
1561 if (mac->end >= gob->end) { in gst_rtp_h263_pay_mode_B_fragment()
1563 if (!mac->ebit) { in gst_rtp_h263_pay_mode_B_fragment()
1564 mac->end--; in gst_rtp_h263_pay_mode_B_fragment()
1566 gob->end = mac->end; in gst_rtp_h263_pay_mode_B_fragment()
1571 mac->mba, mac->start, mac->end, mac->length, mac->sbit, mac->ebit); in gst_rtp_h263_pay_mode_B_fragment()