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

  /external/libvpx/libvpx/vp9/encoder/
vp9_speed_features.c 87 sf->ml_partition_search_breakout_thresh[0] = 0.0f;
88 sf->ml_partition_search_breakout_thresh[1] = 0.0f;
89 sf->ml_partition_search_breakout_thresh[2] = 0.0f;
91 sf->ml_partition_search_breakout_thresh[0] = 2.5f;
92 sf->ml_partition_search_breakout_thresh[1] = 1.5f;
93 sf->ml_partition_search_breakout_thresh[2] = 1.5f;
109 sf->ml_partition_search_breakout_thresh[0] = -5.0f;
110 sf->ml_partition_search_breakout_thresh[1] = -5.0f;
111 sf->ml_partition_search_breakout_thresh[2] = -9.0f;
115 sf->ml_partition_search_breakout_thresh[0] = -1.0f
    [all...]
vp9_speed_features.h 518 float ml_partition_search_breakout_thresh[3]; member in struct:SPEED_FEATURES
vp9_encodeframe.c     [all...]
  /external/libaom/libaom/av1/encoder/
speed_features.c 112 sf->ml_partition_search_breakout_thresh[0] = 200; // BLOCK_8X8
113 sf->ml_partition_search_breakout_thresh[1] = 250; // BLOCK_16X16
114 sf->ml_partition_search_breakout_thresh[2] = 300; // BLOCK_32X32
115 sf->ml_partition_search_breakout_thresh[3] = 500; // BLOCK_64X64
116 sf->ml_partition_search_breakout_thresh[4] = -1; // BLOCK_128X128
134 sf->ml_partition_search_breakout_thresh[0] = 200; // BLOCK_8X8
135 sf->ml_partition_search_breakout_thresh[1] = 250; // BLOCK_16X16
136 sf->ml_partition_search_breakout_thresh[2] = 300; // BLOCK_32X32
137 sf->ml_partition_search_breakout_thresh[3] = 300; // BLOCK_64X64
138 sf->ml_partition_search_breakout_thresh[4] = -1; // BLOCK_128X12
    [all...]
speed_features.h 507 int ml_partition_search_breakout_thresh[PARTITION_BLOCK_SIZES]; member in struct:SPEED_FEATURES
encodeframe.c     [all...]

Completed in 606 milliseconds