Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_me.c1423 WORD32 i4_td, i4_tx, i4_tb, i4_dist_scale_factor; in ih264e_find_bskip_params_me() local
1435 i4_tx = ( 16384 + ABS( i4_td / 2 ) ) / i4_td ; in ih264e_find_bskip_params_me()
1436 i4_dist_scale_factor = CLIP3( -1024, 1023, ( i4_tb * i4_tx + 32 ) >> 6 ); in ih264e_find_bskip_params_me()