Home
last modified time | relevance | path

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

/external/aac/libAACdec/src/
Dusacdec_lpc.cpp770 int mode_lpc_bin = 0; /* mode_lpc bitstream representation */ in CLpc_Read() local
810 mode_lpc_bin = FDKreadBit(hBs); in CLpc_Read()
812 if (mode_lpc_bin == 0) { in CLpc_Read()
832 mode_lpc_bin = get_vlclbf_n(hBs, 2); in CLpc_Read()
834 switch (mode_lpc_bin) { in CLpc_Read()
873 mode_lpc_bin = get_vlclbf_n(hBs, 3); in CLpc_Read()
875 switch (mode_lpc_bin) { in CLpc_Read()