Home
last modified time | relevance | path

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

/external/libmpeg2/common/
Dideint.c283 WORD32 th_num, th_den; in ideint_process() local
289 th_den = 0; in ideint_process()
338 th_den = vrnc + 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()