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

/external/libvpx/libvpx/vp9/common/
H A Dvp9_onyx.h162 int arnr_type; member in struct:__anon21617
/external/libvpx/libvpx/vp8/common/
H A Donyx.h214 int arnr_type; member in struct:__anon21547
/external/libvpx/libvpx/vp9/
H A Dvp9_cx_iface.c34 unsigned int arnr_type; member in struct:vp9_extracfg
62 3, /* arnr_type*/
195 RANGE_CHECK(vp8_cfg, arnr_type, 1, 3);
326 oxcf->arnr_type = vp8_cfg.arnr_type;
442 MAP(VP8E_SET_ARNR_TYPE, xcfg.arnr_type);
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c372 int blur_type = cpi->oxcf.arnr_type;
475 switch (cpi->oxcf.arnr_type) {
/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;
522 MAP(VP8E_SET_ARNR_TYPE , xcfg.arnr_type);
/external/libvpx/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/
H A Dvpxenc.c547 static const arg_def_t arnr_type = ARG_DEF(NULL, "arnr-type", 1, variable
569 &token_parts, &arnr_maxframes, &arnr_strength, &arnr_type,
586 &tile_cols, &tile_rows, &arnr_maxframes, &arnr_strength, &arnr_type,

Completed in 1248 milliseconds