Home | History | Annotate | Download | only in encoder

Lines Matching refs:x_off

565     S32 x_off, y_off, x_pic, y_pic;
595 x_off = ps_cu_results->u1_x_off;
604 x_pic = x_off + ps_inter_ctb_prms->i4_ctb_x_off;
970 (PART_ID_T)((PART_ID_NxN_TL) + (x_off & 1) + ((y_off & 1) << 1));
1066 (PART_ID_T)((PART_ID_NxN_TL) + (x_off & 1) + ((y_off & 1) << 1));
2157 * S32 x_off,
2171 * @param[in] x_off : x offset of the partition w.r.t. pic start
2289 S32 x_off,
2389 i4_offset = x_off + (y_off * i4_ref_stride);
2909 S32 x_off,
3011 i4_offset = x_off + (y_off * i4_ref_stride);
4058 S32 x_off, y_off;
4112 x_off = gas_part_attr_in_cu[part_id].u1_x_start << e_cu_size;
4114 x_off += ps_search_results->u1_x_off;
4116 i4_inp_off = x_off + y_off * ps_prms->i4_inp_stride;
4119 x_off += ps_prms->i4_ctb_x_off;
4179 s_err_prms.pu1_ref = pu1_ref_base + x_off + (y_off * i4_ref_stride) + i4_mv_x +
4346 x_off = gas_part_attr_in_cu[0].u1_x_start << e_cu_size;
4348 x_off += ps_search_results->u1_x_off;
4350 i4_inp_off = x_off + y_off * ps_prms->i4_inp_stride;
4389 x_off + ps_prms->i4_ctb_x_off,