Home
last modified time | relevance | path

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

/external/libavc/decoder/
Dih264d_parse_bslice.c1199 WORD16 i16_tb, i16_td, i16_tx; in ih264d_get_implicit_weights() local
1221 i16_tb = ps_dec->ps_cur_pic->i4_poc - u4_poc0; in ih264d_get_implicit_weights()
1222 i16_tb = CLIP3(-128, 127, i16_tb); in ih264d_get_implicit_weights()
1227 (((i16_tb * i16_tx) + 32) >> 6)); in ih264d_get_implicit_weights()
1291 i16_tb = i4_cur_poc - u4_poc0; in ih264d_get_implicit_weights()
1292 i16_tb = CLIP3(-128, 127, i16_tb); in ih264d_get_implicit_weights()
1299 (((i16_tb * i16_tx) + 32) >> 6)); in ih264d_get_implicit_weights()
Dih264d_process_bslice.c793 WORD16 i16_tb, i16_tx, i2_dist_scale_factor, i16_temp; in ih264d_decode_temporal_direct() local
796 i16_tb = cur_poc - pic0_poc; in ih264d_decode_temporal_direct()
797 i16_tb = CLIP3(-128, 127, i16_tb); in ih264d_decode_temporal_direct()
801 (((i16_tb * i16_tx) + 32) >> 6)); in ih264d_decode_temporal_direct()