Home | History | Annotate | Download | only in encoder

Lines Matching defs:ps_me_ctxt

2108                 me_ctxt_t *ps_me_ctxt = &ps_proc->s_me_ctxt;
2111 ps_me_ctxt->ai2_srch_boundaries[0] =
2115 ps_me_ctxt->ai2_srch_boundaries[1] =
2119 ps_me_ctxt->i4_rec_strd = ps_codec->i4_rec_strd;
2122 ps_me_ctxt->u4_half_x_offset = ps_proc->u4_half_x_offset;
2125 ps_me_ctxt->u4_half_y_offset = ps_proc->u4_half_y_offset;
2128 ps_me_ctxt->u4_half_xy_offset = ps_proc->u4_half_xy_offset;
2131 ps_me_ctxt->u4_enable_fast_sad = u4_enable_fast_sad;
2134 ps_me_ctxt->u4_enable_hpel = ps_codec->s_cfg.u4_enable_hpel;
2137 ps_me_ctxt->u4_num_layers = u4_num_layers;
2140 ps_me_ctxt->u4_me_speed_preset =
2144 ps_me_ctxt->u1_mb_qp = ps_codec->u4_frame_qp;
2149 ih264e_init_mv_bits(ps_me_ctxt);