OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:two_pow_15
(Results
1 - 1
of
1
) sorted by null
/external/libhevc/decoder/
ihevcd_get_mv.c
352
WORD32 two_pow_16,
two_pow_15
;
local
364
two_pow_15
= (1 << 15);
375
tmp_x = tmp_x >=
two_pow_15
?
379
tmp_y = tmp_y >=
two_pow_15
?
392
tmp_x = tmp_x >=
two_pow_15
?
396
tmp_y = tmp_y >=
two_pow_15
?
Completed in 40 milliseconds