OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:total_encoders
(Results
1 - 4
of
4
) sorted by null
/external/libvpx/libvpx/vpx/internal/
vpx_codec_internal.h
351
unsigned int
total_encoders
;
member in struct:vpx_codec_priv::__anon26278
/external/libvpx/libvpx/vp8/
vp8_cx_iface.c
144
if (ctx->base.enc.
total_encoders
> 1) RANGE_CHECK_HI(cfg, g_lag_in_frames, 0);
157
if (ctx->base.enc.
total_encoders
> 1)
169
if (ctx->base.enc.
total_encoders
> 1)
648
ctx->priv->enc.
total_encoders
= mr_cfg->mr_total_resolutions;
650
ctx->priv->enc.
total_encoders
= 1;
[
all
...]
/external/libvpx/libvpx/vpx/src/
vpx_encoder.c
209
unsigned int num_enc = ctx->priv->enc.
total_encoders
;
/external/libvpx/libvpx/vp9/
vp9_cx_iface.c
[
all
...]
Completed in 344 milliseconds