Home | History | Annotate | Download | only in encoder

Lines Matching full:i4_tx

1423         WORD32 i4_td, i4_tx, i4_tb, i4_dist_scale_factor;
1435 i4_tx = ( 16384 + ABS( i4_td / 2 ) ) / i4_td ;
1436 i4_dist_scale_factor = CLIP3( -1024, 1023, ( i4_tb * i4_tx + 32 ) >> 6 );