Home
last modified time | relevance | path

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

/third_party/openh264/codec/encoder/core/inc/
Dvlc_encoder.h61 const uint8_t* kpCoeffToken = &g_kuiVlcCoeffToken[kuiNcIdx][uiTotalCoeff][uiTrailingOnes][0]; in WriteTotalCoeffTrailingones() local
62 return BsWriteBits (pBs, kpCoeffToken[1], kpCoeffToken[0]); in WriteTotalCoeffTrailingones()
67 const uint8_t* kpCoeffToken = &g_kuiVlcCoeffToken[4][uiTotalCoeff][uiTrailingOnes][0]; in WriteTotalcoeffTrailingonesChroma() local
68 return BsWriteBits (pBs, kpCoeffToken[1], kpCoeffToken[0]); in WriteTotalcoeffTrailingonesChroma()