Searched refs:ps_ref_frame (Results 1 – 3 of 3) sorted by relevance
/external/libavc/decoder/ |
D | ih264d_process_pslice.c | 123 pic_buffer_t *ps_ref_frame, **pps_ref_frame; in ih264d_mv_pred_ref_tfr_nby2_pmb() local 186 ps_ref_frame = pps_ref_frame[i1_ref_idx]; in ih264d_mv_pred_ref_tfr_nby2_pmb() 187 s_mvPred.u1_col_ref_pic_idx = ps_ref_frame->u1_mv_buf_id; in ih264d_mv_pred_ref_tfr_nby2_pmb() 188 s_mvPred.u1_pic_type = ps_ref_frame->u1_pic_type; in ih264d_mv_pred_ref_tfr_nby2_pmb() 203 … ih264d_fill_pred_info (s_mvPred.i2_mv,4,4,0,PRED_L0,ps_pred_pkd,ps_ref_frame->u1_pic_buf_id, in ih264d_mv_pred_ref_tfr_nby2_pmb() 205 ps_ref_frame->u1_pic_type); in ih264d_mv_pred_ref_tfr_nby2_pmb() 265 ps_ref_frame = pps_ref_frame[i1_ref_idx1]; in ih264d_mv_pred_ref_tfr_nby2_pmb() 277 … ps_ref_frame->u1_pic_buf_id,(i1_ref_idx >> u1_scale_ref),pu4_wt_offst, in ih264d_mv_pred_ref_tfr_nby2_pmb() 278 ps_ref_frame->u1_pic_type); in ih264d_mv_pred_ref_tfr_nby2_pmb() 287 s_mvPred.u1_col_ref_pic_idx = ps_ref_frame->u1_mv_buf_id; in ih264d_mv_pred_ref_tfr_nby2_pmb() [all …]
|
D | ih264d_parse_bslice.c | 891 pic_buffer_t * ps_ref_frame; in ih264d_mv_pred_ref_tfr_nby2_bmb() local 1111 ps_ref_frame = in ih264d_mv_pred_ref_tfr_nby2_bmb() 1119 ps_ref_frame->u1_mv_buf_id; in ih264d_mv_pred_ref_tfr_nby2_bmb() 1120 s_mvPred.u1_pic_type = ps_ref_frame->u1_pic_type; in ih264d_mv_pred_ref_tfr_nby2_bmb() 1143 … ps_pred_pkd,ps_ref_frame->u1_pic_buf_id,i1_ref_idx,pu4_wt_offst, in ih264d_mv_pred_ref_tfr_nby2_bmb() 1144 ps_ref_frame->u1_pic_type); in ih264d_mv_pred_ref_tfr_nby2_bmb()
|
D | ih264d_process_bslice.c | 84 struct pic_buffer_t *ps_ref_frame = NULL, *ps_col_pic, *ps_pic_buff0 = NULL, in ih264d_decode_spatial_direct() local 150 ps_ref_frame = ps_pic_buff0; in ih264d_decode_spatial_direct() 170 ps_ref_frame = ps_pic_buff1; in ih264d_decode_spatial_direct() 212 s_temp_mv_pred.u1_col_ref_pic_idx = ps_ref_frame->u1_mv_buf_id; in ih264d_decode_spatial_direct() 213 s_temp_mv_pred.u1_pic_type = ps_ref_frame->u1_pic_type; in ih264d_decode_spatial_direct()
|