Home
last modified time | relevance | path

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

/external/pdfium/core/fxcodec/codec/
Dccodec_progressivedecoder.h87 return reinterpret_cast<PixelWeight*>(m_pWeightTables.data() + in GetPixelWeight()
93 std::vector<uint8_t> m_pWeightTables; variable
103 return reinterpret_cast<PixelWeight*>(m_pWeightTables.data() + in GetPixelWeight()
108 std::vector<uint8_t> m_pWeightTables; variable
118 return reinterpret_cast<PixelWeight*>(m_pWeightTables.data() + in GetPixelWeight()
122 std::vector<uint8_t> m_pWeightTables; variable
Dfx_codec_progress.cpp67 m_pWeightTables.resize((dest_max - dest_min) * m_ItemSize + 4); in Calc()
148 m_pWeightTables.resize(size, 0); in Calc()
202 m_pWeightTables.resize(size, 0); in Calc()