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.cpp769 int mode_lpc_bin = 0; /* mode_lpc bitstream representation */ in CLpc_Read() local
809 mode_lpc_bin = FDKreadBit(hBs); in CLpc_Read()
811 if (mode_lpc_bin == 0) { in CLpc_Read()
831 mode_lpc_bin = get_vlclbf_n(hBs, 2); in CLpc_Read()
833 switch (mode_lpc_bin) { in CLpc_Read()
872 mode_lpc_bin = get_vlclbf_n(hBs, 3); in CLpc_Read()
874 switch (mode_lpc_bin) { in CLpc_Read()