Home
last modified time | relevance | path

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

/external/aac/libFDK/src/
Dnlc_dec.cpp252 int huff_2D_8bit = 0; in huff_read_2D() local
264 huff_2D_8bit = -(node + 1); in huff_read_2D()
265 out_data[0] = huff_2D_8bit >> 4; in huff_read_2D()
266 out_data[1] = huff_2D_8bit & 0xf; in huff_read_2D()