Home | History | Annotate | Download | only in encoder

Lines Matching refs:ref_stride

572     S32 inp_stride, ref_stride;
599 ref_stride = ps_inter_ctb_prms->i4_rec_stride;
601 ps_interp_prms->i4_ref_stride = ref_stride;
647 ref_offset = (x_part + x_pic) + (y_pic + y_part) * ref_stride;
1234 S32 ref_stride = ps_prms->i4_ref_stride;
1262 ref_stride,
1333 S32 ref_stride = ps_prms->i4_ref_stride;
1346 pu1_pred = pu1_ref + (i & 0x01) * 8 + (i >> 1) * ref_stride * 8;
1351 pu1_src, inp_stride, pu1_pred, ref_stride, pi2_y0, 16, api4_satd_pu, pos_x_y_4x4_0, 4);
1506 S32 ref_stride = ps_prms->i4_ref_stride;
1519 pu1_pred = pu1_ref + (i & 0x01) * 8 + (i >> 1) * ref_stride * 8;
1524 pu1_src, inp_stride, pu1_pred, ref_stride, pi2_y0, 16, api4_satd_pu, pos_x_y_4x4_0, 4);
1665 S32 ref_stride = ps_prms->i4_ref_stride;
1692 ref_stride,
1750 S32 ref_stride = ps_prms->i4_ref_stride;
1762 pu1_pred = pu1_ref + ((i & 0x3) << 3) + ((i >> 2) * ref_stride * 8);
1765 pu1_src, inp_stride, pu1_pred, ref_stride, NULL, 1);
1852 S32 ref_stride = ps_prms->i4_ref_stride;
1879 ref_stride,
1957 S32 ref_stride = ps_prms->i4_ref_stride;
1971 pu1_pi1 = pu1_ref + (blkx * 32) + (blky * 32 * ref_stride);
1978 pu1_pred = pu1_pi1 + ((j & 0x3) << 3) + ((j >> 2) * ref_stride * 8);
1981 pu1_src, inp_stride, pu1_pred, ref_stride, NULL, 1);
2087 S32 ref_stride = ps_prms->i4_ref_stride;
2117 pu1_pi1 = pu1_ref + (blkx * 32) + (blky * 32 * ref_stride);
2124 ref_stride,