HomeSort by relevance Sort by last modified time
    Searched full:i4_ref_offset (Results 1 - 1 of 1) sorted by null

  /external/libavc/decoder/
ih264d_inter_pred.c 313 WORD32 i4_ref_offset, i4_rec_offset; local
367 i4_ref_offset = i2_frm_y * u2_frm_wd + i2_frm_x * YUV420SP_FACTOR;
403 pu1_pred_u = ps_ref_frm->pu1_buf2 + i4_ref_offset;
404 pu1_pred_v = ps_ref_frm->pu1_buf3 + i4_ref_offset;
714 WORD32 i4_ref_offset, i4_rec_offset; local
775 i4_ref_offset = i2_frm_y * u2_frm_wd + i2_frm_x * YUV420SP_FACTOR;
824 i4_ref_offset += i2_pod_ht * u2_frm_wd;
839 pu1_pred_u = pu1_buf2 + i4_ref_offset;
840 pu1_pred_v = pu1_buf3 + i4_ref_offset;
    [all...]

Completed in 175 milliseconds