Home
last modified time | relevance | path

Searched refs:stop_thresh (Results 1 – 1 of 1) sorted by relevance

/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/
Dvp9_encodeframe.c2093 int64_t stop_thresh = 4096; in rd_pick_partition() local
2103 stop_thresh >>= 8 - (b_width_log2_lookup[bsize] + in rd_pick_partition()
2106 stop_thresh_rd = RDCOST(x->rdmult, x->rddiv, 0, stop_thresh); in rd_pick_partition()
2719 int64_t stop_thresh = 4096; in nonrd_pick_partition() local
2729 stop_thresh >>= 8 - (b_width_log2_lookup[bsize] + in nonrd_pick_partition()
2732 stop_thresh_rd = RDCOST(x->rdmult, x->rddiv, 0, stop_thresh); in nonrd_pick_partition()