Searched refs:pu1_cur_4x4_out_blk (Results 1 – 1 of 1) sorted by relevance
/external/libavc/encoder/ |
D | ih264e_core_coding.c | 636 UWORD8 *pu1_cur_4x4_prd_blk, *pu1_cur_4x4_out_blk; in ih264e_chroma_8x8_idctrans_iquant_itrans_recon() local 699 pu1_cur_4x4_out_blk = pu1_out + i4_offset_x + i4_offset_y * out_strd; in ih264e_chroma_8x8_idctrans_iquant_itrans_recon() 703 pu1_cur_4x4_out_blk, pred_strd, out_strd, NULL, NULL, 0, in ih264e_chroma_8x8_idctrans_iquant_itrans_recon() 719 pu1_cur_4x4_out_blk = pu1_out + i4_offset_x + i4_offset_y * out_strd; in ih264e_chroma_8x8_idctrans_iquant_itrans_recon() 723 pu1_cur_4x4_out_blk, in ih264e_chroma_8x8_idctrans_iquant_itrans_recon() 740 pu1_cur_4x4_out_blk = pu1_out + i4_offset_x + i4_offset_y * out_strd; in ih264e_chroma_8x8_idctrans_iquant_itrans_recon() 742 ps_codec->pf_interleave_copy(pu1_cur_4x4_prd_blk, pu1_cur_4x4_out_blk, in ih264e_chroma_8x8_idctrans_iquant_itrans_recon()
|