Home
last modified time | relevance | path

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

/hardware/intel/common/libva/test/decode/
Dtinyjpeg.c152 #define be16_to_cpu(x) (((x)[0]<<8)|(x)[1]) macro
188 height = be16_to_cpu(stream+3); in print_SOF()
189 width = be16_to_cpu(stream+5); in print_SOF()
205 dqt_block_end = stream + be16_to_cpu(stream); in parse_DQT()
234 height = be16_to_cpu(stream+3); in parse_SOF()
235 width = be16_to_cpu(stream+5); in parse_SOF()
318 length = be16_to_cpu(stream) - 2; in parse_DHT()
371 length = be16_to_cpu(stream); in parse_DRI()
378 priv->restart_interval = be16_to_cpu(stream+2); in parse_DRI()
434 chuck_len = be16_to_cpu(stream); in parse_JFIF()