Home
last modified time | relevance | path

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

/external/libvpx/examples/
Dvp8_set_maps.txt48 roi.static_threshold[0] = 1500;
49 roi.static_threshold[1] = 1000;
50 roi.static_threshold[2] = 500;
51 roi.static_threshold[3] = 0;
/external/libvpx/vpx/
Dvp8cx.h171 unsigned int static_threshold[4];/**< threshold for region to be treated as static */ member
/external/libvpx/vp8/
Dvp8_cx_iface.c943 …(ctx->cpi, roi->roi_map, roi->rows, roi->cols, roi->delta_q, roi->delta_lf, roi->static_threshold)) in vp8e_set_roi_map()