/external/libvpx/libvpx/vp9/common/ |
vp9_onyx.h | 162 int arnr_type; member in struct:__anon21289
|
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 214 int arnr_type; member in struct:__anon21219
|
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 34 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); [all...] |
/external/libvpx/libvpx/vp9/encoder/ |
vp9_temporal_filter.c | 372 int blur_type = cpi->oxcf.arnr_type; 475 switch (cpi->oxcf.arnr_type) {
|
/external/libvpx/libvpx/vp8/ |
vp8_cx_iface.c | 34 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); [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
temporal_filter.c | 445 int blur_type = cpi->oxcf.arnr_type;
|
firstpass.c | [all...] |
/external/libvpx/libvpx/ |
vpxenc.c | 547 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, [all...] |