OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_offset_q4
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_scale.c
31
scaled_x(mv->col, scale) + scale->
x_offset_q4
46
scale->
x_offset_q4
= scaled_x(col << SUBPEL_BITS, scale) & SUBPEL_MASK;
52
scale->
x_offset_q4
= 0;
85
scale->
x_offset_q4
= 0; // calculated per block
vp9_scale.h
24
int
x_offset_q4
;
member in struct:scale_factors
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c
[
all
...]
Completed in 25 milliseconds