HomeSort by relevance Sort by last modified time
    Searched refs:arnr_type (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
onyx.h 214 int arnr_type; member in struct:__anon16705
  /external/libvpx/libvpx/vp8/common/
onyx.h 214 int arnr_type; member in struct:__anon28656
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
onyx.h 214 int arnr_type; member in struct:__anon39746
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/
vp9_temporal_filter.c 364 int blur_type = cpi->oxcf.arnr_type;
465 switch (cpi->oxcf.arnr_type) {
vp9_encoder.h 277 int arnr_type; member in struct:VP9EncoderConfig
  /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
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 274 int arnr_type; member in struct:__anon39850
  /external/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/libvpx/source/libvpx/vp9/
vp9_cx_iface.c 33 unsigned int arnr_type; member in struct:vp9_extracfg
63 3, // arnr_type
206 RANGE_CHECK(extra_cfg, arnr_type, 1, 3);
371 oxcf->arnr_type = extra_cfg->arnr_type;
502 MAP(VP8E_SET_ARNR_TYPE, extra_cfg.arnr_type);
    [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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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);
408 oxcf->arnr_type = vp8_cfg.arnr_type;
523 MAP(VP8E_SET_ARNR_TYPE , xcfg.arnr_type);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/
vp9_cx_iface.c 33 unsigned int arnr_type; member in struct:vp9_extracfg
62 3, // arnr_type
199 RANGE_CHECK(extra_cfg, arnr_type, 1, 3);
351 oxcf->arnr_type = extra_cfg->arnr_type;
483 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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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 323 static const arg_def_t arnr_type = ARG_DEF(NULL, "arnr-type", 1, variable
342 &token_parts, &arnr_maxframes, &arnr_strength, &arnr_type,
374 &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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/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...]

Completed in 1189 milliseconds