Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_half_pel.c118 WORD16 i16_temp; in ih264e_sixtapfilter_horz() local
120 i16_temp = ih264_g_six_tap[0] * (*pu1_src + pu1_src[5]) in ih264e_sixtapfilter_horz()
124 i16_temp = (i16_temp + 16) >> 5; in ih264e_sixtapfilter_horz()
126 *pu1_dst = CLIP_U8(i16_temp); in ih264e_sixtapfilter_horz()
/external/libavc/decoder/
Dih264d_process_bslice.c793 WORD16 i16_tb, i16_tx, i2_dist_scale_factor, i16_temp; in ih264d_decode_temporal_direct() local
802 i16_temp = (i2_mv_x0 * i2_dist_scale_factor + 128) >> 8; in ih264d_decode_temporal_direct()
803 i2_mv_x1 = i16_temp - i2_mv_x0; in ih264d_decode_temporal_direct()
804 i2_mv_x0 = i16_temp; in ih264d_decode_temporal_direct()
806 i16_temp = (i2_mv_y0 * i2_dist_scale_factor + 128) >> 8; in ih264d_decode_temporal_direct()
807 i2_mv_y1 = i16_temp - i2_mv_y0; in ih264d_decode_temporal_direct()
808 i2_mv_y0 = i16_temp; in ih264d_decode_temporal_direct()