Home
last modified time | relevance | path

Searched refs:i4_indx (Results 1 – 2 of 2) sorted by relevance

/external/libavc/decoder/svc/
Disvcd_mode_mv_resamp.c1964 WORD32 i4_indx; in isvcd_interlyr_motion_submbmode_pred() local
1976 i4_indx = 3 * i4_part_size + (i4_part_mode_a - 1); in isvcd_interlyr_motion_submbmode_pred()
1978 pi4_sub_mb_mode[2 * i4_yp + i4_xp] = g_au1_eb_submb_type[i4_indx]; in isvcd_interlyr_motion_submbmode_pred()
2724 WORD32 i4_indx = 0; in isvcd_interlyr_motion_mode_pred_dyadic() local
2730 i4_indx += 1; in isvcd_interlyr_motion_mode_pred_dyadic()
2734 i4_indx += 2; in isvcd_interlyr_motion_mode_pred_dyadic()
2737 i4_indx = 3 * PRED_8x8 + (i4_indx - 1); in isvcd_interlyr_motion_mode_pred_dyadic()
2738 ai4_sub_mb_mode[0] = g_au1_eb_submb_type[i4_indx]; in isvcd_interlyr_motion_mode_pred_dyadic()
2765 WORD32 i4_indx = 0; in isvcd_interlyr_motion_mode_pred_dyadic() local
2770 i4_indx += 1; in isvcd_interlyr_motion_mode_pred_dyadic()
[all …]
/external/libhevc/encoder/
Dihevce_enc_loop_pass.c194 WORD32 i4_indx = ps_cu_prms->i4_luma_recon_stride * num_pels; in ihevce_enc_loop_ctb_left_copy() local
196 pu1_luma_left[num_pels] = pu1_buff[i4_indx]; in ihevce_enc_loop_ctb_left_copy()
204 WORD32 i4_indx = ps_cu_prms->i4_chrm_recon_stride * num_pels; in ihevce_enc_loop_ctb_left_copy() local
206 *pu1_chrm_left++ = pu1_buff[i4_indx]; in ihevce_enc_loop_ctb_left_copy()
207 *pu1_chrm_left++ = pu1_buff[i4_indx + 1]; in ihevce_enc_loop_ctb_left_copy()
223 WORD32 i4_indx = nbr_strd * ctr; in ihevce_enc_loop_ctb_left_copy() local
225 ps_left_nbr[ctr] = ps_nbr[i4_indx]; in ihevce_enc_loop_ctb_left_copy()