Home
last modified time | relevance | path

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

/external/libmpeg2/common/
Dideint.c285 WORD32 th_num, th_den; in ideint_process() local
291 th_den = 0; in ideint_process()
340 th_den = vrnc + in ideint_process()
343 if((sad * th_den) <= th_num) in ideint_process()
373 if(disable_cac_sad || cac || (sad * th_den > th_num)) in ideint_process()