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

  /external/libaom/libaom/av1/encoder/
speed_features.c 158 sf->partition_search_breakout_dist_thr = (1 << 24);
161 sf->partition_search_breakout_dist_thr = (1 << 22);
169 sf->partition_search_breakout_dist_thr = (1 << 25);
173 sf->partition_search_breakout_dist_thr = (1 << 23);
182 sf->partition_search_breakout_dist_thr = (1 << 26);
184 sf->partition_search_breakout_dist_thr = (1 << 24);
747 sf->partition_search_breakout_dist_thr = 0;
805 // sf->partition_search_breakout_dist_thr is set assuming max 64x64
808 sf->partition_search_breakout_dist_thr <<= 2 * (MAX_SB_SIZE_LOG2 - 6);
    [all...]
speed_features.h 503 int64_t partition_search_breakout_dist_thr; member in struct:SPEED_FEATURES
encodeframe.c     [all...]

Completed in 131 milliseconds