Home | History | Annotate | Download | only in decoder

Lines Matching refs:i16_td

1199     WORD16 i16_tb, i16_td, i16_tx;
1223 i16_td = u4_poc1 - u4_poc0;
1224 i16_td = CLIP3(-128, 127, i16_td);
1225 i16_tx = (16384 + ABS(SIGN_POW2_DIV(i16_td, 1))) / i16_td;
1293 i16_td = u4_poc1 - u4_poc0;
1294 i16_td = CLIP3(-128, 127, i16_td);
1295 i16_tx = (16384 + ABS(SIGN_POW2_DIV(i16_td, 1)))
1296 / i16_td;