Searched refs:thr_weight (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dmss12.h45 int thr_weight, threshold; member in struct:Model
H A Dmss12.c71 static av_cold void model_init(Model *m, int num_syms, int thr_weight) argument
74 m->thr_weight = thr_weight;
75 m->threshold = num_syms * thr_weight;
83 if (m->thr_weight == THRESH_ADAPTIVE)

Completed in 117 milliseconds