Home | History | Annotate | Download | only in decoder

Lines Matching refs:i16_td

758             WORD16 i16_td;
785 i16_td = pic1_poc - pic0_poc;
786 if((ps_pic_buff0->u1_is_short == 0) || (i16_td == 0))
795 i16_td = CLIP3(-128, 127, i16_td);
799 i16_tx = (16384 + ABS(SIGN_POW2_DIV(i16_td, 1))) / i16_td;