HomeSort by relevance Sort by last modified time
    Searched refs:i16_temp (Results 1 - 2 of 2) sorted by null

  /external/libavc/encoder/
ih264e_half_pel.c 118 WORD16 i16_temp; local
120 i16_temp = ih264_g_six_tap[0] * (*pu1_src + pu1_src[5])
124 i16_temp = (i16_temp + 16) >> 5;
126 *pu1_dst = CLIP_U8(i16_temp);
  /external/libavc/decoder/
ih264d_process_bslice.c 793 WORD16 i16_tb, i16_tx, i2_dist_scale_factor, i16_temp; local
802 i16_temp = (i2_mv_x0 * i2_dist_scale_factor + 128) >> 8;
803 i2_mv_x1 = i16_temp - i2_mv_x0;
804 i2_mv_x0 = i16_temp;
806 i16_temp = (i2_mv_y0 * i2_dist_scale_factor + 128) >> 8;
807 i2_mv_y1 = i16_temp - i2_mv_y0;
808 i2_mv_y0 = i16_temp;
    [all...]

Completed in 52 milliseconds