Home
last modified time | relevance | path

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

/external/pdfium/core/src/fxcodec/codec/
Dfx_codec_fax.cpp39 int FindBit(const uint8_t* data_buf, int max_pos, int start_pos, int bit) { in FindBit() function
83 b1 = FindBit(ref_buf, columns, a0 + 1, !first_bit); in FaxG4FindB1B2()
89 b1 = FindBit(ref_buf, columns, b1 + 1, first_bit); in FaxG4FindB1B2()
96 b2 = FindBit(ref_buf, columns, b1 + 1, first_bit); in FaxG4FindB1B2()
545 int a1 = FindBit(src_buf, cols, a0 + 1, !a0color); in FaxEncode2DLine()
579 int a2 = FindBit(src_buf, cols, a1 + 1, a0color); in FaxEncode2DLine()