Home
last modified time | relevance | path

Searched refs:sym_bit (Results 1 – 2 of 2) sorted by relevance

/external/aac/libFDK/src/
Dnlc_dec.cpp125 ULONG sym_bit; in sym_restoreIPD() local
126 sym_bit = FDKreadBits(strm, 1); in sym_restoreIPD()
127 if (sym_bit) { in sym_restoreIPD()
274 ULONG sym_bit = 0; in sym_restore() local
288 sym_bit = FDKreadBits(strm, 1); in sym_restore()
289 if (sym_bit) { in sym_restore()
296 sym_bit = FDKreadBits(strm, 1); in sym_restore()
297 if (sym_bit) { in sym_restore()
/external/libxaac/decoder/
Dixheaacd_mps_dec.c458 UWORD32 sym_bit = 0; in ixheaacd_mps_sym_restore() local
472 sym_bit = ixheaacd_read_bits_buf(it_bit_buff, 1); in ixheaacd_mps_sym_restore()
473 if (sym_bit) { in ixheaacd_mps_sym_restore()
480 sym_bit = ixheaacd_read_bits_buf(it_bit_buff, 1); in ixheaacd_mps_sym_restore()
481 if (sym_bit) { in ixheaacd_mps_sym_restore()
494 UWORD32 sym_bit = 0; in ixheaacd_mps_sym_restoreipd() local
508 sym_bit = ixheaacd_read_bits_buf(it_bit_buff, 1); in ixheaacd_mps_sym_restoreipd()
509 if (sym_bit) { in ixheaacd_mps_sym_restoreipd()