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

  /external/libavc/common/
ih264_inter_pred_filters.c 470 WORD16 i2_temp; local
472 i2_temp = puc_pred[-2] - 5 * (puc_pred[-1] + puc_pred[2]) +
474 i2_temp = pu1_src[-2] + pu1_src[3]
478 i2_temp = (i2_temp + 16) >> 5;
479 i2_temp = CLIP_U8(i2_temp);
480 *pu1_dst = (i2_temp + *pu1_pred1 + 1) >> 1;
553 WORD16 i2_temp; local
558 i2_temp = pu1_src[-off2] + pu1_src[off3
    [all...]
  /external/libavc/decoder/
ih264d_parse_mb_header.c 1134 WORD32 i2_temp; local
    [all...]

Completed in 48 milliseconds