Home
last modified time | relevance | path

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

/external/libhevc/decoder/
Dihevcd_iquant_itrans_recon_ctb.c677 WORD32 tu_x, tu_y; in ihevcd_iquant_itrans_recon_ctb() local
694 tu_y = ps_tu->b4_pos_y * 4; /* Converting minTU unit to pixel unit */ in ihevcd_iquant_itrans_recon_ctb()
697 WORD32 tu_abs_y = (ps_proc->i4_ctb_y << ps_sps->i1_log2_ctb_size) + (tu_y); 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.c528 WORD32 tu_y = (ps_enc_tu[tu_cnt].s_tu.b4_pos_y << 2); in ihevce_encode_transform_tree() local
544 (tu_y + trans_size == (y0_ctb + (1 << log2_tr_size)))) in ihevce_encode_transform_tree()
628 WORD32 tu_y = (ps_enc_tu[tu_cnt].s_tu.b4_pos_y << 2); in ihevce_encode_transform_tree() local
644 (tu_y + trans_size == (y0_ctb + (1 << log2_tr_size)))) in ihevce_encode_transform_tree()