HomeSort by relevance Sort by last modified time
    Searched full:col_pre (Results 1 - 1 of 1) sorted by null

  /external/pdfium/core/src/fxcodec/codec/
fx_codec_flate.cpp 487 int col_pre = (col == 0) ? (8 - BitsPerComponent) : (col - BitsPerComponent); local
490 FX_BYTE left = (dest_buf[index_pre] >> (8 - col_pre - BitsPerComponent)) & mask;
532 int col_pre = (col == 0) ? 8 : col; local
533 if( ((dest_buf[index] >> (7 - col)) & 1) ^ ((dest_buf[index_pre] >> (8 - col_pre)) & 1) ) {
    [all...]

Completed in 656 milliseconds