Lines Matching refs:jj
711 opus_int32 i,j,jj,sz; in test_parse() local
742 for(jj=0;jj<=1275*2+3;jj++) in test_parse()
745 ret=opus_packet_parse(packet,jj,&toc,frames,size,&payload_offset); in test_parse()
747 if((jj&1)==1 && jj<=2551) in test_parse()
752 if(size[0]!=size[1] || size[0]!=((jj-1)>>1))test_failed(); in test_parse()
826 for(jj=49;jj<=64;jj++) in test_parse()
828 packet[1]=0+(jj&63); /*CBR, no padding*/ in test_parse()
833 packet[1]=128+(jj&63); /*VBR, no padding*/ in test_parse()
838 packet[1]=64+(jj&63); /*CBR, padding*/ in test_parse()
843 packet[1]=128+64+(jj&63); /*VBR, padding*/ in test_parse()
893 for(jj=1;jj<ret;jj++)if(frames[jj]!=frames[jj-1]+size[jj-1])test_failed(); in test_parse()
904 for(jj=0;jj<ret;jj++)if(size[jj]!=1275)test_failed(); in test_parse()
916 for(jj=0;jj<1276;jj++) in test_parse()
919 ret=opus_packet_parse(packet,2+jj,&toc,frames,size,&payload_offset); in test_parse()
922 if(size[0]!=jj)test_failed(); in test_parse()
939 for(jj=4;jj<2+j;jj++)packet[jj]=0; in test_parse()
945 for(jj=2;jj<2+j;jj++)packet[jj]=0; in test_parse()
953 for(jj=4;jj<2+j;jj++)packet[jj]=0; in test_parse()
959 for(jj=2;jj<2+j;jj++)packet[jj]=0; in test_parse()
965 for(jj=0;jj<j;jj++)if(size[jj]!=0)test_failed(); in test_parse()
974 for(jj=0;jj<j-1;jj++) in test_parse()
984 for(jj=0;jj<j-1;jj++)if(size[jj]!=as)test_failed(); in test_parse()
1000 for(jj=2;jj<127;jj++)packet[jj]=255; in test_parse()
1009 for(jj=sz;jj<65025;jj+=11) in test_parse()
1012 for(pos=0;pos<jj/254;pos++)packet[2+pos]=255; in test_parse()
1013 packet[2+pos]=jj%254; in test_parse()
1019 ret=opus_packet_parse(packet,2+jj+pos-1,&toc,frames,size,&payload_offset); in test_parse()
1024 ret=opus_packet_parse(packet,2+jj+tsz[sz]+i+pos,&toc,frames,size,&payload_offset); in test_parse()