Searched refs:index_run (Results 1 – 4 of 4) sorted by relevance
32 uint8_t index_run[MAX_RUN + 1]; in ff_rl_init() local51 memset(index_run, rl->n, MAX_RUN + 1); in ff_rl_init()55 if (index_run[run] == rl->n) in ff_rl_init()56 index_run[run] = i; in ff_rl_init()66 rl->index_run[last] = static_store[last] + MAX_RUN + MAX_LEVEL + 2; in ff_rl_init()67 memcpy(rl->index_run[last], index_run, MAX_RUN + 1); in ff_rl_init()
45 uint8_t *index_run[2]; ///< encoding only member82 index = rl->index_run[last][run]; in get_rl_index()
227 code = ff_rl_speedhq.index_run[0][run] + alevel - 1; in encode_block()
84 code = rl->index_run[0][run] + alevel - 1; in ff_mpeg1_init_uni_ac_vlc()723 code = ff_rl_mpeg1.index_run[0][run] + alevel - 1; in mpeg1_encode_block()