Searched refs:ff_mqc_nlps (Results 1 – 4 of 4) sorted by relevance
94 uint8_t ff_mqc_nlps[2 * 47]; variable104 ff_mqc_nlps[2 * i] = 2 * cx_states[i].nlps + cx_states[i].sw; in ff_mqc_init_context_tables()105 ff_mqc_nlps[2 * i + 1] = 2 * cx_states[i].nlps + 1 - cx_states[i].sw; in ff_mqc_init_context_tables()
37 extern uint8_t ff_mqc_nlps[2 * 47];
57 *cxstate = ff_mqc_nlps[*cxstate]; in exchange()
100 *cxstate = ff_mqc_nlps[*cxstate]; in ff_mqc_encode()