Home
last modified time | relevance | path

Searched refs:ff_mqc_nlps (Results 1 – 4 of 4) sorted by relevance

/third_party/ffmpeg/libavcodec/
Dmqc.c94 uint8_t ff_mqc_nlps[2 * 47]; variable
104 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()
Dmqc.h37 extern uint8_t ff_mqc_nlps[2 * 47];
Dmqcdec.c57 *cxstate = ff_mqc_nlps[*cxstate]; in exchange()
Dmqcenc.c100 *cxstate = ff_mqc_nlps[*cxstate]; in ff_mqc_encode()