Home
last modified time | relevance | path

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

/external/opencore/codecs_v2/video/avc_h264/dec/src/
Dvlc.cpp512 const static uint8 TotCofNTrail5[21][3] = in ce_TotalCoeffTrailingOnesChromaDC() local
526 pcode = (uint8*) & (TotCofNTrail5[(code>>5)+13][0]); in ce_TotalCoeffTrailingOnesChromaDC()
530 pcode = (uint8*) & (TotCofNTrail5[(code>>2)+6][0]); in ce_TotalCoeffTrailingOnesChromaDC()
534 pcode = (uint8*) & (TotCofNTrail5[code][0]); in ce_TotalCoeffTrailingOnesChromaDC()