OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:i2_dist_scale_factor
(Results
1 - 2
of
2
) sorted by null
/external/libavc/decoder/
ih264d_parse_bslice.c
1198
WORD16
i2_dist_scale_factor
;
local
[
all
...]
ih264d_process_bslice.c
793
WORD16 i16_tb, i16_tx,
i2_dist_scale_factor
, i16_temp;
local
800
i2_dist_scale_factor
= CLIP3(-1024, 1023,
802
i16_temp = (i2_mv_x0 *
i2_dist_scale_factor
+ 128) >> 8;
806
i16_temp = (i2_mv_y0 *
i2_dist_scale_factor
+ 128) >> 8;
[
all
...]
Completed in 43 milliseconds