OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:x_scale_fp
(Results
1 - 2
of
2
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_scale.h
23
int
x_scale_fp
; // horizontal fixed point scale factor
member in struct:scale_factors_common
48
return sfc->
x_scale_fp
!= REF_INVALID_SCALE &&
53
return sfc->
x_scale_fp
!= REF_NO_SCALE ||
vp9_scale.c
16
return val * sfc->
x_scale_fp
>> REF_SCALE_SHIFT;
77
scale_comm->
x_scale_fp
= REF_INVALID_SCALE;
82
scale_comm->
x_scale_fp
= get_fixed_point_scale_factor(other_w, this_w);
Completed in 82 milliseconds