OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:y_scale_fp
(Results
1 - 3
of
3
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_scale.h
23
int
y_scale_fp
; // vertical fixed point scale factor
member in struct:scale_factors
43
sf->
y_scale_fp
!= REF_INVALID_SCALE;
48
sf->
y_scale_fp
!= REF_NO_SCALE;
vp9_scale.c
20
return val * scale->
y_scale_fp
>> REF_SCALE_SHIFT;
77
scale->
y_scale_fp
= REF_INVALID_SCALE;
82
scale->
y_scale_fp
= get_fixed_point_scale_factor(other_h, this_h);
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c
[
all
...]
Completed in 33 milliseconds