Searched refs:i4_offsety (Results 1 – 2 of 2) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_core_coding.c | 169 WORD32 i4_offsetx, i4_offsety; in ih264e_luma_16x16_resi_trans_dctrans_quant() local 180 IND2SUB_LUMA_MB(blk_cntr, i4_offsetx, i4_offsety); in ih264e_luma_16x16_resi_trans_dctrans_quant() 182 pu1_curr_src = pu1_src + i4_offsetx + i4_offsety * src_strd; in ih264e_luma_16x16_resi_trans_dctrans_quant() 183 pu1_curr_pred = pu1_pred + i4_offsetx + i4_offsety * pred_strd; in ih264e_luma_16x16_resi_trans_dctrans_quant() 505 WORD32 i4_offsetx, i4_offsety; in ih264e_chroma_8x8_resi_trans_dctrans_quant() local 517 IND2SUB_CHROMA_MB(blk_cntr, i4_offsetx, i4_offsety); in ih264e_chroma_8x8_resi_trans_dctrans_quant() 519 pu1_curr_src = pu1_src + i4_offsetx + i4_offsety * src_strd; in ih264e_chroma_8x8_resi_trans_dctrans_quant() 520 pu1_curr_pred = pu1_pred + i4_offsetx + i4_offsety * pred_strd; in ih264e_chroma_8x8_resi_trans_dctrans_quant()
|
/external/libavc/encoder/svc/ |
D | isvce_core_coding.c | 161 WORD32 i4_offsetx, i4_offsety; in isvce_luma_16x16_resi_trans_dctrans_quant() local 187 IND2SUB_LUMA_MB(blk_cntr, i4_offsetx, i4_offsety); in isvce_luma_16x16_resi_trans_dctrans_quant() 190 ((UWORD8 *) ps_src[0].pv_data) + i4_offsetx + i4_offsety * ps_src[0].i4_data_stride; in isvce_luma_16x16_resi_trans_dctrans_quant() 192 ((UWORD8 *) ps_pred[0].pv_data) + i4_offsetx + i4_offsety * ps_pred[0].i4_data_stride; in isvce_luma_16x16_resi_trans_dctrans_quant() 199 i4_offsety * ps_upsampled_res[0].i4_data_stride; in isvce_luma_16x16_resi_trans_dctrans_quant() 545 WORD32 i4_offsetx, i4_offsety; in isvce_chroma_8x8_resi_trans_dctrans_quant() local 571 IND2SUB_CHROMA_MB(blk_cntr, i4_offsetx, i4_offsety); in isvce_chroma_8x8_resi_trans_dctrans_quant() 574 ((UWORD8 *) ps_src[0].pv_data) + i4_offsetx + i4_offsety * ps_src[0].i4_data_stride; in isvce_chroma_8x8_resi_trans_dctrans_quant() 576 ((UWORD8 *) ps_pred[0].pv_data) + i4_offsetx + i4_offsety * ps_pred[0].i4_data_stride; in isvce_chroma_8x8_resi_trans_dctrans_quant() 583 i4_offsety * ps_upsampled_res[0].i4_data_stride; in isvce_chroma_8x8_resi_trans_dctrans_quant()
|