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

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

Completed in 43 milliseconds