Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_iquant_itrans_recon_ctb.c678 WORD32 tu_x, tu_y; in ihevcd_iquant_itrans_recon_ctb() local
693 tu_x = ps_tu->b4_pos_x * 4; /* Converting minTU unit to pixel unit */ in ihevcd_iquant_itrans_recon_ctb()
696 WORD32 tu_abs_x = (ps_proc->i4_ctb_x << ps_sps->i1_log2_ctb_size) + (tu_x); in ihevcd_iquant_itrans_recon_ctb()
734 tu_y_offset = tu_x + tu_y * pic_strd; in ihevcd_iquant_itrans_recon_ctb()
735 pu1_y_dst += tu_x + tu_y * pic_strd; in ihevcd_iquant_itrans_recon_ctb()
736 pu1_uv_dst += tu_x + (tu_y >> 1) * pic_strd; in ihevcd_iquant_itrans_recon_ctb()
801 tu_y_offset = tu_x + tu_y * pic_strd; in ihevcd_iquant_itrans_recon_ctb()
855 tu_uv_offset = (tu_x - 4) + ((tu_y - 4) / 2) * pic_strd; in ihevcd_iquant_itrans_recon_ctb()
860 tu_uv_offset = tu_x + (tu_y >> 1) * pic_strd; in ihevcd_iquant_itrans_recon_ctb()
/external/libhevc/encoder/
Dihevce_cabac_tu.c527 WORD32 tu_x = (ps_enc_tu[tu_cnt].s_tu.b4_pos_x << 2); in ihevce_encode_transform_tree() local
543 if((tu_x + trans_size == (x0_ctb + (1 << log2_tr_size))) && in ihevce_encode_transform_tree()
627 WORD32 tu_x = (ps_enc_tu[tu_cnt].s_tu.b4_pos_x << 2); in ihevce_encode_transform_tree() local
643 if((tu_x + trans_size == (x0_ctb + (1 << log2_tr_size))) && in ihevce_encode_transform_tree()