Home
last modified time | relevance | path

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

/external/opencv/otherlibs/highgui/
Dbitstrm.cpp47 const ulong bs_bit_mask[] = { variable
412 ((current[1] <<-bit_idx) & mask)) & bs_bit_mask[bits]; in Get()
431 ((current[1] <<-bit_idx) & mask)) & bs_bit_mask[bits]; in Show()
521 (current[0] >> bit_idx)) & bs_bit_mask[bits]; in Get()
541 (current[0] >> bit_idx)) & bs_bit_mask[bits]; in Show()
1022 val &= bs_bit_mask[bits]; in Put()
Dbitstrm.h270 extern const ulong bs_bit_mask[];
Dgrfmt_jpeg.cpp1294 int mask = bs_bit_mask[cat]; in GetBlock()
1310 mask = bs_bit_mask[cat]; in GetBlock()