Lines Matching refs:ctb_x_base
238 WORD32 ctb_x_base; in ihevcd_parse_transform_tree() local
246 ctb_x_base = ps_codec->s_parse.i4_ctb_x << ps_sps->i1_log2_ctb_size; in ihevcd_parse_transform_tree()
273 ps_tu->b4_pos_x = ((x0 - ctb_x_base) >> 2); in ihevcd_parse_transform_tree()
825 WORD32 ctb_x_base; in ihevcd_parse_prediction_unit() local
837 ctb_x_base = ps_codec->s_parse.i4_ctb_x << ps_sps->i1_log2_ctb_size; in ihevcd_parse_prediction_unit()
840 ps_pu->b4_pos_x = (x0 - ctb_x_base) >> 2; in ihevcd_parse_prediction_unit()
974 WORD32 ctb_x_base; in ihevcd_parse_coding_unit_intra() local
977 ctb_x_base = ps_codec->s_parse.i4_ctb_x << ps_sps->i1_log2_ctb_size; in ihevcd_parse_coding_unit_intra()
984 ps_pu->b4_pos_x = (x0 - ctb_x_base) >> 2; in ihevcd_parse_coding_unit_intra()
1021 ps_tu->b4_pos_x = ((x0 - ctb_x_base) >> 2); in ihevcd_parse_coding_unit_intra()
1324 WORD32 ctb_x_base; in ihevcd_parse_coding_unit() local
1327 ctb_x_base = ps_codec->s_parse.i4_ctb_x << ps_sps->i1_log2_ctb_size; in ihevcd_parse_coding_unit()
1333 ps_tu->b4_pos_x = ((x0 - ctb_x_base) >> 2); in ihevcd_parse_coding_unit()
1617 WORD32 ctb_x_base; in ihevcd_parse_coding_unit() local
1620 ctb_x_base = ps_codec->s_parse.i4_ctb_x << ps_sps->i1_log2_ctb_size; in ihevcd_parse_coding_unit()
1627 ps_tu->b4_pos_x = ((x0 - ctb_x_base) >> 2); in ihevcd_parse_coding_unit()