Searched refs:arnr_type (Results 1 - 13 of 13) sorted by relevance

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Donyx.h225 int arnr_type; member in struct:__anon13063
/external/libvpx/libvpx/vp8/common/
H A Donyx.h214 int arnr_type; member in struct:__anon24854
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c382 int blur_type = cpi->oxcf.arnr_type;
484 switch (cpi->oxcf.arnr_type) {
H A Dvp9_onyx_int.h273 int arnr_type; member in struct:VP9_CONFIG
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/
H A Dvp8_cx_iface.c36 unsigned int arnr_type; /* alt_ref filter type */ member in struct:vp8_extracfg
61 3, /* arnr_type*/
195 RANGE_CHECK(vp8_cfg, arnr_type, 1, 3);
396 oxcf->arnr_type = vp8_cfg.arnr_type;
562 extra_cfg.arnr_type = CAST(VP8E_SET_ARNR_TYPE, args);
/external/libvpx/libvpx/vp8/
H A Dvp8_cx_iface.c34 unsigned int arnr_type; /* alt_ref filter type */ member in struct:vp8_extracfg
69 3, /* arnr_type*/
205 RANGE_CHECK(vp8_cfg, arnr_type, 1, 3);
406 oxcf->arnr_type = vp8_cfg.arnr_type;
521 MAP(VP8E_SET_ARNR_TYPE , xcfg.arnr_type);
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c33 unsigned int arnr_type; member in struct:vp9_extracfg
63 3, // arnr_type
201 RANGE_CHECK(extra_cfg, arnr_type, 1, 3);
361 oxcf->arnr_type = extra_cfg->arnr_type;
493 MAP(VP8E_SET_ARNR_TYPE, extra_cfg.arnr_type);
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dtemporal_filter.c445 int blur_type = cpi->oxcf.arnr_type;
H A Dfirstpass.c2055 switch (cpi->oxcf.arnr_type)
/external/libvpx/libvpx/vp8/encoder/
H A Dtemporal_filter.c444 int blur_type = cpi->oxcf.arnr_type;
H A Dfirstpass.c2055 switch (cpi->oxcf.arnr_type)
/external/chromium_org/third_party/libvpx/source/libvpx/
H A Dvpxenc.c342 static const arg_def_t arnr_type = ARG_DEF(NULL, "arnr-type", 1, variable
361 &token_parts, &arnr_maxframes, &arnr_strength, &arnr_type,
419 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,
/external/libvpx/libvpx/
H A Dvpxenc.c360 static const arg_def_t arnr_type = ARG_DEF(NULL, "arnr-type", 1, variable
379 &token_parts, &arnr_maxframes, &arnr_strength, &arnr_type,
411 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,

Completed in 205 milliseconds