Home | History | Annotate | Download | only in tests

Lines Matching refs:sym

63   unsigned int   sym;
112 sym=ec_dec_uint(&dec,ft);
113 if(sym!=(unsigned)i){
114 fprintf(stderr,"Decoded %i instead of %i with ft of %i.\n",sym,i,ft);
121 sym=ec_dec_bits(&dec,ftb);
122 if(sym!=(unsigned)i){
123 fprintf(stderr,"Decoded %i instead of %i with ftb of %i.\n",sym,i,ftb);
212 sym=ec_dec_uint(&dec,ft);
213 if(sym!=data[j]){
216 sym,data[j],ft,j,sz,seed);
286 sym=fs>=(1<<logp1[j])-1;
287 ec_dec_update(&dec,sym?(1<<logp1[j])-1:0,
288 (1<<logp1[j])-(sym?0:1),1<<logp1[j]);
292 sym=fs>=(1<<logp1[j])-1;
293 ec_dec_update(&dec,sym?(1<<logp1[j])-1:0,
294 (1<<logp1[j])-(sym?0:1),1<<logp1[j]);
297 sym=ec_dec_bit_logp(&dec,logp1[j]);
303 sym=ec_dec_icdf(&dec,icdf,logp1[j]);
306 if(sym!=data[j]){
309 sym,data[j],logp1[j],j,sz,seed);