OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_scaled_offsets
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vp9/common/
vp9_scale.h
31
void (*
set_scaled_offsets
)(struct scale_factors *scale, int row, int col);
member in struct:scale_factors
vp9_scale.c
91
scale->
set_scaled_offsets
= set_offsets_with_scaling;
96
scale->
set_scaled_offsets
= set_offsets_without_scaling;
vp9_reconinter.c
169
scale->
set_scaled_offsets
(scale, arg->y + y, arg->x + x);
/external/libvpx/libvpx/vp9/encoder/
vp9_rdopt.c
[
all
...]
Completed in 462 milliseconds