HomeSort by relevance Sort by last modified time
    Searched defs:DISABLE_COMPOUND_SPLIT (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
vp9_speed_features.c 36 #define DISABLE_COMPOUND_SPLIT ((1 << THR_COMP_GA) | (1 << THR_COMP_LA))
62 sf->disable_split_mask = DISABLE_COMPOUND_SPLIT;
165 sf->disable_split_mask = DISABLE_COMPOUND_SPLIT;
  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.h 53 DISABLE_COMPOUND_SPLIT = (1 << THR_COMP_GA) | (1 << THR_COMP_LA),

Completed in 119 milliseconds