Searched refs:codeWidth (Results 1 – 4 of 4) sorted by relevance
173 int32_t codeWidth = (wideStrideNum * m_iWideNarrRatio + narrStrideNum) * 2 + in EncodeImpl() local182 codeWidth += widths[k]; in EncodeImpl()185 outlength = codeWidth; in EncodeImpl()186 std::unique_ptr<uint8_t, FxFreeDeleter> result(FX_Alloc(uint8_t, codeWidth)); in EncodeImpl()207 for (int32_t i = 0; i < codeWidth / 2; i++) { in EncodeImpl()208 result_ptr[i] ^= result_ptr[codeWidth - 1 - i]; in EncodeImpl()209 result_ptr[codeWidth - 1 - i] ^= result_ptr[i]; in EncodeImpl()210 result_ptr[i] ^= result_ptr[codeWidth - 1 - i]; in EncodeImpl()
148 int32_t codeWidth = 0; in EncodeImpl() local152 codeWidth += pattern[i]; in EncodeImpl()154 outLength = codeWidth; in EncodeImpl()
26 int32_t codeWidth, in RenderResult() argument31 m_inputWidth = codeWidth; in RenderResult()
25 int32_t codeWidth,