Displaying 1 result from an estimated 1 matches for "createmap".
Did you mean:
create_map
2004 Jun 01
2
theora 1.0a3 opt hint
in lib/blockmap.c,v 1.5 2003/12/03
func CreateMapping, inner loop code:
if ( i<2 ){
MB = ( j<2 ? 0 : 1 );
}else{
MB = ( j<2 ? 2 : 3 );
}
if ( i%2 ){
B = ( j%2 ? 3 : 2 );
}else{
B = ( j%2 ? 1 : 0 );
}
wouldn't this do better:...