Lines Matching defs:toc

690 #define UNDEFINE_FOR_PARSE  toc=-1; \
694 VG_UNDEF(&toc,sizeof(toc)); \
698 #define UNDEFINE_FOR_PARSE toc=-1; \
714 unsigned char toc;
722 if(opus_packet_parse(packet,1,&toc,frames,0,&payload_offset)!=OPUS_BAD_ARG)test_failed();
729 ret=opus_packet_parse(packet,4,&toc,frames,size,&payload_offset);
745 ret=opus_packet_parse(packet,jj,&toc,frames,size,&payload_offset);
755 if((toc>>2)!=i)test_failed();
767 ret=opus_packet_parse(packet,1,&toc,frames,size,&payload_offset);
772 ret=opus_packet_parse(packet,2,&toc,frames,size,&payload_offset);
781 ret=opus_packet_parse(packet,j+(j<252?2:3)-1,&toc,frames,size,&payload_offset);
786 ret=opus_packet_parse(packet,j+(j<252?2:3)+1276,&toc,frames,size,&payload_offset);
791 ret=opus_packet_parse(packet,j+(j<252?2:3),&toc,frames,size,&payload_offset);
796 if((toc>>2)!=i)test_failed();
799 ret=opus_packet_parse(packet,(j<<1)+4,&toc,frames,size,&payload_offset);
804 if((toc>>2)!=i)test_failed();
815 ret=opus_packet_parse(packet,1,&toc,frames,size,&payload_offset);
830 ret=opus_packet_parse(packet,1275,&toc,frames,size,&payload_offset);
835 ret=opus_packet_parse(packet,1275,&toc,frames,size,&payload_offset);
840 ret=opus_packet_parse(packet,1275,&toc,frames,size,&payload_offset);
845 ret=opus_packet_parse(packet,1275,&toc,frames,size,&payload_offset);
861 ret=opus_packet_parse(packet,j+2,&toc,frames,size,&payload_offset);
865 if((toc>>2)!=i)test_failed();
868 ret=opus_packet_parse(packet,1276+2,&toc,frames,size,&payload_offset);
887 ret=opus_packet_parse(packet,sz,&toc,frames,size,&payload_offset);
894 if((toc>>2)!=i)test_failed();
901 ret=opus_packet_parse(packet,1275*packet[1]+2,&toc,frames,size,&payload_offset);
919 ret=opus_packet_parse(packet,2+jj,&toc,frames,size,&payload_offset);
923 if((toc>>2)!=i)test_failed();
926 ret=opus_packet_parse(packet,2+1276,&toc,frames,size,&payload_offset);
934 ret=opus_packet_parse(packet,2+j-2,&toc,frames,size,&payload_offset);
941 ret=opus_packet_parse(packet,2+j,&toc,frames,size,&payload_offset);
947 ret=opus_packet_parse(packet,2+j-2,&toc,frames,size,&payload_offset);
955 ret=opus_packet_parse(packet,2+j+252-1,&toc,frames,size,&payload_offset);
961 ret=opus_packet_parse(packet,2+j-1,&toc,frames,size,&payload_offset);
966 if((toc>>2)!=i)test_failed();
980 ret=opus_packet_parse(packet,tsz[sz]+i,&toc,frames,size,&payload_offset);
986 if((toc>>2)!=i)test_failed();
1002 ret=opus_packet_parse(packet,127,&toc,frames,size,&payload_offset);
1019 ret=opus_packet_parse(packet,2+jj+pos-1,&toc,frames,size,&payload_offset);
1024 ret=opus_packet_parse(packet,2+jj+tsz[sz]+i+pos,&toc,frames,size,&payload_offset);
1030 if((toc>>2)!=i)test_failed();