OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mr_cfg
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libvpx/source/libvpx/vpx/src/
vpx_encoder.c
94
vpx_codec_priv_enc_mr_cfg_t
mr_cfg
;
local
103
mr_cfg
.mr_low_res_mode_info = mem_loc;
104
mr_cfg
.mr_total_resolutions = num_enc;
105
mr_cfg
.mr_encoder_id = num_enc - 1 - i;
106
mr_cfg
.mr_down_sampling_factor.num = dsf->num;
107
mr_cfg
.mr_down_sampling_factor.den = dsf->den;
113
if (
mr_cfg
.mr_encoder_id)
121
res = ctx->iface->init(ctx, &
mr_cfg
);
/external/libvpx/libvpx/vpx/src/
vpx_encoder.c
97
vpx_codec_priv_enc_mr_cfg_t
mr_cfg
;
local
106
mr_cfg
.mr_low_res_mode_info = mem_loc;
107
mr_cfg
.mr_total_resolutions = num_enc;
108
mr_cfg
.mr_encoder_id = num_enc - 1 - i;
109
mr_cfg
.mr_down_sampling_factor.num = dsf->num;
110
mr_cfg
.mr_down_sampling_factor.den = dsf->den;
116
if (
mr_cfg
.mr_encoder_id)
124
res = ctx->iface->init(ctx, &
mr_cfg
);
Completed in 29 milliseconds