Displaying 1 result from an estimated 1 matches for "whichcase".
2006 Oct 09
0
ReconRefFrames() - Possible Bug?
...gsAcross-1;
fn[2]=i-FragsAcross;
fn[3]=i-FragsAcross+1;
    /* fragment valid for prediction use if coded and it comes
           from same frame as the one we are predicting */
         for(k=pcount=wpc=0; k<4; k++) {
            int pflag;
            pflag=1<<k;
            if((bc_mask[WhichCase]&pflag) &&
               pbi->display_fragments[fn[k]] &&
               (Mode2Frame[pbi->FragCodingMethod[fn[k]]] == 
WhichFrame)){                  
        v[pcount]=pbi->QFragData[fn[k]][0];              
        wpc|=pflag;
              pcount++;
            }...