Home | History | Annotate | Download | only in decoder

Lines Matching defs:sync

818   WORD32 sync, result;
831 sync = ixheaacd_read_bits_buf(it_bit_buff, 11);
833 while (sync != 0x2B7) {
834 sync = ((sync & 0x3ff) << 1) | ixheaacd_read_bits_buf(it_bit_buff, 1);
876 sync = ixheaacd_read_bits_buf(it_bit_buff, 11);
879 if (sync != 0x2b7) {
916 WORD32 sync;
919 sync = ixheaacd_read_bits_buf(it_bit_buff, 11);
920 if (sync == 0x2b7) {
946 WORD32 sync = 0;
1025 else if ((sync = ixheaacd_read_bits_buf(&it_bit_buff, 12)) == 0xfff) {
1070 } else if (0x2b7 == (sync >> 1)) {