Searched refs:codeWidth (Results 1 – 5 of 5) sorted by relevance
284 int32_t codeWidth = (wideStrideNum * m_iWideNarrRatio + narrStrideNum) * 2 + in Encode() local292 codeWidth += widths[k]; in Encode()297 outlength = codeWidth; in Encode()298 uint8_t* result = FX_Alloc(uint8_t, codeWidth); in Encode()334 for (int32_t i = 0; i < codeWidth / 2; i++) { in Encode()335 result[i] ^= result[codeWidth - 1 - i]; in Encode()336 result[codeWidth - 1 - i] ^= result[i]; in Encode()337 result[i] ^= result[codeWidth - 1 - i]; in Encode()
166 int32_t codeWidth = 0; in Encode() local170 codeWidth += pattern[j]; in Encode()173 outLength = codeWidth; in Encode()
94 int32_t codeWidth, in RenderResult() argument97 int32_t inputWidth = codeWidth; in RenderResult()
19 int32_t codeWidth,
META-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...