/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ |
onyx.h | 225 int arnr_type; member in struct:__anon17688
|
/external/libvpx/libvpx/vp8/common/ |
onyx.h | 214 int arnr_type; member in struct:__anon4406
|
/external/libvpx/libvpx/vp9/encoder/ |
vp9_temporal_filter.c | 382 int blur_type = cpi->oxcf.arnr_type; 484 switch (cpi->oxcf.arnr_type) {
|
vp9_onyx_int.h | 273 int arnr_type; member in struct:VP9_CONFIG
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/ |
vp8_cx_iface.c | 36 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); [all...] |
/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; 521 MAP(VP8E_SET_ARNR_TYPE , xcfg.arnr_type); [all...] |
/external/libvpx/libvpx/vp9/ |
vp9_cx_iface.c | 33 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); [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/ |
temporal_filter.c | 445 int blur_type = cpi->oxcf.arnr_type;
|
firstpass.c | [all...] |
/external/libvpx/libvpx/vp8/encoder/ |
temporal_filter.c | 444 int blur_type = cpi->oxcf.arnr_type;
|
firstpass.c | [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/ |
vpxenc.c | 342 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, [all...] |
/external/libvpx/libvpx/ |
vpxenc.c | 360 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, [all...] |