Searched refs:VCD_DECOMPRESS (Results 1 - 6 of 6) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dvcdiff_defs.h76 // the two bits VCD_DECOMPRESS and VCD_CODETABLE below:
84 // | +-- VCD_DECOMPRESS
87 // If bit 0 (VCD_DECOMPRESS) is non-zero, this indicates that a
96 const unsigned char VCD_DECOMPRESS = 0x01; member in namespace:open_vcdiff
156 // [...] If the bit VCD_DECOMPRESS (Section 4.1) was on, each of these
H A Dvcdecoder.cc721 if (header->hdr_indicator & VCD_DECOMPRESS) {
/external/chromium_org/sdch/open-vcdiff/src/
H A Dvcdiff_defs.h76 // the two bits VCD_DECOMPRESS and VCD_CODETABLE below:
84 // | +-- VCD_DECOMPRESS
87 // If bit 0 (VCD_DECOMPRESS) is non-zero, this indicates that a
96 const unsigned char VCD_DECOMPRESS = 0x01; member in namespace:open_vcdiff
156 // [...] If the bit VCD_DECOMPRESS (Section 4.1) was on, each of these
H A Dvcdecoder.cc722 if (header->hdr_indicator & VCD_DECOMPRESS) {
/external/open-vcdiff/src/
H A Dvcdiff_defs.h76 // the two bits VCD_DECOMPRESS and VCD_CODETABLE below:
84 // | +-- VCD_DECOMPRESS
87 // If bit 0 (VCD_DECOMPRESS) is non-zero, this indicates that a
96 const unsigned char VCD_DECOMPRESS = 0x01; member in namespace:open_vcdiff
156 // [...] If the bit VCD_DECOMPRESS (Section 4.1) was on, each of these
H A Dvcdecoder.cc722 if (header->hdr_indicator & VCD_DECOMPRESS) {

Completed in 201 milliseconds