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

  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.c 66 sf->partition_search_breakout_thr.dist = (1 << 20);
67 sf->partition_search_breakout_thr.rate = 80;
81 sf->partition_search_breakout_thr.dist = (1 << 23);
84 sf->partition_search_breakout_thr.dist = (1 << 21);
93 sf->partition_search_breakout_thr.dist = (1 << 24);
94 sf->partition_search_breakout_thr.rate = 120;
97 sf->partition_search_breakout_thr.dist = (1 << 22);
98 sf->partition_search_breakout_thr.rate = 100;
118 sf->partition_search_breakout_thr.dist = (1 << 25);
119 sf->partition_search_breakout_thr.rate = 200
    [all...]
vp9_speed_features.h 196 typedef struct PARTITION_SEARCH_BREAKOUT_THR {
199 } PARTITION_SEARCH_BREAKOUT_THR;
449 PARTITION_SEARCH_BREAKOUT_THR partition_search_breakout_thr; member in struct:SPEED_FEATURES
vp9_encodeframe.c     [all...]

Completed in 140 milliseconds