Searched refs:TotCofNTrail3 (Results 1 – 1 of 1) sorted by relevance
/external/opencore/codecs_v2/video/avc_h264/dec/src/ |
D | vlc.cpp | 300 …const static uint8 TotCofNTrail3[64][3] = {{0, 0, 10/*error*/}, {0, 16, 10}, {3, 16, 10}, {2, 16, … in ce_TotalCoeffTrailingOnes() local 412 pcode = (uint8*) & (TotCofNTrail3[(code>>6)+47+1][0]); in ce_TotalCoeffTrailingOnes() 416 pcode = (uint8*) & (TotCofNTrail3[(code>>5)+39+1][0]); in ce_TotalCoeffTrailingOnes() 420 pcode = (uint8*) & (TotCofNTrail3[(code>>4)+31+1][0]); in ce_TotalCoeffTrailingOnes() 424 pcode = (uint8*) & (TotCofNTrail3[(code>>3)+23+1][0]); in ce_TotalCoeffTrailingOnes() 428 pcode = (uint8*) & (TotCofNTrail3[(code>>2)+15+1][0]); in ce_TotalCoeffTrailingOnes() 432 pcode = (uint8*) & (TotCofNTrail3[(code>>1)+7+1][0]); in ce_TotalCoeffTrailingOnes() 436 pcode = (uint8*) & (TotCofNTrail3[code-1+1][0]); in ce_TotalCoeffTrailingOnes()
|