Searched refs:ff_mpa_huff_data (Results 1 – 3 of 3) sorted by relevance
64 extern const uint8_t ff_mpa_huff_data[32][2];
314 const uint8_t ff_mpa_huff_data[32][2] = { variable
767 l = ff_mpa_huff_data[k][0]; in huffman_decode()768 linbits = ff_mpa_huff_data[k][1]; in huffman_decode()