Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_iquant_itrans_recon_ctb.c675 WORD32 tu_x, tu_y; in ihevcd_iquant_itrans_recon_ctb() local
691 tu_x = ps_tu->b4_pos_x * 4; /* Converting minTU unit to pixel unit */ in ihevcd_iquant_itrans_recon_ctb()
694 WORD32 tu_abs_x = (ps_proc->i4_ctb_x << ps_sps->i1_log2_ctb_size) + (tu_x); 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()