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

  /external/libvpx/libvpx/vp9/encoder/
vp9_temporal_filter.c 383 int max_frames = cpi->active_arnr_frames;
516 cpi->active_arnr_frames = frames_bwd + 1 + frames_fwd;
534 if (cpi->active_arnr_frames > (group_boost / 150)) {
535 cpi->active_arnr_frames = (group_boost / 150);
536 cpi->active_arnr_frames += !(cpi->active_arnr_frames & 1);
vp9_onyx_int.h 376 int active_arnr_frames; // <= cpi->oxcf.arnr_max_frames member in struct:VP9_COMP
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_temporal_filter.c 383 int max_frames = cpi->active_arnr_frames;
516 cpi->active_arnr_frames = frames_bwd + 1 + frames_fwd;
534 if (cpi->active_arnr_frames > (group_boost / 150)) {
535 cpi->active_arnr_frames = (group_boost / 150);
536 cpi->active_arnr_frames += !(cpi->active_arnr_frames & 1);
vp9_onyx_int.h 377 int active_arnr_frames; // <= cpi->oxcf.arnr_max_frames member in struct:VP9_COMP
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
onyx_int.h 396 int active_arnr_frames; member in struct:VP8_COMP
temporal_filter.c 447 int max_frames = cpi->active_arnr_frames;
firstpass.c     [all...]
  /external/libvpx/libvpx/vp8/encoder/
onyx_int.h 399 int active_arnr_frames; member in struct:VP8_COMP
temporal_filter.c 446 int max_frames = cpi->active_arnr_frames;
firstpass.c     [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/encoder/
onyx_int.h 399 int active_arnr_frames; member in struct:VP8_COMP
temporal_filter.c 446 int max_frames = cpi->active_arnr_frames;
firstpass.c     [all...]

Completed in 465 milliseconds