comparison vc9.c @ 2461:1d818bf32736 libavcodec

more 10l typos
author michael
date Mon, 24 Jan 2005 01:56:53 +0000
parents 42077bb89a53
children 5fd4de95731f
comparison
equal deleted inserted replaced
2460:42077bb89a53 2461:1d818bf32736
1407 VC9_CBPCY_P_VLC_BITS, 2); 1407 VC9_CBPCY_P_VLC_BITS, 2);
1408 GET_MQUANT(); 1408 GET_MQUANT();
1409 } 1409 }
1410 if (!v->ttmbf) 1410 if (!v->ttmbf)
1411 v->ttfrm = get_vlc2(&v->gb, v->ttmb_vlc->table, 1411 v->ttfrm = get_vlc2(&v->gb, v->ttmb_vlc->table,
1412 VC9_TTMB_VLC_BITS, 12); 1412 VC9_TTMB_VLC_BITS, 2);
1413 //Decode blocks from that mb wrt cbpcy 1413 //Decode blocks from that mb wrt cbpcy
1414 } 1414 }
1415 else //Skipped 1415 else //Skipped
1416 { 1416 {
1417 /* hybrid mv pred, 8.3.5.3.4 */ 1417 /* hybrid mv pred, 8.3.5.3.4 */
1438 if (mb_is_intra /* One of the 4 blocks is intra */ && 1438 if (mb_is_intra /* One of the 4 blocks is intra */ &&
1439 index /* non-zero pred for that block */) 1439 index /* non-zero pred for that block */)
1440 ac_pred = get_bits(&v->gb, 1); 1440 ac_pred = get_bits(&v->gb, 1);
1441 if (!v->ttmbf) 1441 if (!v->ttmbf)
1442 tt_block = get_vlc2(&v->gb, v->ttmb_vlc->table, 1442 tt_block = get_vlc2(&v->gb, v->ttmb_vlc->table,
1443 VC9_TTMB_VLC_BITS, 12); 1443 VC9_TTMB_VLC_BITS, 2);
1444 1444
1445 /* TODO: Process blocks wrt cbpcy */ 1445 /* TODO: Process blocks wrt cbpcy */
1446 1446
1447 /* Prepare cbpcy for next block */ 1447 /* Prepare cbpcy for next block */
1448 cbpcy <<= 1; 1448 cbpcy <<= 1;