Home
last modified time | relevance | path

Searched refs:g_kuiVlcRunBefore (Results 1 – 3 of 3) sorted by relevance

/third_party/openh264/codec/encoder/core/inc/
Dvlc_encoder.h53 extern const uint8_t g_kuiVlcRunBefore[8][15][2];
88 const uint8_t* kpRunBefore = &g_kuiVlcRunBefore[uiZeroLeft][uiRunBefore][0]; in WriteRunBefore()
/third_party/openh264/codec/encoder/core/src/
Dencoder_data_tables.cpp281 const uint8_t g_kuiVlcRunBefore[8][15][2] = { variable
Dset_mb_syn_cavlc.cpp224 n = g_kuiVlcRunBefore[iZeroLeft][uirun][1]; in WriteBlockResidualCavlc()
225 iValue = g_kuiVlcRunBefore[iZeroLeft][uirun][0]; in WriteBlockResidualCavlc()