Searched defs:i16_tb (Results 1 - 2 of 2) sorted by relevance

/external/libavc/decoder/
H A Dih264d_parse_bslice.c1199 WORD16 i16_tb, i16_td, i16_tx; local
1223 i16_tb = CLIP3(-128, 127, i4_tb);
1228 (((i16_tb * i16_tx) + 32) >> 6));
1293 i16_tb = CLIP3(-128, 127, i4_tb);
1300 (((i16_tb * i16_tx) + 32) >> 6));
H A Dih264d_process_bslice.c793 WORD16 i16_tb, i16_tx, i2_dist_scale_factor, i16_temp; local
796 i16_tb = cur_poc - pic0_poc;
797 i16_tb = CLIP3(-128, 127, i16_tb);
801 (((i16_tb * i16_tx) + 32) >> 6));

Completed in 63 milliseconds