Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/mix_vbp/viddec_fw/fw/codecs/vc1/parser/
Dvc1parse_bitplane.c33 static inline void put_bit( uint32_t value, int x, int y, int mbx, int mby, uint8_t invert, uint32_… in put_bit() argument
45 out += (( mbx + 31 ) >> 5) * y; in put_bit()
62 static inline int xor_bit( int x, int y, int mbx, uint32_t invert, uint32_t* outp) in xor_bit() argument
70 out += (( mbx + 31 ) >> 5) * y; /* go to corresponding row location in DW unit */ in xor_bit()
92 static inline int get_bit( int x, int y, int mbx, uint32_t* outp) in get_bit() argument
99 out += (( mbx + 31 ) >> 5) * y; /* go to corresponding row location in DW unit */ in get_bit()