Home
last modified time | relevance | path

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

/external/dng_sdk/source/
Ddng_image_writer.cpp2836 uint8 this0 = bytePtr [0]; in EncodeDeltaBytes() local
2843 this0 -= prev0; in EncodeDeltaBytes()
2845 bytePtr [0] = this0; in EncodeDeltaBytes()
2847 this0 = prev0; in EncodeDeltaBytes()
2860 uint8 this0 = bytePtr [0]; in EncodeDeltaBytes() local
2871 this0 -= prev0; in EncodeDeltaBytes()
2875 bytePtr [0] = this0; in EncodeDeltaBytes()
2879 this0 = prev0; in EncodeDeltaBytes()