OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:spel_left
(Results
1 - 1
of
1
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_reconinter.c
95
const int
spel_left
= (VP9_INTERP_EXTEND + bw) << SUBPEL_BITS;
local
96
const int spel_right =
spel_left
- SUBPEL_SHIFTS;
104
clamp_mv(&clamped_mv, xd->mb_to_left_edge * (1 << (1 - ss_x)) -
spel_left
,
Completed in 132 milliseconds