Lines Matching refs:VCDiffCodeTableData
837 (sizeof(VCDiffCodeTableData) >> 7) | 0x80, // First byte of table length
838 sizeof(VCDiffCodeTableData) & 0x7F, // Second byte of table length
841 (sizeof(VCDiffCodeTableData) >> 7) | 0x80, // First byte of table length
842 sizeof(VCDiffCodeTableData) & 0x7F, // Second byte of table length
937 VCDiffCodeTableData custom_code_table( in TEST_F()
938 VCDiffCodeTableData::kDefaultCodeTableData); in TEST_F()
947 &VCDiffCodeTableData::kDefaultCodeTableData), in TEST_F()
948 sizeof(VCDiffCodeTableData::kDefaultCodeTableData)); in TEST_F()
954 const VCDiffCodeTableData* decoded_table = in TEST_F()
955 reinterpret_cast<const VCDiffCodeTableData*>(output_.data()); in TEST_F()
962 for (int i = 0; i < VCDiffCodeTableData::kCodeTableSize; ++i) { in TEST_F()