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

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_speed_features.h 233 int last_partitioning_redo_frequency; member in struct:__anon30273
vp9_speed_features.c 101 sf->last_partitioning_redo_frequency = 3;
205 sf->last_partitioning_redo_frequency = 3;
234 sf->last_partitioning_redo_frequency = 4;
240 (cm->current_video_frame + 1) % sf->last_partitioning_redo_frequency);
261 (cm->current_video_frame % sf->last_partitioning_redo_frequency == 1);
264 (sf->last_partitioning_redo_frequency << 1) == 1);
315 sf->last_partitioning_redo_frequency = 4;
vp9_encodeframe.c     [all...]
  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.c 300 sf->last_partitioning_redo_frequency = 3;
322 sf->last_partitioning_redo_frequency = 4;
328 (frames_since_key + 1) % sf->last_partitioning_redo_frequency);
353 (frames_since_key % (sf->last_partitioning_redo_frequency << 1) == 1);
484 sf->last_partitioning_redo_frequency = 4;
vp9_speed_features.h 290 int last_partitioning_redo_frequency; member in struct:SPEED_FEATURES

Completed in 78 milliseconds