Searched refs:UNI_ENC_INDEX (Results 1 – 1 of 1) sorted by relevance
39 #define UNI_ENC_INDEX(last,run,level) ((last)*128*64 + (run)*128 + (level)) macro337 const int index= UNI_ENC_INDEX(last, run, slevel+64); in init_uni_h261_rl_tab()