Home | History | Annotate | Download | only in encoder

Lines Matching full:ps_proc

94  * @param[in] ps_proc
109 void ih264e_motion_comp_luma(process_ctxt_t *ps_proc, UWORD8 **pu1_pseudo_pred,
113 codec_t *ps_codec = ps_proc->ps_codec;
116 me_ctxt_t *ps_me_ctxt = &ps_proc->s_me_ctxt;
131 WORD32 i4_pred_strd = ps_proc->i4_pred_strd;
158 i4_ref_strd[0] = ps_proc->i4_rec_strd;
163 for (u4_num_prtn = 0; u4_num_prtn < ps_proc->u4_num_sub_partitions;
169 ps_curr_pu = ps_proc->ps_pu + u4_num_prtn;
178 pu1_ref[0] = ps_proc->apu1_ref_buf_luma[0];
183 pu1_ref[0] = ps_proc->apu1_ref_buf_luma[1];
190 * ps_proc->pu1_best_subpel_buf
195 pu1_ref[0] = ps_proc->apu1_ref_buf_luma[0];
202 pu1_ref[0] = ps_proc->apu1_ref_buf_luma[0];
231 pu1_ref[1] = ps_proc->pu1_best_subpel_buf;
232 i4_ref_strd[1] = ps_proc->u4_bst_spel_buf_strd;
235 pu1_pred = ps_proc->pu1_pred_mb
250 if (ps_proc->u4_num_sub_partitions == 1)
258 * Currently ps_proc->u4_num_sub_partitions will always be 1 as we only support 16x16 in P mbs
283 * @param[in] ps_proc
292 void ih264e_motion_comp_chroma(process_ctxt_t *ps_proc)
295 codec_t *ps_codec = ps_proc->ps_codec;
307 WORD32 i4_ref_strd = ps_proc->i4_rec_strd;
310 WORD32 i4_pred_strd = ps_proc->i4_pred_strd;
331 for (u4_num_prtn = 0; u4_num_prtn < ps_proc->u4_num_sub_partitions;
336 ps_curr_pu = ps_proc->ps_pu + u4_num_prtn;
341 pu1_ref = ps_proc->apu1_ref_buf_chroma[ps_curr_pu->b2_pred_mode];
365 pu1_pred = ps_proc->pu1_pred_mb
393 pu1_ref_buf[PRED_L0] = ps_proc->apu1_subpel_buffs[0];
394 pu1_ref_buf[PRED_L1] = ps_proc->apu1_subpel_buffs[1];
400 pu1_ref = ps_proc->apu1_ref_buf_chroma[i4_predmode];
427 pu1_pred = ps_proc->pu1_pred_mb