Searched refs:huff_dec_2D (Results 1 – 1 of 1) sorted by relevance
/external/aac/libFDK/src/ |
D | nlc_dec.cpp | 388 static ERROR_t huff_dec_2D(HANDLE_FDK_BITSTREAM strm, const DATA_TYPE data_type, in huff_dec_2D() function 670 if ((err = huff_dec_2D(strm, data_type, hufYY1, FREQ_PAIR, pair_vec, in huff_decode() 684 if ((err = huff_dec_2D(strm, data_type, hufYY2, FREQ_PAIR, in huff_decode() 730 if ((err = huff_dec_2D(strm, data_type, hufYY, TIME_PAIR, pair_vec, in huff_decode()
|