Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dvlc_encoder.h49 extern const uint8_t g_kuiVlcTotalZerosChromaDc[4][4][2];
83 const uint8_t* kpTotalZerosChromaDc = &g_kuiVlcTotalZerosChromaDc[uiTotalCoeff][uiTotalZeros][0]; in WriteTotalZerosChromaDc()
/third_party/openh264/codec/encoder/core/src/
Dencoder_data_tables.cpp264 const uint8_t g_kuiVlcTotalZerosChromaDc[4][4][2] = { variable
Dset_mb_syn_cavlc.cpp212 const uint8_t* upTotalZeros = &g_kuiVlcTotalZerosChromaDc[iTotalCoeffs][iTotalZeros][0]; in WriteBlockResidualCavlc()