OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:two_pow_16
(Results
1 - 1
of
1
) sorted by null
/external/libhevc/decoder/
ihevcd_get_mv.c
352
WORD32
two_pow_16
, two_pow_15;
local
363
two_pow_16
= (1 << 16);
374
tmp_x = (mvp_x + mvd_x +
two_pow_16
) & (
two_pow_16
- 1);
376
(tmp_x -
two_pow_16
) : tmp_x;
378
tmp_y = (mvp_y + mvd_y +
two_pow_16
) & (
two_pow_16
- 1);
380
(tmp_y -
two_pow_16
) : tmp_y;
391
tmp_x = (mvp_x + mvd_x +
two_pow_16
) & (
two_pow_16
- 1)
[
all
...]
Completed in 48 milliseconds