Home
last modified time | relevance | path

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

/external/open-vcdiff/src/
Dinstruction_map.cc152 const VCDiffCodeTableData& code_table_data, in VCDiffInstructionMap() argument
155 FindMaxSize(code_table_data.size1)), in VCDiffInstructionMap()
157 FindMaxSize(code_table_data.size2)) { in VCDiffInstructionMap()
160 if (code_table_data.inst2[opcode] == VCD_NOOP) { in VCDiffInstructionMap()
164 first_instruction_map_.Add(code_table_data.inst1[opcode], in VCDiffInstructionMap()
165 code_table_data.size1[opcode], in VCDiffInstructionMap()
166 code_table_data.mode1[opcode], in VCDiffInstructionMap()
168 } else if (code_table_data.inst1[opcode] == VCD_NOOP) { in VCDiffInstructionMap()
172 first_instruction_map_.Add(code_table_data.inst2[opcode], in VCDiffInstructionMap()
173 code_table_data.size2[opcode], in VCDiffInstructionMap()
[all …]
Ddecodetable.cc39 const VCDiffCodeTableData& code_table_data, unsigned char max_mode) { in UseCodeTable() argument
40 if (!code_table_data.Validate(max_mode)) return false; in UseCodeTable()
44 *non_default_code_table_data_ = code_table_data; in UseCodeTable()
Ddecodetable.h52 bool UseCodeTable(const VCDiffCodeTableData& code_table_data,
Dencodetable.cc73 const VCDiffCodeTableData& code_table_data, in VCDiffCodeTableWriter() argument
79 code_table_data_(&code_table_data), in VCDiffCodeTableWriter()
Dinstruction_map.h49 VCDiffInstructionMap(const VCDiffCodeTableData& code_table_data,
Dencodetable.h71 const VCDiffCodeTableData& code_table_data,
Dvcdecoder.cc104 bool UseCodeTable(const VCDiffCodeTableData& code_table_data, in UseCodeTable() argument
106 return reader_.UseCodeTable(code_table_data, max_mode); in UseCodeTable()
/external/chromium_org/sdch/open-vcdiff/src/
Dinstruction_map.cc152 const VCDiffCodeTableData& code_table_data, in VCDiffInstructionMap() argument
155 FindMaxSize(code_table_data.size1)), in VCDiffInstructionMap()
157 FindMaxSize(code_table_data.size2)) { in VCDiffInstructionMap()
160 if (code_table_data.inst2[opcode] == VCD_NOOP) { in VCDiffInstructionMap()
164 first_instruction_map_.Add(code_table_data.inst1[opcode], in VCDiffInstructionMap()
165 code_table_data.size1[opcode], in VCDiffInstructionMap()
166 code_table_data.mode1[opcode], in VCDiffInstructionMap()
168 } else if (code_table_data.inst1[opcode] == VCD_NOOP) { in VCDiffInstructionMap()
172 first_instruction_map_.Add(code_table_data.inst2[opcode], in VCDiffInstructionMap()
173 code_table_data.size2[opcode], in VCDiffInstructionMap()
[all …]
Ddecodetable.cc39 const VCDiffCodeTableData& code_table_data, unsigned char max_mode) { in UseCodeTable() argument
40 if (!code_table_data.Validate(max_mode)) return false; in UseCodeTable()
44 *non_default_code_table_data_ = code_table_data; in UseCodeTable()
Ddecodetable.h52 bool UseCodeTable(const VCDiffCodeTableData& code_table_data,
Dencodetable.cc73 const VCDiffCodeTableData& code_table_data, in VCDiffCodeTableWriter() argument
79 code_table_data_(&code_table_data), in VCDiffCodeTableWriter()
Dinstruction_map.h49 VCDiffInstructionMap(const VCDiffCodeTableData& code_table_data,
Dencodetable.h71 const VCDiffCodeTableData& code_table_data,
Dvcdecoder.cc104 bool UseCodeTable(const VCDiffCodeTableData& code_table_data, in UseCodeTable() argument
106 return reader_.UseCodeTable(code_table_data, max_mode); in UseCodeTable()
/external/chromium/sdch/open-vcdiff/src/
Dinstruction_map.cc152 const VCDiffCodeTableData& code_table_data, in VCDiffInstructionMap() argument
155 FindMaxSize(code_table_data.size1)), in VCDiffInstructionMap()
157 FindMaxSize(code_table_data.size2)) { in VCDiffInstructionMap()
160 if (code_table_data.inst2[opcode] == VCD_NOOP) { in VCDiffInstructionMap()
164 first_instruction_map_.Add(code_table_data.inst1[opcode], in VCDiffInstructionMap()
165 code_table_data.size1[opcode], in VCDiffInstructionMap()
166 code_table_data.mode1[opcode], in VCDiffInstructionMap()
168 } else if (code_table_data.inst1[opcode] == VCD_NOOP) { in VCDiffInstructionMap()
172 first_instruction_map_.Add(code_table_data.inst2[opcode], in VCDiffInstructionMap()
173 code_table_data.size2[opcode], in VCDiffInstructionMap()
[all …]
Ddecodetable.cc39 const VCDiffCodeTableData& code_table_data, unsigned char max_mode) { in UseCodeTable() argument
40 if (!code_table_data.Validate(max_mode)) return false; in UseCodeTable()
44 *non_default_code_table_data_ = code_table_data; in UseCodeTable()
Ddecodetable.h52 bool UseCodeTable(const VCDiffCodeTableData& code_table_data,
Dencodetable.cc57 const VCDiffCodeTableData& code_table_data, in VCDiffCodeTableWriter() argument
63 code_table_data_(&code_table_data), in VCDiffCodeTableWriter()
Dinstruction_map.h49 VCDiffInstructionMap(const VCDiffCodeTableData& code_table_data,
Dencodetable.h72 const VCDiffCodeTableData& code_table_data,
Dvcdecoder.cc103 bool UseCodeTable(const VCDiffCodeTableData& code_table_data, in UseCodeTable() argument
105 return reader_.UseCodeTable(code_table_data, max_mode); in UseCodeTable()