Home
last modified time | relevance | path

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

/external/libavc/encoder/
Dih264e_core_coding.c169 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()