Searched refs:tu_y (Results 1 – 1 of 1) sorted by relevance
675 WORD32 tu_x, tu_y; in ihevcd_iquant_itrans_recon_ctb() local692 tu_y = ps_tu->b4_pos_y * 4; /* Converting minTU unit to pixel unit */ in ihevcd_iquant_itrans_recon_ctb()695 WORD32 tu_abs_y = (ps_proc->i4_ctb_y << ps_sps->i1_log2_ctb_size) + (tu_y); in ihevcd_iquant_itrans_recon_ctb()732 tu_y_offset = tu_x + tu_y * pic_strd; in ihevcd_iquant_itrans_recon_ctb()733 pu1_y_dst += tu_x + tu_y * pic_strd; in ihevcd_iquant_itrans_recon_ctb()734 pu1_uv_dst += tu_x + (tu_y >> 1) * pic_strd; in ihevcd_iquant_itrans_recon_ctb()799 tu_y_offset = tu_x + tu_y * pic_strd; in ihevcd_iquant_itrans_recon_ctb()853 tu_uv_offset = (tu_x - 4) + ((tu_y - 4) / 2) * pic_strd; in ihevcd_iquant_itrans_recon_ctb()858 tu_uv_offset = tu_x + (tu_y >> 1) * pic_strd; in ihevcd_iquant_itrans_recon_ctb()