comparison cabac.h @ 5408:20bea6a9950c libavcodec

cosmetics: misc typo fixes
author diego
date Sat, 28 Jul 2007 12:46:26 +0000
parents 2b72f9bc4f06
children 81226e690378
comparison
equal deleted inserted replaced
5407:91906ea3337f 5408:20bea6a9950c
455 "shll %%cl , %%esi \n\t" 455 "shll %%cl , %%esi \n\t"
456 "addl %%esi, %%ebx \n\t" 456 "addl %%esi, %%ebx \n\t"
457 "2: \n\t" 457 "2: \n\t"
458 "movl %%edx, "RANGE "(%2) \n\t" 458 "movl %%edx, "RANGE "(%2) \n\t"
459 "movl %%ebx, "LOW "(%2) \n\t" 459 "movl %%ebx, "LOW "(%2) \n\t"
460 :"=&a"(bit) //FIXME this is fragile gcc either runs out of registers or misscompiles it (for example if "+a"(bit) or "+m"(*state) is used 460 :"=&a"(bit) //FIXME this is fragile gcc either runs out of registers or miscompiles it (for example if "+a"(bit) or "+m"(*state) is used
461 :"r"(state), "r"(c) 461 :"r"(state), "r"(c)
462 : "%"REG_c, "%ebx", "%edx", "%"REG_S, "memory" 462 : "%"REG_c, "%ebx", "%edx", "%"REG_S, "memory"
463 ); 463 );
464 bit&=1; 464 bit&=1;
465 #else /* BRANCHLESS_CABAC_DECODER */ 465 #else /* BRANCHLESS_CABAC_DECODER */