Searched refs:ht_code_tab (Results 1 – 2 of 2) sorted by relevance
/third_party/ffmpeg/libavcodec/ | ||
D | dolby_e.h | 366 static const uint8_t ht_code_tab[5] = { 0, 0, 1, 2, 2 }; variable |
D | dolby_e.c | 241 int ht_code = ht_code_tab[fr_code - 1]; in bit_allocate() |