Home
last modified time | relevance | path

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

/external/libmpeg2/common/
Dideint.c283 WORD32 th_num, th_den; in ideint_process() local
290 th_num = st_thresh; in ideint_process()
333 th_num = st_thresh; in ideint_process()
335 th_num *= vrnc_avg_st + in ideint_process()
341 if((sad * th_den) <= th_num) in ideint_process()
371 if(disable_cac_sad || cac || (sad * th_den > th_num)) in ideint_process()