Home
last modified time | relevance | path

Searched refs:u1_ref_idx (Results 1 – 6 of 6) sorted by relevance

/external/libavc/decoder/
Dih264d_mvpred.c77 UWORD8 u1_ref_idx, in ih264d_get_motion_vector_predictor() argument
87 (ps_mv_pred[LEFT]->i1_ref_frame[u1_B] == u1_ref_idx) in ih264d_get_motion_vector_predictor()
89 == u1_ref_idx) << 1) in ih264d_get_motion_vector_predictor()
91 == u1_ref_idx) << 2); in ih264d_get_motion_vector_predictor()
471 UWORD8 uc_B2, uc_lx, u1_ref_idx; in ih264d_mvpred_nonmbaffB() local
479 u1_ref_idx = ps_mv_final_pred->i1_ref_frame[uc_lx]; in ih264d_mvpred_nonmbaffB()
488 if(ps_mv_pred[TOP]->i1_ref_frame[uc_lx] == u1_ref_idx) in ih264d_mvpred_nonmbaffB()
506 u1_ref_idx, in ih264d_mvpred_nonmbaffB()
513 if(ps_mv_pred[LEFT]->i1_ref_frame[uc_lx] == u1_ref_idx) in ih264d_mvpred_nonmbaffB()
531 u1_ref_idx, in ih264d_mvpred_nonmbaffB()
[all …]
Dih264d_mvpred.h94 UWORD8 u1_ref_idx,
Dih264d_process_bslice.c132 WORD8 u1_ref_idx, u1_ref_idx1; in ih264d_decode_spatial_direct() local
140 u1_ref_idx = i1_ref_frame0; in ih264d_decode_spatial_direct()
144 u1_ref_idx1 = u1_ref_idx >> 1; in ih264d_decode_spatial_direct()
145 if((u1_ref_idx & 0x01) != (1 - ps_cur_mb_info->u1_topmb)) in ih264d_decode_spatial_direct()
157 u1_ref_idx = i1_ref_frame1; in ih264d_decode_spatial_direct()
161 u1_ref_idx1 = u1_ref_idx >> 1; in ih264d_decode_spatial_direct()
162 if((u1_ref_idx & 0x01) != (1 - ps_cur_mb_info->u1_topmb)) in ih264d_decode_spatial_direct()
/external/libhevc/encoder/arm/
Dihevce_hme_utils_neon.c576 U08 u1_ref_idx = ai4_wt_refs[ref]; in hme_get_wt_inp_ctb_neon() local
580 pu1_dst = ps_wt_inp_prms->apu1_wt_inp[u1_ref_idx] + (i * dst_stride) + j; in hme_get_wt_inp_ctb_neon()
583 off_8x16b = vdupq_n_s16(ps_wt_inp_prms->a_wpred_off[u1_ref_idx]); in hme_get_wt_inp_ctb_neon()
584 inv_wt_4x32b = vdupq_n_s32(ps_wt_inp_prms->a_inv_wpred_wt[u1_ref_idx]); in hme_get_wt_inp_ctb_neon()
686 U08 u1_ref_idx = ai4_wt_refs[ref]; in hme_get_wt_inp_ctb_neon() local
688 pu1_dst = ps_wt_inp_prms->apu1_wt_inp[u1_ref_idx]; in hme_get_wt_inp_ctb_neon()
691 off_4x32b = vdupq_n_s32(ps_wt_inp_prms->a_wpred_off[u1_ref_idx]); in hme_get_wt_inp_ctb_neon()
692 inv_wt_4x32b = vdupq_n_s32(ps_wt_inp_prms->a_inv_wpred_wt[u1_ref_idx]); in hme_get_wt_inp_ctb_neon()
/external/libhevc/encoder/
Dhme_subpel.c4082 as_subpel_dedup_enabler[i].u1_ref_idx = MAX_NUM_REF; in hme_subpel_refine_cu_hs()
4286 as_subpel_dedup_enabler[i4_index].u1_ref_idx = in hme_subpel_refine_cu_hs()
4368 if(ps_dedup_enabler->u1_ref_idx == MAX_NUM_REF) in hme_subpel_refine_cu_hs()
4372 as_subpel_dedup_enabler[i1_ref_idx].u1_ref_idx = i1_ref_idx; in hme_subpel_refine_cu_hs()
Dhme_defs.h3332 U08 u1_ref_idx; member