Home
last modified time | relevance | path

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

/hardware/intel/common/libmix/videoencoder/
Dbitstream.h91 int tmp_val = ++val; in bitstream_put_ue() local
93 while (tmp_val) { in bitstream_put_ue()
94 tmp_val >>= 1; in bitstream_put_ue()
/hardware/intel/common/libva/test/transcode/
Dmpeg2transcode.cpp2524 int tmp_val = ++val; in bitstream_put_ue() local
2526 while (tmp_val) { in bitstream_put_ue()
2527 tmp_val >>= 1; in bitstream_put_ue()
/hardware/intel/common/libva/test/encode/
Davcenc.c817 int tmp_val = ++val; in bitstream_put_ue() local
819 while (tmp_val) { in bitstream_put_ue()
820 tmp_val >>= 1; in bitstream_put_ue()
Dh264encode.c235 int tmp_val = ++val; in bitstream_put_ue() local
237 while (tmp_val) { in bitstream_put_ue()
238 tmp_val >>= 1; in bitstream_put_ue()